-
On the following example:
```
stencil copy_stencil {
storage in;
var oo;
Do {
vertical_region(k_start, k_end) {
oo = in;
in = oo[i+1];
}
}
};
```
the generate…
-
**Actual behavior**
When `--kaniko-dir` (or `KANIKO_DIR`) is set to a non standard location, this code: https://github.com/GoogleContainerTools/kaniko/blob/main/cmd/executor/cmd/root.go#L312 overwrit…
-
There's no reason to run scanner adapter service as root in the Docker container. We should update the Dockerfile respectively.
```
$ dockle docker.io/goharbor/harbor-scanner-clair:1.0.1-rc1
WARN…
-
**Tell us about your request**
`docker build --squash` has been around since 2017. Completing this feature would allow much more readable Dockerfiles, and would remove a learning step for Docker begi…
-
**Actual behavior**
Trying to run a pipeline in GitLab Runner using Kubernetes executor with a private repository that has a Multistage Dockerfile using a FROM image from another private repository i…
-
**Actual behavior**
After the 1.8.0 release, builds for some of my container images started to fail with [an authentication error during base image pull](https://gitlab.com/lepovirta/dis/-/jobs/21969…
-
Hi,
I'm using this plugin to create a Dockerfile with correct layers for my springboot project, but I'm facing a strange error in my CI during docker build process and I have no clue what is wrong …
-
I just finished making a Dokerfile for STIPS and realized most of it very similar to the Dockerfile being hosted in the wfirst-tools repo. This is because there are now 3 Dockerfiles that install the …
-
I am encountering a strange issue when doing **multistage build** with kaniko.
When using _COPY --from=_ in the second stage, kaniko seems to eat up all diskspace in /var/lib/docker (using docker-ce)…
-
I have been trying to fix the failing builds on the buildbot `clang-sparc64-linux-multistage` [1] for quite some time now.
The reason for the failure is that the linker cannot find `__sync_val_comp…