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

I am building one large docker image and I am experiencing a somewhat weird behavior that I would like to address. Host info: - Docker version: 20.10.12 - kaniko version...

kind/enhancement
area/performance
priority/p2
feature/reproducible-digest

**Actual behavior** Multi stage ARGs with Buildkit are evaluated and carried over stages but not in kaniko. **Expected behavior** In order to move from our Buildkit scripts to kaniko, I...

kind/enhancement
help wanted
area/dockerfile-command

**Actual behavior** When pushing to an insecure registry, process fails with the message: ``` error checking push permissions -- make sure you entered the correct tag name, and that you...

kind/bug
priority/p1
area/behavior
priority/awaiting_evidence

**Actual behavior** When building multiple images (using `--cleanup` on each of them), the first build succeeds but subsequent builds fail with the following error: ``` ERROR: Process exited immediately after...

kind/bug
area/multi-stage builds
priority/p1
priority/p0
regression
area/permissions
works-with-docker
differs-from-docker
feat/cleanup
issue/no-such-file
regression/v1.3.0
categorized

**Actual behavior** I want to transfer all files and dirs recursively from current host dir to WORKDIR inside the image I am using `COPY --chown=1001:0 . . ` **Expected behavior**...

kind/bug
area/dockerfile-command
cmd/copy
work-around-available
priority/p1
area/permissions
works-with-docker
differs-from-docker
area/uid
feat/docker-syntax
issue/chown
categorized
issue/USER
feat/copy-chown

**Actual behavior** It seems that the cache key generation is based on the the name of the base image and not on its content. That is problematic when using build-variables...

**Actual behavior** Kaniko is ignoring /etc/hosts configured by docker **Expected behavior** Kaniko should respect /etc/hosts **To Reproduce** Steps to reproduce the behavior: 1. run kaniko docker image with extrahosts for...

help wanted
priority/p3
area/filesystems
area/container

**Actual behavior** Using `RUN [ "chmod", "a+x", "/some/file" ]` the specified file gets the executable bit for the rest of the Kaniko run, but not in the final image **Expected...

kind/question
more-information-needed

**Actual behavior** Running kaniko in my local docker daemon, files copied with `COPY` still have my UID in the built container. This breaks reproducibility when different users build the same...

kind/bug
kind/enhancement
area/dockerfile-command
cmd/copy
priority/p0
differs-from-docker
categorized

**Actual behavior** When `COPY`-ing the contents of a whole directory, Kaniko will apply metadata of that parent directory to the destination directory. This (at least) includes owner, group, and permissions....