kaniko
kaniko copied to clipboard
Build Container Images In Kubernetes
[v1.8.1 was cut on April 5, about 2 months ago](https://github.com/GoogleContainerTools/kaniko/releases/tag/v1.8.1). Diff since then: https://github.com/GoogleContainerTools/kaniko/compare/v1.8.1...main Some notable changes / fixes: - #2049 - #2054 - #2047 - #2066 - #2089 -...
Bumps [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) from 1.22.0 to 1.24.0. Release notes Sourced from cloud.google.com/go/storage's releases. storage: v1.24.0 1.24.0 (2022-07-20) Features storage: add Custom Placement Config Dual Region Support (#6294) (5a8c607) pubsub: v1.24.0 1.24.0...
Fixes #2129 #1106 **Description** The docker documentation shows how to [enable mututal TLS (mTLS) authentication with client certificates](https://docs.docker.com/engine/security/certificates/). For registries that are protected with this, kaniko's executor and warmer now...
Git repos using [git-lfs] are not currently supported. Unfortunately, because `git` proper doesn't know anything about [git-lfs], the build succeeds, but the [pointer files](https://github.com/git-lfs/git-lfs/blob/main/docs/spec.md#the-pointer) are left in place of actual...
Hello, I have a requirement to run aws command (`aws sts assume-role-with-web-identity`) inside kaniko container. How can we do that ?
**Actual behavior** Gitlab is proving a uniquely generated `NPM_TOKEN` to the docker context in order to download private dependencies. Because of that the step `ARG NPM_TOKEN` isn't cached since this...
**Actual behavior** - Docker cache will not work if there is an instruction in Dockerfile that doesn't produce any changes in the file system (e.g. instruction `RUN echo helloworld`) (cache...
**Actual behavior** We have below directives in our Dockerfile. They create `fpm` directory in `/var/run` path and set `nginx` ownership for this dir, 2d directive just prints current contents of...
**Actual behavior** I have the following Dockerfile in place. ``` FROM alpine:3.12 RUN apk add --no-cache bash ``` I create the container using Kaniko in the current version (v0.23.0) within...
**Actual behavior** According to [this ticket](https://github.com/GoogleContainerTools/kaniko/issues/1851), the bug of setcap not being persisted should be fixed, but it's not the case in latest v1.8.1 version **Expected behavior** setcap should be...