-
**Actual behavior**
I am trying to build a Dockerfile which is built correctly with docker daemon.
I have this error :
```
Setting up google-chrome-stable (77.0.3865.75-1) ...
update-alternativ…
-
In the `README` it states, https://github.com/GoogleContainerTools/kaniko/blob/7e3954ac734534ce5ce68ad6300a2d3143d82f40/README.md#L14
Is there any reason for this statement? I am not sure why copyi…
-
**Actual behavior**
We have a private registry (Artifactory), which is available only via https on port 443. Connections on port 80 are silently dropped.
After Kaniko pod got started, it tries to r…
-
### Issue Description
Running podman throught Gitlab-CI docker executor with the latest image: `quay.io/podman/stable`.
My Dockerfile to be built looks like this:
```Dockerfile
FROM python:3
…
-
I would like to use this plugin in a CI in gitlab.
I own a gitlab Runner with rights to use docker in order do avoid docker:dind service (same error anyway on shared runners)
My image is a node-…
-
Need support for gitlab-ci. While I am trying to create a very simple file as follow, its giving error lando command not found.
".gitlab-ci.yml"
`stages:
- build
build:
stage: build…
-
Hello,
I've recently upgraded from 13.7 through to 14.10.3 (taking a lot of steps along the way). All my projects are fine and everything seems stable with the exception of the CI/CD area. I can't…
-
Hi,
I've tested this but it does not work in my case.
I've setup LDAP users which is READ_ONLY
I get in logs:
ERROR [org.keycloak.events.EventBuilder] (executor-thread-8) Failed to send type …
-
**Actual behavior**
Kaniko exits with exit code 1 with the following message and and does not build the image:
```
error checking push permissions -- make sure you entered the correct tag name,…
-
**Actual behavior**
kaniko occasionally fails building arm64 images, but succeeds after several retries.
sometimes the build fails in this stage:
```INFO[0002] Unpacking rootfs as cmd RUN mkdir ./p…