File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,6 +39,8 @@ cmd buildah run "$CONTAINER" -- \
3939
4040cleanup " $CONTAINER "
4141
42+ con_cleanup " $CONTAINER "
43+
4244cmd buildah config \
4345 --annotation org.opencontainers.image.title=" Arch Linux" \
4446 --annotation org.opencontainers.image.description=" @SGSGermany's base image for containers based on Arch Linux." \
@@ -47,6 +49,7 @@ cmd buildah config \
4749 --annotation org.opencontainers.image.vendor=" SGS Serious Gaming & Simulations GmbH" \
4850 --annotation org.opencontainers.image.base.name=" $BASE_IMAGE " \
4951 --annotation org.opencontainers.image.base.digest=" $( podman image inspect --format ' {{.Digest}}' " $BASE_IMAGE " ) " \
52+ --annotation org.opencontainers.image.created=" $( date -u +' %+4Y-%m-%dT%H:%M:%SZ' ) " \
5053 " $CONTAINER "
5154
5255con_commit " $CONTAINER " " $IMAGE " " ${TAGS[@]} "
You can’t perform that action at this time.
0 commit comments