-
On line 73 you have `apk del general-dependencies`, but that is not done in the same `run` command as they were installed so it is not reducing the image size at all I think. It's my understanding yo…
-
**Description**
When using multistage Dockerfile WORKDIR is not working as expected:
**Steps to reproduce the issue:**
```
FROM alpine as base
WORKDIR /foo
RUN echo test > test.txt
FROM alp…
-
**Actual behavior**
Failed to push the docker image to private registry. If i re-run the same pod again, it works.
**Expected behavior**
Able to push the docker image to private registry
**T…
-
We are using GitLab CI pipelines and would like to set `DOCKER_CONFIG` to a file instead of a directory so that we can use CI variables of type `file`. The current working approach in GitLab looks sim…
-
**Actual behavior**
When migrating from 1.9.1 to 1.9.2 (gcr.io/kaniko-project/executor:v1.9.2-debug) I get issues with USER:
`error building image: error building stage: failed to execute command…
-
Hello,
When building Clojure apps a lot of artifacts get downloaded.
These can be cached between re-runs for people where this makes sense.
This should improve image build speed - esp in CI se…
-
### Description
Cannot run docker compose with building images (but I also have similar project that works fine).
Definition in docker-compose.yml:
```yaml
services:
app-c:
build:
…
-
**Actual behavior**
Apt install commands are not being cached running Kaniko as a Kubernetes job, making image builds very slow
**Expected behavior**
Cache layer hit/being found since, as far a…
-
**Actual behavior**
Tekton is using Kaniko to build a Docker image from alpine and recently the builds started failing.
_TL;DR_
The alpine:3.12 image has /var/run aliased to /run. When runnin…
-
**Actual behavior**
When trying to use COPY with --chown and giving an envvar as an argument, build fails, while working perfectly fine in docker 20.10.3.
**Expected behavior**
Image is built c…