Sander Maijers
Sander Maijers
@mikeslattery I think such functionality is better separated into a dedicated tool, such as [Lefthook](https://github.com/evilmartians/lefthook).
See: https://www.redhat.com/sysadmin/faster-container-image-pulls. `zstd:chunked` is an alternative to eStargz.
@echoix Advised is to use `zstd:chunked` now, rather than eStargz. I use it on a private GitLab, and their Container Registry seems to accept these images fine. However, Podman needs...
@echoix I'm mostly focused on user value in my proposal. If building and pushing a zstd chunked compressed image is possible, the rest doesn't matter so much, does it? If...
Oh, we use MegaLinter on GitLab CI. By the way, you can run Podman from a container. Should be possible under GitHub Actions, too, no?
See: https://github.com/awslabs/soci-snapshotter. A way to reduce startup time without rebuilding images.
/remove "O: stale"
Can you use the setgid bit on directories you create? You would then require chowns in fewer cases. See https://linuxconfig.org/how-to-use-special-permissions-the-setuid-setgid-and-sticky-bits.
See also: https://github.com/rust-lang/cargo/pull/12766