kaniko
kaniko copied to clipboard
Build Container Images In Kubernetes
Fixes #2241 #1678 **Description** Issues #2241 #1678 both point to cases where renames can point to incorrect images being used with caching. This commit adds the path of the file...
**Actual behavior** Passing invalid context dir doesn't make `kaniko` fail. ``` > gcr.io/kaniko-project/executor --no-push --context something -v debug DEBU[0000] Copying file /workdir/Dockerfile to /kaniko/Dockerfile DEBU[0000] Skip resolving path /kaniko/Dockerfile DEBU[0000]...
Would it be possible to make different errors give different exit codes? ie make "TOOMANYREQUESTS: You have reached your pull rate limit" be return code 2 make "failed to push..."...
I am building a rather large docker image, end size is ~8GB. It builds fine in DinD, however we would like to use kaniko. The kaniko pod running the dockerfile...
As mentioned in the title. And thanks for your time. In case anyone might need it. I push parts tags to here https://github.com/users/LinuxSuRen/packages/container/package/kaniko-project%2Fexecutor
**Actual behavior** when the kaniko step (run from a pod using AWS IRSA) takes over 1 hour it fails with this error INFO[3716] Pushing image to redact.amazonaws.com/redact.ecr/redact:0.0.72 error pushing image:...
**Description** * Add the Digital Ocean Credentials Helper to authn chain. **Submitter Checklist** These are the criteria that every PR should meet, please check them off as you review them:...
I work at a corporate company where our network is intranet-based. We are using Nexus as our Docker registry and I am writing a pipeline in Tekton. In the pipeline,...
**Actual behavior** I have created my own docker image based on ubuntu with kaniko executor inside. When I am trying to build Dockerfile based on linux alpine, the kaniko build...
**Actual behavior** Whenever pulling images from a mapped registry, Kaniko is trying to access the original registry. This makes the build on air-gapped environments fail. ``` 2.199 INFO[0001] Retrieving image...