-
Notifications
You must be signed in to change notification settings - Fork 250
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
update default scaffolded opm base image #762
update default scaffolded opm base image #762
Conversation
/hold |
- Change default base image scaffolded during `opm index` and `opm alpha generate dockerfile` to `quay.io/operator-framework/opm:latest` - update opm-example.Dockerfile to reflect this change (and to focus on file-based configs rather than sqlite databases) Signed-off-by: Joe Lanford <[email protected]>
555a205
to
07c8880
Compare
Codecov Report
@@ Coverage Diff @@
## master #762 +/- ##
==========================================
+ Coverage 50.29% 50.41% +0.11%
==========================================
Files 101 101
Lines 8699 8720 +21
==========================================
+ Hits 4375 4396 +21
Misses 3471 3471
Partials 853 853
Continue to review full report at Codecov.
|
/lgtm |
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
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dinhxuanvu, joelanford 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 |
/hold cancel |
Signed-off-by: Joe Lanford [email protected]
Description of the change:
opm index
andopm alpha generate dockerfile
toquay.io/operator-framework/opm:latest
file-based configs rather than sqlite databases)
Motivation for the change:
The new upstream base image for
opm
is multi-arch,:latest
points to a tagged release (instead of master), and the image build is tested on every PR from github actions, making image build failures during tag pushes less likely.See also: operator-framework/operator-sdk#5171
Reviewer Checklist
/docs