containers / image_build

Monorepo menagerie of container images and associated build automation
Apache License 2.0
12 stars 5 forks source link

Simplify immutable image tagging #28

Closed cevich closed 6 months ago

cevich commented 6 months ago

Previously immutable tagged images were separately built as a pseudo- flavor, with the actual build-time flavor being reset to 'stable'. This is overly complex and unnecessary since the 'stable' flavor build may simply be reused. Alter the build and tagging automation to handle the -immutable tags automatically for every 'stable' flavor image. In other words, any necessary -immutable tags will simply be added by tag_version.sh when operating on the 'stable' flavor images.

Minor: Also update immutable image docs.