kaniko
kaniko copied to clipboard
Build Container Images In Kubernetes
Let's say I have this example Dockerfile: ``` FROM ubuntu:22.04 ENV R_VERSION=4.3.2 ENV PYTHON_VERSION=3.10 ARG DEBIAN_FRONTEND=noninteractive SHELL ["/bin/bash", "-c"] USER root ENV HOME=/home/root WORKDIR $HOME ENV PATH="$PATH:$HOME/miniforge3/bin" RUN conda config...
**Actual behavior** I'm building images in k8s. Kaniko uses / as a build folder and copies there files from the conext. Therefore it consumes ephemeral storage on a node and...
**Description** VERSION_PACKAGE was declared twice, and first declaration was incorrect (earlier than REPOPATH). **Submitter Checklist** These are the criteria that every PR should meet, please check them off as you...
Bumps [google-github-actions/auth](https://github.com/google-github-actions/auth) from 2.1.3 to 2.1.6. Release notes Sourced from google-github-actions/auth's releases. v2.1.6 What's Changed Recommend gcloud storage over gsutil by @sethvargo in google-github-actions/auth#438 Add missing log line by @sethvargo...
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.4.0 to 3.7.1. Release notes Sourced from docker/setup-buildx-action's releases. v3.7.1 Switch back to uuid package by @crazy-max in docker/setup-buildx-action#369 Full Changelog: https://github.com/docker/setup-buildx-action/compare/v3.7.0...v3.7.1 v3.7.0 Always set buildkitd-flags if...
Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from 3.5.0 to 3.7.0. Release notes Sourced from sigstore/cosign-installer's releases. v3.7.0 What's Changed Bump actions/checkout from 4.1.7 to 4.2.0 by @dependabot in sigstore/cosign-installer#172 bump for latest cosign v2.4.1...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.3.0 to 6.9.0. Release notes Sourced from docker/build-push-action's releases. v6.9.0 Bump @docker/actions-toolkit from 0.38.0 to 0.39.0 in docker/build-push-action#1234 Bump path-to-regexp from 6.2.2 to 6.3.0 in docker/build-push-action#1232 Full...
**Actual behavior** Takes multiple snapshots even with --single-snapshot **Expected behavior** No snapshots AT ALL **To Reproduce** Is there any chance that we can turn off this thing? There might be...
Need to check slice size https://github.com/GoogleContainerTools/kaniko/blob/master/pkg/executor/build.go#L516 ``` $ /kaniko/executor --dockerfile docker/Dockerfile-release --cache=true --context . --destination "${DOCKER_IMAGE?}-release" INFO[0000] Using dockerignore file: /builds/xxx/yyy/.dockerignore panic: runtime error: index out of range [0] with...
*Actual behavior* The following files are missing when using Kaniko to build. `lrwxrwxrwx 1 root root 16 Sep 19 08:57 /usr/lib/x86_64-linux-gnu/libcurl.so.4 -> libcurl.so.4.8.0 -rw-r--r-- 1 root root 677656 Sep 6...