kaniko
kaniko copied to clipboard
Build Container Images In Kubernetes
**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 should...
**Actual behavior** Pushing large images (e.g 5Gb) with kaniko to some https registries (e.g ecr, quay or gitlab contianer registry) has been identified to be quite slow when using kaniko...
Also add missing entries in ToC **Description** Add a superseded notice on `registry-mirror` in `README.md` **Reviewer Notes** - [ ] The code flow looks good. - [ ] Unit tests...
add possibility to give multiple registry mirrors via environment variable (KANIKO_REGISTRY_MIRROR)
**Actual behavior** The flag `--registry-mirror` can be used multiple times to give multiple registry mirrors into the build process. Sadly, the corresponding environment variable `KANIKO_REGISTRY_MIRROR` accepts only one registry mirror....
**Actual behavior** Starting with `debug-v0.19.0` (reproduced with `debug-v1.0.0`), building using `--cache=true`, a Dockerfile having `RUN` instruction with `ENV` or `ARG` variable and shell parameter expansion is not working anymore with...
Bumps [github.com/google/go-containerregistry](https://github.com/google/go-containerregistry) from 0.19.2 to 0.20.2. Release notes Sourced from github.com/google/go-containerregistry's releases. v0.20.2 What's Changed deps: bump docker dep by @imjasonh in google/go-containerregistry#1991 Full Changelog: https://github.com/google/go-containerregistry/compare/v0.20.1...v0.20.2 v0.20.1 What's Changed Create...
Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from 3.5.0 to 3.6.0. Release notes Sourced from sigstore/cosign-installer's releases. v3.6.0 What's Changed Bump actions/checkout from 4.1.2 to 4.1.3 by @dependabot in sigstore/cosign-installer#161 Bump actions/checkout from 4.1.3 to...
Is it expected that the images pulled from `grc.io` and `us.gcr.io` are kept relatively in sync? There is currently a 6 year drift between those 2 registries. ``` REPOSITORY TAG...
### Discussed in https://github.com/GoogleContainerTools/kaniko/discussions/3272 Originally posted by **tbernacchi** July 31, 2024 I'm new with `kaniko`, I ended up here because I was trying to build a pipeline with [argo](https://argoproj.github.io/workflows/) and...
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.4.0 to 3.6.1. Release notes Sourced from docker/setup-buildx-action's releases. v3.6.1 Check for malformed docker context by @crazy-max in docker/setup-buildx-action#347 Full Changelog: https://github.com/docker/setup-buildx-action/compare/v3.6.0...v3.6.1 v3.6.0 Create temp docker context...