-
Notifications
You must be signed in to change notification settings - Fork 801
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
Cirrus: use image with fewer downloaded dependencies #1739
Conversation
ugh .. my bad RE: fedora 37 |
15f5b2b
to
c89f87f
Compare
c89f87f
to
599ff9e
Compare
/hold |
599ff9e
to
4d0faf6
Compare
@cevich hmm, |
05f8830
to
ec1cbb3
Compare
@vrothberg @mtrmac could you PTAL at the skopeo test failure? Don't think it's related to cirrus image bump. |
@lsm5 At a very quick glance this looks as if some config file was missing (or inaccessible?). At least #1738 has passed tests during the lifetime of this PR, and containers/image#1641 is similarly suggestive that this is something to do with the image change. |
What version of podman is on this new system? The "missing necessary StoreOptions" message disappeared from podman in containers/podman#9734 (March 2021), and the "Storage configuration is unset" message was killed in containers/podman#4698 (December 2019) (!) |
ec1cbb3
to
1b2d5e9
Compare
1b2d5e9
to
4554ba5
Compare
The latest cirrus image bump will use fewer downloaded dependencies in favor of installation from copr / distro repos. Signed-off-by: Lokesh Mandvekar <[email protected]>
4554ba5
to
1361f56
Compare
A friendly reminder that this PR had no activity for 30 days. |
These messages AFAICS still exist in c/storage and c/common (not directly in Podman), as of today’s @lsm5 a few months later, those failures still seem to be related to this PR. Does comparing contents of the two images show anything relevant? |
IIRC, the main difference is just some missing packages and "newer" images. So I fear we'll see same/similar problems pop up when I get around to bringing F37 here. |
A friendly reminder that this PR had no activity for 30 days. |
The latest cirrus image bump will use fewer downloaded dependencies in
favor of installation from copr / distro repos.
Signed-off-by: Lokesh Mandvekar [email protected]
@cevich PTAL