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 da49d1f commit 8cd407eCopy full SHA for 8cd407e
1 file changed
build.sh
@@ -129,6 +129,8 @@ cmd buildah run "$CONTAINER" -- \
129
130
cleanup "$CONTAINER"
131
132
+con_cleanup "$CONTAINER"
133
+
134
cmd buildah config \
135
--env GLOWING_BEAR_VERSION="$VERSION" \
136
--env GLOWING_BEAR_HASH="$HASH" \
@@ -154,6 +156,7 @@ cmd buildah config \
154
156
--annotation org.opencontainers.image.licenses="MIT" \
155
157
--annotation org.opencontainers.image.base.name="$BASE_IMAGE" \
158
--annotation org.opencontainers.image.base.digest="$(podman image inspect --format '{{.Digest}}' "$BASE_IMAGE")" \
159
+ --annotation org.opencontainers.image.created="$(date -u +'%+4Y-%m-%dT%H:%M:%SZ')" \
160
"$CONTAINER"
161
162
con_commit "$CONTAINER" "$IMAGE" "${TAGS[@]}"
0 commit comments