-
**Is your feature request related to a use case or problem? Please describe.**
The current Dockerfile is broken. See #3194.
Also, we'd like to publish our docker image regularly (see #3329).
…
-
[Here](https://www.docker.com/use-cases) are some use cases of docker suggested officially.
We are trying to introduce docker to our project to
1. Ease the development environment setup. Identica…
-
**Actual behavior**
[Snyk](https://snyk.io/docker/) fails to scan docker images produced by kaniko:
```bash
➜ cat Dockerfile
FROM alpine
RUN echo 'abc' > /test.txt
➜ /kaniko/executor -f Doc…
-
It would be very convenient if you could provide a multi arch image on docker hub, so that ARM is supported as well.
-
**Actual behavior**
When I am building an image with the Kaniko executor and specify `--kaniko-dir`, this only applies to the Dockerfile, not to the context
**Expected behavior**
The Kaniko-Dir…
-
Currently the production build is done on the host machine with:
```bash
$yarn install
$yarn build
```
To avoid the node + yarn dependency the build process could be moved to its own container t…
-
**Actual behavior**
Currently there is no way to only push an image without a build step. I would want to separate the build and push steps so that the build stage, which runs code execution, does no…
-
**Actual behavior**
Whenever pulling images from a mapped registry, Kaniko is trying to access the original registry. This makes the build on air-gapped environments fail.
```
2.199 INFO[0001] Retr…
-
# Problem
For the jenkins build to occur we need to only build the GeoNode image.
So we need to clean up the following
- [x] Dockerfile - remove multistage build. Split `prod` and `dev`. Idea…
-
I've created a arm64v8 image using [multistage builds](https://docs.docker.com/develop/develop-images/multistage-build/#use-multi-stage-builds). Maybe you can add it in your Jenkins build and push it …