Do we have any distroless images built on Rocky Linux . Currently we use Rocky docker images in our organisation . We are exploring distroless images . Currently the distoless images are developed by Google with debain based
Sounds a bit like a contradiction and doesn’t make sense. If it’s distroless, that would mean it’s not based on any distro, and yet it’s based on Debian?
Can you maybe explain more on what you are trying to achieve?
So you take distroless base, add one application, and presto you have image that has exactly one command/executable? Like bootable image of memtest?
I do assume that Rocky’s images are built somehow, rather than “install whole system and take snapshot”. Logically, you want that build script and strip out everything that you don’t need.