update Dockerfile: added LABEL

This commit is contained in:
Björn Ellensohn 2023-08-02 09:02:21 +02:00
parent e605aead2e
commit bfbe6011e6
2 changed files with 4 additions and 2 deletions

View File

@ -12,7 +12,7 @@ services:
x-bake:
platforms:
- linux/arm64
# - linux/amd64
#- linux/amd64
# Interactive shell
stdin_open: true
tty: true

View File

@ -81,4 +81,6 @@ RUN chmod +x /controller_startup.sh
COPY ./localization_startup.sh /
RUN chmod +x /localization_startup.sh
ENTRYPOINT [ "/entrypoint.sh" ]
ENTRYPOINT [ "/entrypoint.sh" ]
LABEL org.opencontainers.image.source=https://github.com/bjoernellens1/ros2_rmp