1
0
Fork 0
mirror of https://github.com/aevea/action-kaniko.git synced 2025-01-30 13:59:38 +01:00

docs: add warning about kaniko lacking maintainers

This commit is contained in:
Alex Viscreanu 2024-11-07 19:00:36 +01:00 committed by GitHub
parent 58af85fb13
commit be5ce625a5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.