Fedora Hummingbird is one of the more interesting things to come out of the container world this year.
-
Fedora Hummingbird is one of the more interesting things to come out of the container world this year.
I rebuilt my mastogreet bot on top of registry.access.redhat.com/hi/python, the new distroless Python image catalog from Project Hummingbird:
no shell
no package manager
signed SBOMs
chunked OCI layers
one surprisingly sharp UID footgunThe image only shrank ~10%, which turns out to be the least interesting part.
I wrote up the rebuild, the operational differences, and where Fedora Hummingbird Linux and Red Hat Hardened Images fit into the picture.
Fedora Hummingbird: Distroless, Container-Native Linux and a Slim mastogreet
Fedora Hummingbird brings the distroless container model to a full, image-based rolling operating system, and it ships a catalog of hardened language images ...
Larvitz Blog (blog.hofstede.it)
-
Fedora Hummingbird is one of the more interesting things to come out of the container world this year.
I rebuilt my mastogreet bot on top of registry.access.redhat.com/hi/python, the new distroless Python image catalog from Project Hummingbird:
no shell
no package manager
signed SBOMs
chunked OCI layers
one surprisingly sharp UID footgunThe image only shrank ~10%, which turns out to be the least interesting part.
I wrote up the rebuild, the operational differences, and where Fedora Hummingbird Linux and Red Hat Hardened Images fit into the picture.
Fedora Hummingbird: Distroless, Container-Native Linux and a Slim mastogreet
Fedora Hummingbird brings the distroless container model to a full, image-based rolling operating system, and it ships a catalog of hardened language images ...
Larvitz Blog (blog.hofstede.it)
@Larvitz redhat has a bad rep in general so they can't lead all that well - they are basically all for profit so it helps but also hurts their own efforts, in short, nobody gives a shit, they are out for themselves
-
Fedora Hummingbird is one of the more interesting things to come out of the container world this year.
I rebuilt my mastogreet bot on top of registry.access.redhat.com/hi/python, the new distroless Python image catalog from Project Hummingbird:
no shell
no package manager
signed SBOMs
chunked OCI layers
one surprisingly sharp UID footgunThe image only shrank ~10%, which turns out to be the least interesting part.
I wrote up the rebuild, the operational differences, and where Fedora Hummingbird Linux and Red Hat Hardened Images fit into the picture.
Fedora Hummingbird: Distroless, Container-Native Linux and a Slim mastogreet
Fedora Hummingbird brings the distroless container model to a full, image-based rolling operating system, and it ships a catalog of hardened language images ...
Larvitz Blog (blog.hofstede.it)
@Larvitz Link seems broken for me. Connection failed.
-
@Larvitz Link seems broken for me. Connection failed.
@cpy I work on the server right now and broke something .. Should be back ASAP.
-
Fedora Hummingbird is one of the more interesting things to come out of the container world this year.
I rebuilt my mastogreet bot on top of registry.access.redhat.com/hi/python, the new distroless Python image catalog from Project Hummingbird:
no shell
no package manager
signed SBOMs
chunked OCI layers
one surprisingly sharp UID footgunThe image only shrank ~10%, which turns out to be the least interesting part.
I wrote up the rebuild, the operational differences, and where Fedora Hummingbird Linux and Red Hat Hardened Images fit into the picture.
Fedora Hummingbird: Distroless, Container-Native Linux and a Slim mastogreet
Fedora Hummingbird brings the distroless container model to a full, image-based rolling operating system, and it ships a catalog of hardened language images ...
Larvitz Blog (blog.hofstede.it)
@Larvitz Did you use LLM when writing your post?
-
@Larvitz Did you use LLM when writing your post?
@barthalion I write my blog posts myself, but use a small local LLM (Ministral 14B from Mistral on my laptop) to enhance the style and grammar when writing in English, which is a foreign language for me. I use AI to give the text an editorial pass before publishing.
-
@barthalion I write my blog posts myself, but use a small local LLM (Ministral 14B from Mistral on my laptop) to enhance the style and grammar when writing in English, which is a foreign language for me. I use AI to give the text an editorial pass before publishing.
@Larvitz Thanks, was just curious. Some sentences sound very LLM-ish but also didn’t seem slopified enough at the same time. Unfortunately, all models seem to leak that distinct writing style for even simple edits.
Good read either way, unsure it or changes much over UBI besides faux community sticker. I guess it’s an answer to Chainguard images if to anything.
-
Fedora Hummingbird is one of the more interesting things to come out of the container world this year.
I rebuilt my mastogreet bot on top of registry.access.redhat.com/hi/python, the new distroless Python image catalog from Project Hummingbird:
no shell
no package manager
signed SBOMs
chunked OCI layers
one surprisingly sharp UID footgunThe image only shrank ~10%, which turns out to be the least interesting part.
I wrote up the rebuild, the operational differences, and where Fedora Hummingbird Linux and Red Hat Hardened Images fit into the picture.
Fedora Hummingbird: Distroless, Container-Native Linux and a Slim mastogreet
Fedora Hummingbird brings the distroless container model to a full, image-based rolling operating system, and it ships a catalog of hardened language images ...
Larvitz Blog (blog.hofstede.it)
@Larvitz Thanks for writing this up! Glad you found them useful!
For most builds, we anticipate users using a multi-stage build using a builder image, followed by a non-builder. Since the builder images contain a shell, you shouldn't need to use the `RUN ["echo", "hello"]` syntax - the regular `RUN echo hello` would work in the build stage.
We're working on minimising the images further too, including removing a bunch of tools used for managing certificates (which rely on Bash and are since broken) on the non-builders.