We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@vfarcic Hi, I want to pass a certificate for a registry using kaniko. But it gives an error
container: image: gcr.io/kaniko-project/executor:latest command: [/kaniko/executor] args: - "--context=dir:///application-dockerfile" - "--destination=jfrog.local.com/springboot/maven:5.0" - "--registry-certificate jfrog.local.com=/kaniko/.docker/certs/ca-certificates.crt"
The error is Unknown flag --registry-certificate jfrog.local.com.
Unknown flag --registry-certificate jfrog.local.com
The text was updated successfully, but these errors were encountered:
Put = between the arg and the value. It should be something like --registry-certificate=jfrog.local.com=/kaniko/.docker/certs/ca-certificates.crt
=
--registry-certificate=jfrog.local.com=/kaniko/.docker/certs/ca-certificates.crt
Sorry, something went wrong.
No branches or pull requests
@vfarcic Hi, I want to pass a certificate for a registry using kaniko. But it gives an error
The error is
Unknown flag --registry-certificate jfrog.local.com
.The text was updated successfully, but these errors were encountered: