-
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
issue publishing bundle on Harbor 2 #1793
Labels
bug
Oops, sorry!
Comments
This is also an issue using the official Docker Registry docker image. |
I am finally able to reproduce this and think that the problem is how we are passing --insecure-registry to cnab-to-oci. Here is what I got when running porter publish against a local docker registry that is using self-signed TLS certs
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
i was trying to publish a bundle which uses 2 custom images as dependencies into a private Harbor 2 registry over HTTP. I have faced an issue similar to: #1229
adding the insecure-registry flag solves the issue with the installer, but the two images that i have defined inside the images: block of the porter.yml file are not being pushed correctly.
I am using the docker-compose mixin.
On the bright side: the same error seems to popup when interacting with a PortUs registry, so it seems that registry could also work with porter, and could therefore be added to the list of tested registries.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
both installer and all image dependencies are pushed in the registry
Porter Command and Output
Version
latest
The text was updated successfully, but these errors were encountered: