-
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
Switch all references to image.ContainerConfig to image.Config #2023
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: If they are not already assigned, you can assign the PR to them by writing 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 |
Fixes: #2017 |
@baude PTAL |
4f7dc3e
to
184fd8d
Compare
Whole lot of vendor changes in here - intentional? |
Nope will fix. |
@cevich The version in the cirrus.yml file seems to be old. We need golang 1.11 to make validate work correctly. |
@rhatdan revert the cmd/podman/rmi.go file and it will pass ... nothing is going to change quickly here. |
6ecaedf
to
788bf19
Compare
/retest |
rebase and fix tests and should be good to go |
196ac90
to
5cb65e5
Compare
This will more closely match what Docker is doing. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: If they are not already assigned, you can assign the PR to them by writing 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 |
/approve |
[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 |
@baude @mheon @umohnani8 @giuseppe @vrothberg @TomSweeneyRedHat PTAL |
Sure, LGTM. One more and we can merge. |
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
I actually preferred the "ContanerConfig" in the output, but think I'm probably in the minority and I know this lines up better conformance wise.
And all happy green test buttons. |
/lgtm @mheon, we should mention this in the release notes in case some users relied on the |
@vrothberg Ack, I'll add a compatability note for it |
This is due to a change in podman 1.0: containers/podman#2023
This is due to a change in podman 1.0: containers/podman#2023
This is due to a change in podman 1.0: containers/podman#2023
This is due to a change in podman 1.0: containers/podman#2023
This will more closely match what Docker is doing.
Signed-off-by: Daniel J Walsh dwalsh@redhat.com