File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,6 +45,8 @@ cmd buildah run "$CONTAINER" -- \
4545
4646cleanup " $CONTAINER "
4747
48+ con_cleanup " $CONTAINER "
49+
4850cmd buildah config \
4951 --annotation org.opencontainers.image.title=" Alpine Linux" \
5052 --annotation org.opencontainers.image.description=" @SGSGermany's base image for containers based on Alpine Linux." \
@@ -53,6 +55,7 @@ cmd buildah config \
5355 --annotation org.opencontainers.image.vendor=" SGS Serious Gaming & Simulations GmbH" \
5456 --annotation org.opencontainers.image.base.name=" $BASE_IMAGE " \
5557 --annotation org.opencontainers.image.base.digest=" $( podman image inspect --format ' {{.Digest}}' " $BASE_IMAGE " ) " \
58+ --annotation org.opencontainers.image.created=" $( date -u +' %+4Y-%m-%dT%H:%M:%SZ' ) " \
5659 " $CONTAINER "
5760
5861con_commit " $CONTAINER " " $IMAGE " " ${TAGS[@]} "
You can’t perform that action at this time.
0 commit comments