Skip to content
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 latest c/common #20446

Merged
merged 2 commits into from
Oct 23, 2023
Merged

vendor latest c/common #20446

merged 2 commits into from
Oct 23, 2023

Conversation

Luap99
Copy link
Member

@Luap99 Luap99 commented Oct 23, 2023

Does this PR introduce a user-facing change?

Make podman tag/untag parallel race free (https://github.com/containers/podman/issues/17515)

includes tag/untag changes

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
@openshift-ci openshift-ci bot added release-note approved Indicates a PR has been approved by an approver from all required OWNERS files. labels Oct 23, 2023
Copy link
Member

@vrothberg vrothberg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Seems like I created #20447 at the very same time (minus the test/apiv2 change) :)

@packit-as-a-service
Copy link

Ephemeral COPR build failed. @containers/packit-build please check.

Copy link
Collaborator

@flouthoc flouthoc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@lsm5
Copy link
Member

lsm5 commented Oct 23, 2023

# get https://proxy.golang.org/golang.org/x/sys/@v/v0.0.0-20190916202348-b4ddaad3f8a3.zip: 200 OK (0.193s)
go: github.com/containernetworking/cni@v0.7.1: Get "https://proxy.golang.org/github.com/containernetworking/cni/@v/v0.7.1.mod": EOF
error: Bad exit status from /var/tmp/rpm-tmp.A7z8rl (%build)
    Bad exit status from /var/tmp/rpm-tmp.A7z8rl (%build)

on centos 8 and 9

@vrothberg
Copy link
Member

Google's infrastructure in south east US is down ...

@vrothberg
Copy link
Member

Restarted in hope the infra is back

@Luap99
Copy link
Member Author

Luap99 commented Oct 23, 2023

# #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
         # #|     FAIL: NOTIFY_SOCKET is passed to container
         # #| expected: 'Pulling image localhost:42759/name:tag inside systemd: setting pull timeout to 5m0s'
         # #|   actual: 'Pulling image //localhost:42759/name:tag inside systemd: setting pull timeout to 5m0s'
         # #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

@vrothberg Is it expected the the URL starts with //? It feels like the transport name is missing, I would expect at least docker:// because just two slashes make no sense at all. Seems to be caused by containers/common#1704.

@vrothberg
Copy link
Member

@vrothberg Is it expected the the URL starts with //?

Yes, that is the "string within transport". Apologies for not making sure it's passing the test. Could you update the test to buy us some time?

@Luap99
Copy link
Member Author

Luap99 commented Oct 23, 2023

@vrothberg Is it expected the the URL starts with //?

Yes, that is the "string within transport". Apologies for not making sure it's passing the test. Could you update the test to buy us some time?

Yes I am fine with updating the tests the reason I am asking is because the string makes no sense to me. IMO it must either be just localhost... like it is right now or docker://localhost.... Why would it be //localhost? That is wrong as it cannot even be used as syntax for podman pull.

Tag now does a prepend internally instead of append with the names. Thus
the order changed which needs some test changes.

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Oct 23, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: flouthoc, Luap99, vrothberg

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:
  • OWNERS [Luap99,flouthoc,vrothberg]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@ashley-cui
Copy link
Member

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Oct 23, 2023
@openshift-ci openshift-ci bot merged commit ecb4f48 into containers:main Oct 23, 2023
99 checks passed
@Luap99 Luap99 deleted the common branch October 24, 2023 08:56
@github-actions github-actions bot added the locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments. label Jan 23, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 23, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments. release-note
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants