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

Remove usage of zypper #607

Merged
merged 1 commit into from
Oct 10, 2024
Merged

Remove usage of zypper #607

merged 1 commit into from
Oct 10, 2024

Conversation

dirkmueller
Copy link
Member

There is no zypper anymore in bci micro based containers.

@dirkmueller dirkmueller marked this pull request as draft October 5, 2024 13:40
@dirkmueller dirkmueller marked this pull request as ready for review October 8, 2024 11:49
There is no zypper anymore in bci micro based containers.
Copy link
Collaborator

@dcermak dcermak left a comment

Choose a reason for hiding this comment

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

This fails on Tumbleweed with:

0.110 /bin/sh: line 1: tar: command not found

You could try to use the container_git_clone fixture instead:

def container_git_clone(

@dirkmueller
Copy link
Member Author

You could try to use the container_git_clone fixture instead:

def container_git_clone(

that does the cloning at test runtime, rather than at build time of the container. if we don't want to add tar to the container on tumbleweed then I think I need to wait until the multibuild refactoring is over and make this a proper multibuild package.

@dirkmueller
Copy link
Member Author

see SUSE/BCI-dockerfile-generator#1817 instead.

@dirkmueller
Copy link
Member Author

thanks for merging the tar change. now I'd like to get this change reviewed as otherwise the tests are broken.

@dcermak dcermak merged commit 274fa08 into main Oct 10, 2024
124 of 128 checks passed
@dcermak dcermak deleted the postfix_no_zypper branch October 10, 2024 07:53
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