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

Unable to do bootc image copy-to-storage #725

Closed
ckyrouac opened this issue Jul 24, 2024 · 1 comment
Closed

Unable to do bootc image copy-to-storage #725

ckyrouac opened this issue Jul 24, 2024 · 1 comment

Comments

@ckyrouac
Copy link
Contributor

This commit appears to be the culprit. Using the commit prior, copy-to-storage works. Afaict the introduction of deploy::pull to the install path caused this problem. This breaks the existing tmt tests.

Reproduction steps:

  • git checkout 8b30128
  • podman build -t localhost/bootc -f hack/Containerfile .
  • podman-bootc run localhost/bootc
  • bootc image copy-to-storage
  • error:
[root@localhost ~]# bootc image copy-to-storage
Copying local image docker://localhost/bootc:latest to containers-storage:localhost/bootc ...
ERROR Pushing image: Export: Copying image: No such image

Some initial debugging by @cgwalters showed the pulled image has the sha digest attached.

@cgwalters
Copy link
Collaborator

This was fixed by #726

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

No branches or pull requests

2 participants