fix legacy env format warning

This commit is contained in:
Benjamin Elder
2024-07-01 14:49:19 -07:00
parent 6c62045fc1
commit 2cec31c365

View File

@@ -237,7 +237,7 @@ COPY --from=build / /
# add metadata, must be done after the squashing
# first tell systemd that it is in docker (it will check for the container env)
# https://systemd.io/CONTAINER_INTERFACE/
ENV container docker
ENV container=docker
# systemd exits on SIGRTMIN+3, not SIGTERM (which re-executes it)
# https://bugzilla.redhat.com/show_bug.cgi?id=1201657
STOPSIGNAL SIGRTMIN+3