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: Copy bins and keys with mounts for ostree commit #132

Merged
merged 7 commits into from
Mar 24, 2024

Conversation

gmpinder
Copy link
Member

I've been investigating more into how ostree works and how it relates to running ostree container commit for each layer. I've decided to move our pre-installed bins and public keys into their own stages and then bind mount them into a RUN instruction so that we can just use cp to get the files into the image and then call ostree container commit. Now all of our layers in the image (after the base image) will be in the ostree commit tree.

@gmpinder gmpinder self-assigned this Mar 23, 2024
@gmpinder
Copy link
Member Author

Integration tests will fail until blue-build/modules#174 is merged in.

@gmpinder gmpinder added this to the v0.8.3 milestone Mar 23, 2024
@fiftydinar
Copy link
Contributor

Integration tests will fail until blue-build/modules#174 is merged in.

Merged

@gmpinder gmpinder enabled auto-merge (squash) March 23, 2024 21:33
@gmpinder gmpinder merged commit d0e1b7c into main Mar 24, 2024
3 checks passed
@gmpinder gmpinder deleted the ostree-commit-everything branch March 24, 2024 06:27
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.

3 participants