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

install: Correctly set target imgref at pull time #726

Merged
merged 1 commit into from
Jul 24, 2024

Conversation

cgwalters
Copy link
Collaborator

We broke bootc image copy-to-storage because the change to run a separate pull phase was using the digested (source) pull spec incorrectly. Somehow the deploy phase was picking that up and not also writing the non-digested (target) spec.

We broke `bootc image copy-to-storage` because the change to
run a separate pull phase was using the digested (source)
pull spec incorrectly. Somehow the deploy phase was picking
that up and not also writing the non-digested (target) spec.

Signed-off-by: Colin Walters <walters@verbum.org>
@github-actions github-actions bot added the area/install Issues related to `bootc install` label Jul 24, 2024
@cgwalters cgwalters enabled auto-merge July 24, 2024 22:13
@cgwalters cgwalters merged commit 3c31d9f into containers:main Jul 24, 2024
26 of 28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/install Issues related to `bootc install`
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants