kaniko
kaniko copied to clipboard
Build Container Images In Kubernetes
Hello **Actual behavior** When kaniko build the image it's pushes a latest tag to registry. but in my configuration there is not push latest tag. ``` --dockerfile "$CI_PROJECT_DIR/Dockerfile" --destination "${REGISTRY}/${CI_PROJECT_NAMESPACE}/${CI_PROJECT_NAME}:${CI_COMMIT_TAG}"...
**Actual behavior** While running the the warmer in our GitLab CI/CD we quickly hit the rate-limiting with docker hub even though the cache is warmed already. GitLab CI: ```yaml (...)...
**Actual behavior** Building the following Dockerfile: https://github.com/nginxinc/docker-nginx/blob/master/modules/Dockerfile.alpine (and https://github.com/nginxinc/docker-nginx/blob/master/modules/Dockerfile) does not work without specifying `--ignore-path=/tmp/packages/`. It fails with the following error: ``` + BUILT_MODULES=' headers-more' + echo 'BUILT_MODULES=" headers-more"' INFO[0026]...
**Actual behavior** Hi there, I am using bitbucket pipelines and would like to use Kaniko for a pipeline. I'm using kaniko debug image and i got this error "usr/bin/mkfifo: not...
If Kaniko would support a simple webserver (can be a separate image to not inflate the standard one), you could use Kaniko as a sidecar. That would solve some of...
Hi. **Actual behavior** Kaniko does not seem to support either multiple build contexts nor named ones. **Expected behavior** See this article https://www.docker.com/blog/dockerfiles-now-support-multiple-build-contexts/ that allows syntax such as `COPY --from=some_context` where...
**Actual behavior** Thank you big time for fixing #1836. We use kaniko in a gitlab CI job and I noticed that when building a Docker image (at least the one...
**Actual behavior** we run jFrog artifactory 7.15.5 rev 71505900 starting with https://github.com/GoogleContainerTools/kaniko/commit/6bbd8a331cbd361fe6dadcc2089adc4eb0e8ca08 images fail to push: error pushing image: failed to push to destination some-jfrom-repo/test:latest: PUT https://some-jfrog-repo/v2/test/manifests/latest: MANIFEST_INVALID: manifest invalid;...
Readme states: ``` We'd love to hear from you! Join us on [#kaniko Kubernetes Slack](https://kubernetes.slack.com/messages/CQDCHGX7Y/) ``` but no instructions on how to get an invite (or, if possible join with...
**Actual behavior** When passing in `--log-timestamp=false` with either `--log-format=text|color` set, timestamps still get logged. **Expected behavior** No timestamps should get logged **To Reproduce** Steps to reproduce the behavior: 1. Pass...