-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Vendor in latest buildah code #3573
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: rhatdan 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 |
@vrothberg PTAL I am not sure if I am doing the vendoring in correctly. |
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 but the remote tests are going south
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.
There's a lot more happening with dependencies than what would be obvious to a layman (=me) from a simple version bump in a vendored library. Just stumbled over a few peculiarities, which might be relevant.
go.mod
Outdated
github.com/opencontainers/runtime-spec v0.0.0-20181111125026-1722abf79c2f | ||
github.com/opencontainers/runtime-tools v0.9.0 | ||
github.com/opencontainers/runtime-spec v1.0.1 | ||
github.com/opencontainers/runtime-tools v0.8.0 |
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.
This used to be 0.9.0; why downgrade? Also, further down the hash for version 0.3.1 is added.
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.
Good catch. This comes from buildah's go module which is using v0.8.0
.
@rhatdan, can you revert to using v0.9.0
again?
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.
Nalin just opened a PR for updating Buildah, which hopefully will fix this. Once we have it vendored, we can cut buildah 1.9.2 and update this PR.
☔ The latest upstream changes (presumably #3522) made this pull request unmergeable. Please resolve the merge conflicts. |
/test images |
2 similar comments
/test images |
/test images |
@rhatdan, some changes need to be added after a
|
e5bf05f
to
9cc7295
Compare
Looks like something went wrong and removed ginkgo etc.: |
☔ The latest upstream changes (presumably #3598) made this pull request unmergeable. Please resolve the merge conflicts. |
☔ The latest upstream changes (presumably #3630) made this pull request unmergeable. Please resolve the merge conflicts. |
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Doing a force merge just to get this in, rather then doing the merge dance again. |
Update to buildah 1.9.2 to fix performance issue on
COPY . /tmp
without .dockerignore file.
Signed-off-by: Daniel J Walsh dwalsh@redhat.com