-
Notifications
You must be signed in to change notification settings - Fork 111
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
Use of insecure registry for exporter #1425
Labels
Milestone
Comments
natalieparellano
added
help wanted
Need some extra hands to the this done.
status/ready
and removed
status/triage
labels
Nov 15, 2024
natalieparellano
added a commit
that referenced
this issue
Nov 15, 2024
Signed-off-by: Natalie Arellano <narellano@vmware.com>
Cool, it's a bug. First of all, I thought I became crazy 😄 |
natalieparellano
added a commit
that referenced
this issue
Nov 18, 2024
…ge (#1426) Signed-off-by: Natalie Arellano <narellano@vmware.com>
Wowww, super fast 👍 |
Sorry for the delay. Thanks again |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
I currently try to run cnb command in a Gitlab runner.
As I'm in a closed network with access to a Gitlab server and a Nexus proxy proxying OCI images as well as Maven artifacts and others, I have to configure a lot of things to make it work.
The problem is that both servers use a trust CA unknown to containers (whenever it's a CA from Gandi but that's another story).
For this task, I used
The result is always the same
I also tried to force the insecure registry with the following but got the same result
Reproduction
Steps
Current behavior
As described, I get a TLS certificate verification error.
Expected behavior
CNB_INSECURE_REGISTRIES should be used to avoid checking registry certificate
Context
lifecycle version
Lifecycle version is the one from the paketobuildpacks/builder-jammy-tiny image : 0.20.3+dd23dd7d
platform version(s)
As used in the configuration, I use 0.14 architecture version.
The text was updated successfully, but these errors were encountered: