Create docker image tags for major (and potentially minor) versions #68
Labels
good-first-issue
Start here if you'd like to start contributing to Pulumi
help-wanted
We'd love your contributions on this issue
impact/usability
Something that impacts users' ability to use the product easily and intuitively
kind/enhancement
Improvements or new features
Hello!
Issue details
We'd like our CI pipelines to be able to pickup the latest minor+patch changes within a major Pulumi release series, similar to Python's tagging approach.
For example, we'd like to be able to specify
image: pulumi/pulumi-go:3
and that tag always map to the latest 3.x version that's been published (Python also does tags like:3.18
which would map to the latest patch release for 3.18.x). We'd prefer to avoid using:latest
as it could jump from 3.x to 4.x.Affected area/feature
I think this could be achieved solely in the CI config for this repo.
The text was updated successfully, but these errors were encountered: