Distroless Images on Rocky Linux

Hi,

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

Any links or information will be appreciated

Thanks

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?

1 Like

The distroless image is converted on debian image by google by some bazel tool. Is there any way so we can customzie our own distroless image on Rocky

Basically we want to convert the rocky image to distro less image

What is “distroless”? Oh, only core components: Is Your Container Image Really Distroless? | Docker

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.