-
**Actual behavior**
Kaniko misinterprets pattern starting with ** in .dockerignore file.
**Expected behavior**
To recursively exclude all folders with a specific name in the repository tree, .do…
-
I have tried to complete all the steps identified elsewhere but I'm still not successful.
Here is what I have configured:
In the freestyle job itself:
![image](https://user-images.githubuse…
-
### 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:
…
-
Hi,
I've seen it frequently that people pull alpine only to install alpine-sdk as the first action every time.
It would be nice to have -dev versions of alpine on docker hub, eg. 3.6-dev, latest…
-
-
**Describe the bug**
Due to changes in yarn setup and configuration, and how projects are set up, the docker containerization configuration and scripts are broken and will fail. The first failure wil…
-
**Actual behavior**
When we copy file from another image:
```
COPY --from=kaniko /kaniko/executor /kaniko/executor
```
and create a link (sym or hard) on this:
```
RUN ln -s /kaniko/executor /…
-
**Actual behavior**
When I am using Kaniko with the `Local Directory` context, the `COPY` docker command doesn't copy files at all.
**Expected behavior**
I would like to use docker `COPY` comma…
-
**Actual behavior**
- I have created a kaniko pod (image: gcr.io/kaniko-project/executor:v1.7.0-debug) with `/busybox/sleep infinity` command
- Switched to to container shell with `kubectl exec` c…
-
Hi !
Awesome work, though the one thing that is missing is a page where we can actually try the components. I saw the examples directory but a page hosted on vercel/netlify/cloudflare/... would be …