We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d074791 commit db3894bCopy full SHA for db3894b
launcher
@@ -711,6 +711,7 @@ run_bootstrap() {
711
sleep 5
712
713
$docker_path commit \
714
+ -c "LABEL org.opencontainers.image.created=\"$(TZ=UTC date -Iseconds)\"" \
715
"$CONTAINER_ID" \
716
$local_discourse/$config || die "FAILED TO COMMIT $CONTAINER_ID"
717
$docker_path rm "$CONTAINER_ID"
0 commit comments