kaniko icon indicating copy to clipboard operation
kaniko copied to clipboard

Build Container Images In Kubernetes

Results 466 kaniko issues
Sort by recently updated
recently updated
newest added

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}"...

kind/question
priority/p3
needs-discussion

**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 (...)...

kind/bug
area/caching
priority/p1
gitlab
differs-from-docker
feat/warmer

**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]...

area/multi-stage builds
differs-from-docker

**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...

area/symlinks
needs-follow-up

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...

kind/feature-request
priority/p2
needs-discussion
needs-follow-up

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...

kind/feature-request
priority/p2
area/context

**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...

kind/bug
priority/p1
area/layers
feat/warmer
issue/mediaType
area/metadata

**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;...

kind/bug
work-around-available
priority/p2
area/registry
regression
feature/reproducible-digest
needs-follow-up
kind/friction
registry/jfrog
issue/push-fails
regression/v1.8.0

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...

help wanted
good first issue
area/documentation
kind/suggestion

**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...

kind/bug
help wanted
good first issue
priority/p2
area/logging
area/cli