update Dockerfile: added LABEL
This commit is contained in:
parent
e605aead2e
commit
bfbe6011e6
@ -12,7 +12,7 @@ services:
|
||||
x-bake:
|
||||
platforms:
|
||||
- linux/arm64
|
||||
# - linux/amd64
|
||||
#- linux/amd64
|
||||
# Interactive shell
|
||||
stdin_open: true
|
||||
tty: true
|
||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user