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

Fix the failing CI #661

Closed
wants to merge 1 commit into from
Closed

Conversation

lubosmj
Copy link
Member

@lubosmj lubosmj commented Sep 11, 2024

No description provided.

@lubosmj lubosmj force-pushed the fix-storage-conf-not-exist branch 6 times, most recently from aa4b5a9 to 35e87e7 Compare September 11, 2024 08:09
@@ -2,6 +2,8 @@ ARG FROM_TAG="latest"
FROM pulp/base:${FROM_TAG}
# https://ryandaniels.ca/blog/docker-dockerfile-arg-from-arg-trouble/

RUN dnf -y install xz
Copy link
Member

Choose a reason for hiding this comment

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

It seems to be good practice not to leave any cache files around in any layer of the image.

Suggested change
RUN dnf -y install xz
RUN dnf -y install xz && dnf clean all

Maybe it's even worth combining this with the dnf command ion line 25.

Copy link
Member Author

Choose a reason for hiding this comment

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

Yeah, but still, the root cause of the problem has not been resolved. Neither writing to /usr/share/containers/storage.conf nor $HOME/.config/containers/storage.conf helped. It looks like the storage.conf file ceased to exist.

@lubosmj lubosmj changed the title Fix storage conf not exist Fix the failing CI Sep 11, 2024
@lubosmj lubosmj force-pushed the fix-storage-conf-not-exist branch from 35e87e7 to 7c73d1d Compare September 11, 2024 09:08
@lubosmj lubosmj closed this Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants