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

**Actual behavior** Kaniko doesn't cache correctly when copying from other stages of a multistage build Suppose I have a filesystem and a `find` that always results in the same files...

kind/question

**Actual behavior** As part of image build, using Kaniko and while during image build getting the error as below ``` INFO[2024-04-17T14:14:12Z] Building stage 'private.icr.io/namespace/tenant/master/liberty:23.0.0.12-506' [idx: '0', base-idx: '-1'] INFO[2024-04-17T14:14:12Z] Unpacking...

**Actual behavior** As part of my dockerfile I am attempting to copy a directory from another image as follows: ``` COPY --from=internal-registry/timesten-client:22.1.1.22.0-java17 --chown=jetty:jetty /opt/timesten /opt/timesten ``` However, this results in...

kind/bug
priority/p0
works-with-docker
differs-from-docker
issue/big-image

**Actual behavior** The context directory is deleted when targeting a second stage of a multi-stage build when the second stage relies on a prior stage. **Expected behavior** The context directory...

area/multi-stage builds
work-around-available
priority/p1
works-with-docker
differs-from-docker
issue/missing-files
categorized

**Expected behavior** I expected the Docker image build and push process to complete successfully using Kaniko in GitHub Actions, similar to when the `EC2InstanceProfileForImageBuilderECRContainerBuilds` policy is directly attached to an...

kind/bug
priority/p1
area/aws
github_actions

**Actual behavior** When running `kaniko` within a Gitlab Job in a `k8s` pod gitlab runner, even with the right service account properly annotated, kanico is not being able to authenticate...

kind/bug
kind/question
priority/p2
area/registry
gitlab
needs-follow-up
registry/ecr

This is related to [Kaniko do not use cache options](https://stackoverflow.com/questions/75414242/kaniko-do-not-use-cache-options/78225047#78225047) When we set --cache-repo as ECR repo url, kaniko push all layers to ecr repo as cache, if dockerfile has...

kind/feature-request
area/caching
priority/p1
registry/ecr

**Actual behavior** A clear and concise description of what the bug is. I was building a python project and there was an error in the "Taking snapshot of files..." phase...

priority/p1
differs-from-docker
area/snapshotting

**Actual behavior** I am building a Docker image which has MIMEDefang and Postfix, both of which require Unix socket to run as expected. Kaniko is ignoring the socket files which...

priority/p1
area/filesystems
works-with-docker
differs-from-docker
issue/missing-files

**Actual behavior** Use gitlab runner (run on k8s) to build Docker image using kaniko. The build failed when setting the flag `--ignore-var-run=true`. ``` error building image: error building stage: failed...

kind/feature-request
priority/p2
area/cli
gitlab