mirror of
https://github.com/aevea/action-kaniko.git
synced 2025-04-04 10:28:48 +02:00
Compare commits
2 commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
be5ce625a5 | ||
![]() |
58af85fb13 |
2 changed files with 4 additions and 1 deletions
|
@ -2,7 +2,7 @@ FROM alpine as certs
|
|||
|
||||
RUN apk --update add ca-certificates
|
||||
|
||||
FROM gcr.io/kaniko-project/executor:v1.22.0-debug
|
||||
FROM gcr.io/kaniko-project/executor:v1.23.2-debug
|
||||
|
||||
SHELL ["/busybox/sh", "-c"]
|
||||
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
# 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
|
||||
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.
|
||||
|
|
Loading…
Add table
Reference in a new issue