|
26 | 26 | * skip snapshotting rootdir: https://github.com/mzihlmann/kaniko/pull/183 |
27 | 27 | * predefined build args: by @kit101 in https://github.com/mzihlmann/kaniko/pull/185 https://github.com/osscontainertools/kaniko/pull/277 |
28 | 28 | * add heredoc `<<EOF` syntax support: https://github.com/mzihlmann/kaniko/pull/206 https://github.com/mzihlmann/kaniko/pull/213 https://github.com/mzihlmann/kaniko/pull/214 https://github.com/mzihlmann/kaniko/pull/215 |
29 | | -* `FF_KANIKO_RUN_MOUNT_CACHE=false` cache mounts: https://github.com/osscontainertools/kaniko/pull/245 https://github.com/osscontainertools/kaniko/pull/274 https://github.com/osscontainertools/kaniko/pull/284 |
| 29 | +* `FF_KANIKO_RUN_MOUNT_CACHE=true` cache mounts: https://github.com/osscontainertools/kaniko/pull/245 https://github.com/osscontainertools/kaniko/pull/274 https://github.com/osscontainertools/kaniko/pull/284 |
| 30 | +* skip-unused-stages invalidates numeric references: https://github.com/osscontainertools/kaniko/pull/306 |
30 | 31 | ### Caching |
31 | 32 | * sourceImage's CreatedAt timestamp should not be included in cache key: https://github.com/mzihlmann/kaniko/pull/1 |
32 | 33 | * ignore labels on base image for cache: https://github.com/mzihlmann/kaniko/pull/2 |
|
36 | 37 | * ADD learned to cache its output layer: https://github.com/mzihlmann/kaniko/pull/24 |
37 | 38 | * whiteout annotations to prevent cache misses through `--annotation`: https://github.com/mzihlmann/kaniko/pull/209 |
38 | 39 | ### Performance |
39 | | -* `FF_KANIKO_SQUASH_STAGES=false` squash stages together, speeding up build: https://github.com/mzihlmann/kaniko/pull/141 https://github.com/osscontainertools/kaniko/pull/283 |
| 40 | +* `FF_KANIKO_SQUASH_STAGES=true` squash stages together, speeding up build: https://github.com/mzihlmann/kaniko/pull/141 https://github.com/osscontainertools/kaniko/pull/283 |
| 41 | +* `FF_KANIKO_OCI_STAGES=false` use ocilayout instead of tarballs during stage transitions: https://github.com/mzihlmann/kaniko/pull/141 |
40 | 42 | ### Usability |
41 | 43 | * if target stage is unspecified we now implicitly target the last stage: https://github.com/mzihlmann/kaniko/pull/27 |
42 | 44 | * kaniko learned `--preserve-context` to preserve the build-context across multi-stage builds: https://github.com/mzihlmann/kaniko/pull/28 |
|
53 | 55 | * riscv image: https://github.com/mzihlmann/kaniko/pull/220 |
54 | 56 | * add env credential helper: https://github.com/mzihlmann/kaniko/pull/236 https://github.com/mzihlmann/kaniko/pull/249 |
55 | 57 | * allow skip push cache: https://github.com/osscontainertools/kaniko/pull/268 |
56 | | -* `FF_KANIKO_NEW_CACHE_LAYOUT=false` organize kaniko dir: https://github.com/osscontainertools/kaniko/pull/285 |
| 58 | +* `FF_KANIKO_NEW_CACHE_LAYOUT=true` organize kaniko dir: https://github.com/osscontainertools/kaniko/pull/285 |
57 | 59 | ### Shoutout & Thanks |
58 | 60 | * 🔗 cleanup jobs: by @cpanato in https://github.com/mzihlmann/kaniko/pull/55 |
59 | 61 | * 🔗 update ENV syntax in Dockerfile: by @babs in https://github.com/mzihlmann/kaniko/pull/60 |
|
62 | 64 | * remove deprecated github.com/containerd/containerd/platforms: by @BobDu in https://github.com/osscontainertools/kaniko/pull/252 |
63 | 65 | * move github.com/docker/docker/api -> github.com/moby/moby/api: by @BobDu in https://github.com/osscontainertools/kaniko/pull/258 |
64 | 66 | * 🔗 fix code scanning alert 1: by @cpanato in https://github.com/osscontainertools/kaniko/pull/272 |
| 67 | +* update docs: by @6543 in https://github.com/osscontainertools/kaniko/pull/300 |
65 | 68 |
|
66 | 69 | for a more detailed view you can refer to our [Changelog](./CHANGELOG.md) or [release notes](https://github.com/osscontainertools/kaniko/releases) |
67 | 70 |
|
|
0 commit comments