mirror of
https://github.com/aevea/action-kaniko.git
synced 2025-01-30 22:09:37 +01:00
docs: add warning about kaniko lacking maintainers
This commit is contained in:
parent
58af85fb13
commit
be5ce625a5
1 changed files with 3 additions and 0 deletions
|
@ -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…
Reference in a new issue