-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Fix podman-remote images #6624
Fix podman-remote images #6624
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 |
@edsantiago PTAL |
Fixes: #6623 |
Fix confirmed: $ ./bin/podman-remote --url $MYSOCK images
REPOSITORY TAG IMAGE ID CREATED SIZE
docker.io/library/alpine latest a24bb4013296 2 weeks ago 5.85 MB |
Gating test failure looks exactly like the one @mheon encountered in his PR |
Looks like we went too far with the linters. Signed-off-by: Daniel J Walsh <[email protected]>
lgtm |
/lgtm |
Test failures: one is a known flake ("streaming something") that has been causing huge problems the past week. Two others are very weird (signal handling), but cirrus-flake-xref knows about them so I'm going to restart them all and hope they go away. |
CI is passing after many, many test restarts! (the "podman logs" problem being discussed in #6614). /hold cancel |
cirrus-flake-analyze: test ubuntu-19 ubuntu-192020-06-16T11:30:48 system_test 2020-06-16T11:35:47 integration_test 2020-06-16T12:32:30 integration_test
test ubuntu-20 ubuntu-202020-06-16T11:33:11 system_test 2020-06-16T12:28:57 system_test 2020-06-16T13:13:38 system_test 2020-06-16T14:22:50 system_test |
Looks like we went too far with the linters.
Signed-off-by: Daniel J Walsh [email protected]