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 88f4838 commit 70968b9Copy full SHA for 70968b9
1 file changed
build.sh
@@ -60,6 +60,8 @@ VERSION="$(pkg_version "$CONTAINER" unbound)"
60
61
cleanup "$CONTAINER"
62
63
+con_cleanup "$CONTAINER"
64
+
65
cmd buildah config \
66
--env UNBOUND_VERSION="$VERSION" \
67
"$CONTAINER"
@@ -83,6 +85,7 @@ cmd buildah config \
83
85
--annotation org.opencontainers.image.licenses="MIT" \
84
86
--annotation org.opencontainers.image.base.name="$BASE_IMAGE" \
87
--annotation org.opencontainers.image.base.digest="$(podman image inspect --format '{{.Digest}}' "$BASE_IMAGE")" \
88
+ --annotation org.opencontainers.image.created="$(date -u +'%+4Y-%m-%dT%H:%M:%SZ')" \
89
90
91
con_commit "$CONTAINER" "$IMAGE" "${TAGS[@]}"
0 commit comments