mirror of
https://github.com/aevea/action-kaniko.git
synced 2025-04-10 05:08:48 +02:00
Compare commits
3 commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
be5ce625a5 | ||
![]() |
58af85fb13 | ||
![]() |
9223ef89b8 |
2 changed files with 4 additions and 1 deletions
|
@ -2,7 +2,7 @@ FROM alpine as certs
|
||||||
|
|
||||||
RUN apk --update add ca-certificates
|
RUN apk --update add ca-certificates
|
||||||
|
|
||||||
FROM gcr.io/kaniko-project/executor:v1.21.1-debug
|
FROM gcr.io/kaniko-project/executor:v1.23.2-debug
|
||||||
|
|
||||||
SHELL ["/busybox/sh", "-c"]
|
SHELL ["/busybox/sh", "-c"]
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,8 @@
|
||||||
# Kaniko image builder
|
# Kaniko image builder
|
||||||
|
|
||||||
|
> [!WARNING]
|
||||||
|
> The kaniko project no longer seems to [have maintainers](https://github.com/GoogleContainerTools/kaniko/issues/3348). Keep this in mind before deciding to use kaniko as your image builder.
|
||||||
|
|
||||||
This Action uses the [kaniko](https://github.com/GoogleContainerTools/kaniko) executor instead of the docker daemon. Kaniko builds the image
|
This Action uses the [kaniko](https://github.com/GoogleContainerTools/kaniko) executor instead of the docker daemon. Kaniko builds the image
|
||||||
by extracting the filesystem of the base image, making the changes in the user space, snapshotting any change and appending it to the base
|
by extracting the filesystem of the base image, making the changes in the user space, snapshotting any change and appending it to the base
|
||||||
image filesystem.
|
image filesystem.
|
||||||
|
|
Loading…
Add table
Reference in a new issue