-
Notifications
You must be signed in to change notification settings - Fork 212
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
Publish hangs indefinitely when bundle contains certain images #3311
Labels
bug
Oops, sorry!
Comments
Registry container logs (click to expand)
|
This seems to be an issue in cnab-to-oci - I have created a ticket here: cnabio/cnab-to-oci#139 |
@EugenVeracity Thanks for reporting and looking into this. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Attempting to publish a bundle to a registry will hang indefinitely if the bundle contains certain images in the images section of the porter.yaml.
I encountered this problem when trying to push a bundle containing the following images:
postgres:17.2
(using other versions of postgres also resulted in the same behaviour)redis:7.4
I let it run for over an hour before terminating the process. Specifying the digest instead of the tag had the same result. Other images that I tried worked fine (e.g. a bundle containing
hashicorp/consul:1.20.1
can be published successfully).I tested with multiple different registries (Distribution, Artifactory and Nexus) and the behaviour was observed with all of them.
To Reproduce
Steps to reproduce the behavior:
porter create
porter build
docker run -d -p 5000:5000 --name registry registry:2
porter publish
Expected Behavior
The bundle should be published successfully.
Porter Command and Output
Version
porter v1.2.1 (aa97c59)
The text was updated successfully, but these errors were encountered: