-
Notifications
You must be signed in to change notification settings - Fork 427
Bug 1949050: Update containers/image #737
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
Conversation
|
/retest |
Filed containers/image#1146 . |
|
/retest |
1 similar comment
|
/retest |
Do make print a good error message for this? |
|
Things like this, not using % go build -a ./pkg/cli/admin/verifyimagesignature
# github.com/mtrmac/gpgme
vendor/github.com/mtrmac/gpgme/data.go:4:11: fatal error: 'gpgme.h' file not found
#include <gpgme.h>
^~~~~~~~~
1 error generated. |
|
/retest |
|
I'd like to see openshift/origin#25880 land first, since that will enable verify test. Secondly, can you split the commit with bump from the actual change to oc, I know it's just a single file ( |
Like this? It’s a module major version bump (although the changes don’t impact this code), so at the middle commit, the repo does not build. |
|
/retest |
1 similar comment
|
/retest |
Prefect! I wouldn't worry about middle build, it's just easier to review when you separate automated changes from manual ones. |
|
/retest |
3 similar comments
|
/retest |
|
/retest |
|
/retest |
This has now been merged. |
Note that the actual module has not been added, so this will fail to compile. Signed-off-by: Miloslav Trmač <mitr@redhat.com>
Sadly, this currently drags in compression implementations. Signed-off-by: Miloslav Trmač <mitr@redhat.com>
|
/retest |
1 similar comment
|
/retest |
|
@mtrmac: This pull request references Bugzilla bug 1949050, which is invalid:
Comment DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
/bugzilla refresh |
|
@soltysh: This pull request references Bugzilla bug 1949050, which is valid. The bug has been updated to refer to the pull request using the external bug tracker. 3 validation(s) were run on this bug
Requesting review from QA contact: DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
@soltysh: Overrode contexts on behalf of soltysh: ci/prow/e2e-agnostic-cmd DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
soltysh
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
/approve
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mtrmac, soltysh The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@mtrmac: Some pull requests linked via external trackers have merged: The following pull requests linked via external trackers have not merged:
These pull request must merge or be unlinked from the Bugzilla bug in order for it to move to the next state. Once unlinked, request a bug refresh with Bugzilla bug 1949050 has not been moved to the MODIFIED state. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
… in two steps:
oc adm verify-image-signatureby adding a new identity mapping feature); sadly, this drags in various compression implementations that are not actually used.The first part might affect development on Mac, because
go testand the like (not mediated throughMakefile) would require manually specifying thecontainers_image_openpgptag, or installinggpgme(brew install gpgme).Implemented as two separate commits, so you can choose to include only the first one. See individual commit messages for details.