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 769209c commit 9132697Copy full SHA for 9132697
1 file changed
build.sh
@@ -74,6 +74,8 @@ cmd buildah run "$CONTAINER" -- \
74
75
cleanup "$CONTAINER"
76
77
+con_cleanup "$CONTAINER"
78
+
79
cmd buildah config \
80
--env LIMESURVEY_VERSION="$VERSION" \
81
--env LIMESURVEY_HASH="$HASH" \
@@ -98,6 +100,7 @@ cmd buildah config \
98
100
--annotation org.opencontainers.image.licenses="MIT" \
99
101
--annotation org.opencontainers.image.base.name="$BASE_IMAGE" \
102
--annotation org.opencontainers.image.base.digest="$(podman image inspect --format '{{.Digest}}' "$BASE_IMAGE")" \
103
+ --annotation org.opencontainers.image.created="$(date -u +'%+4Y-%m-%dT%H:%M:%SZ')" \
104
"$CONTAINER"
105
106
con_commit "$CONTAINER" "$IMAGE" "${TAGS[@]}"
0 commit comments