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 51fb58b commit 6e5be39Copy full SHA for 6e5be39
1 file changed
build.sh
@@ -109,6 +109,8 @@ rm -rf "$MOUNT/usr/src/acme-mgmt"
109
# finalize image
110
cleanup "$CONTAINER"
111
112
+con_cleanup "$CONTAINER"
113
+
114
cmd buildah config \
115
--env ACME_TINY_VERSION="$ACME_TINY_VERSION" \
116
--env ACME_TINY_HASH="$ACME_TINY_HASH" \
@@ -137,6 +139,7 @@ cmd buildah config \
137
139
--annotation org.opencontainers.image.licenses="MIT" \
138
140
--annotation org.opencontainers.image.base.name="$BASE_IMAGE" \
141
--annotation org.opencontainers.image.base.digest="$(podman image inspect --format '{{.Digest}}' "$BASE_IMAGE")" \
142
+ --annotation org.opencontainers.image.created="$(date -u +'%+4Y-%m-%dT%H:%M:%SZ')" \
143
"$CONTAINER"
144
145
con_commit "$CONTAINER" "$IMAGE" "${TAGS[@]}"
0 commit comments