diff --git a/docker-compose.yaml b/docker-compose.yaml index b1716f2..f2320a4 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -12,7 +12,7 @@ services: x-bake: platforms: - linux/arm64 - # - linux/amd64 + #- linux/amd64 # Interactive shell stdin_open: true tty: true diff --git a/docker/Dockerfile b/docker/Dockerfile index 9e97349..5049515 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -81,4 +81,6 @@ RUN chmod +x /controller_startup.sh COPY ./localization_startup.sh / RUN chmod +x /localization_startup.sh -ENTRYPOINT [ "/entrypoint.sh" ] \ No newline at end of file +ENTRYPOINT [ "/entrypoint.sh" ] + +LABEL org.opencontainers.image.source=https://github.com/bjoernellens1/ros2_rmp \ No newline at end of file