-
Notifications
You must be signed in to change notification settings - Fork 261
feat(release): X.Y, X, and latest opm image tags #738
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(release): X.Y, X, and latest opm image tags #738
Conversation
Codecov Report
@@ Coverage Diff @@
## master #738 +/- ##
=======================================
Coverage 50.19% 50.19%
=======================================
Files 100 100
Lines 8531 8531
=======================================
Hits 4282 4282
Misses 3421 3421
Partials 828 828 Continue to review full report at Codecov.
|
1e22970 to
4d39712
Compare
build X.Y, X, and latest opm images but only latest if X.Y.Z is latest semver in HEAD and X.Y/X if the current HEAD commit is tagged. Signed-off-by: Eric Stroczynski <ericstroczynski@gmail.com>
4d39712 to
f0e20c2
Compare
joelanford
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
njhale
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/approve
| - "{{ .Env.OPM_IMAGE_REPO }}:{{ .Env.IMAGE_TAG }}-s390x" | ||
| # Release image builds will be skipped if *_IMAGE_OR_EMPTY variables are empty. | ||
| # https://github.com/goreleaser/goreleaser/blob/9ed3c0c/internal/pipe/docker/manifest.go#L105 | ||
| - name_template: "{{ .Env.MAJ_MIN_IMAGE_OR_EMPTY }}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: IMO the comment is sufficient and this would read better without the suffix
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: estroz, joelanford, njhale The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Description of the change: build X.Y, X, and latest opm images but only latest if X.Y.Z is latest semver in HEAD.
Motivation for the change:
quay.io/operator-framework/opmimage consumers should be able to subscribe to patch releases automatically via X.Y tags, and to X/latesttags for the latestopmfeatures.Reviewer Checklist
/docs