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

Allow archive formats in container policy #103

Merged
merged 1 commit into from
Aug 26, 2023
Merged

Allow archive formats in container policy #103

merged 1 commit into from
Aug 26, 2023

Conversation

detjensrobert
Copy link
Contributor

Fixes #102.

Adds oci-archive and docker-archive with insecureAcceptAnything to the default container policy. This allows docker-compose image builds using BuildKit to transfer images to Podman.

Copy link
Contributor

@bsherman bsherman left a comment

Choose a reason for hiding this comment

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

Looks good.

The defaults before we added the containers policy was a default of insecureAcceptAnything so it's not surprising there are a few more specific transports, like this, which need to be added.

@bsherman bsherman added this pull request to the merge queue Aug 26, 2023
Merged via the queue into ublue-os:main with commit 70634bf Aug 26, 2023
@detjensrobert
Copy link
Contributor Author

thanks!

@detjensrobert detjensrobert deleted the container-archive-policy branch August 27, 2023 06:30
ryanpz added a commit to ryanpz/bonito that referenced this pull request Feb 23, 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.

Container policy prevents loading images from docker-compose / buildkit
2 participants