kaniko
kaniko copied to clipboard
Build Container Images In Kubernetes
Bumps [github.com/aws/aws-sdk-go-v2/feature/s3/manager](https://github.com/aws/aws-sdk-go-v2) from 1.16.17 to 1.16.21. Commits b08ae84 Release 2022-10-03 3176b00 Regenerated Clients 4e7fe92 Update endpoints model 8485699 Update API model 9fa3861 Release 2022-09-30 411f0f4 Regenerated Clients 9279164 Update endpoints...
Bumps [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) from 1.27.13 to 1.27.16. Commits 8abec4c Release 2024-05-23 70e7095 Regenerated Clients 0b2a340 Update partitions file c1eb2d9 Update endpoints model 4c990d1 Update API model c6c1626 s3: handle unrecognized values...
Bumps [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) from 1.54.2 to 1.54.3. Commits 8abec4c Release 2024-05-23 70e7095 Regenerated Clients 0b2a340 Update partitions file c1eb2d9 Update endpoints model 4c990d1 Update API model c6c1626 s3: handle unrecognized values...
**Actual behavior** Does not COPY or fails Tested with KANIKO 1.22 still a bug both will fail: `COPY ./* ./` or `COPY ./*.json ./ ` **Expected behavior** Copy all Files...
The same dockfile, as long as I change WORKDIR to something else such as /temp there will be no problem, has cleared the cache and tried again many times, this...
Azure azidentity package has [DefaultCredentials](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/azidentity#readme-defaultazurecredential) process to manage different login methods:  Using this, we avoid to force the use of `AZURE_STORAGE_ACCESS_KEY` env and we can use different ways of...
Using Kaniko version v1.22.0, when I attempt to build this Dockerfile ```Dockerfile # syntax=docker/dockerfile:1.7-labs FROM scratch # the [t] here conditionally copies version.txt in if it exists COPY --parents alpine/...
**Actual behavior** I have to set both `--kaniko-dir` and `KANIKO_DIR` in order to ensure `/kaniko` is not used. **Expected behavior** From the help: ```bash --kaniko-dir string Path to the kaniko...
Fixes #3098 **Description** The `--kaniko-dir` command-line flag is now given precedence over the `KANIKO_DIR` environment variable if both are set. This change ensures that the specified directory via the command-line...
**Actual behavior** When trying to copy a file that contains a name build using an `ARG` variable, it fails with a "no such file or directory". **Expected behavior** To be...