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** If I try to use the upstream `kaniko` images with `cosigned` enabled, the build pods are rejected. **Expected behavior** The upstream releases should be signed against the Fulcio...

**Actual behavior** While building several containers against GCP Artifact Registry via skaffold we are getting intermittent authentication failures. ``` INFO[0000] Retrieving image gcr.io/kaniko-project/executor:v1.5.1@sha256:c6166717f7fe0b7da44908c986137ecfeab21f31ec3992f6e128fff8a94be8a5 from registry gcr.io E0124 14:27:12.856809 1 metadata.go:166]...

priority/p0
area/registry
regression

I noticed that kaniko uses its own `/kaniko` bin directory for working runtime data, making it unsafe to run concurrently and perhaps unsafe to run more than once sequentially. Eg,...

The directory structure is as follows ``` .git APP www Dockerfile README.md ``` Dockerfile this way no problem ``` FROM alpine:latest WORKDIR /app COPY App /app/ COPY www /app/ COPY...

kind/question
needs-follow-up
works-with-docker
differs-from-docker
has-repro
issue/unexpected-EOF
issue/push-fails

**Actual behavior** When using gcr.io/kaniko-project/executor:debug and running /kaniko/executor --context $CI_PROJECT_DIR --dockerfile Dockerfile --destination ${CONTAINER_IMAGE} in gitlab runner build hangs. **Expected behavior** Build finishes successfully and image getting published to gcr...

area/performance
priority/p2
area/filesystems

I try build gcc image with kaniko and get error ``` INFO[0003] Unpacking rootfs as cmd RUN cmake -DCMAKE_BUILD_TYPE=Release requires it. error building image: error building stage: removing whiteout usr/bin/cmake/.wh..wh..opq:...

area/dockerfile-command
area/caching
more-information-needed
priority/awaiting_evidence
stale

**Actual behavior** Given a filesystem layout, e.g. a Git checkout: * _/workspace/Dockerfile_ * _/workspace/subproject/Dockerfile_ When the CWD is _/workspace/_, the following command, e.g., when [using Kaniko under GitLab CI](https://docs.gitlab.com/ee/ci/docker/using_kaniko.html), ```...

kind/question

Sementation fault (core dump) faild to execute command: waiting for process to exit: exit status 139 ![image](https://user-images.githubusercontent.com/39428543/177795664-78ce0efd-76b4-4765-9397-adea43f0b6d3.png)

Not a bug report. This is regarding closed ticket: https://github.com/GoogleContainerTools/kaniko/issues/1106/. Looking at the related code: https://github.com/GoogleContainerTools/kaniko/blob/1395e4682f80bf4286513392220597dcca60ce1c/pkg/util/transport_util.go#L77 The `--registry-certificate` flag enables one to provide a root CA to validate the remote...

**Actual behavior** I'm using Tekton+EKS so we use kaniko to build images. A clear and concise description of what the bug is. We started to see an error like this:...