this post was submitted on 14 Nov 2023
848 points (89.6% liked)

linuxmemes

20688 readers
1180 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] _cnt0 2 points 10 months ago (2 children)

I don't know why, but it really is. You'd be surprised to see how many servers in the wild run ubuntu and how many docker images are based on ubuntu.

[–] [email protected] 11 points 10 months ago* (last edited 10 months ago) (3 children)

Docker images should really be distroless most of the time. There's way too much junk in the majority of Docker images when in most cases, you really just need your app and whatever dynamic libraries or runtimes it requires (if you can't statically compile it). You don't need an OS in there!

Also there'd be way more servers running Debian compared to Ubuntu.

[–] _cnt0 3 points 10 months ago (1 children)

You often (if not most of the time) need some infrastructure in OCI containers (while we're at it, let's get rid of the misnomer Docker image). And that's going to be some subset of a distribution hand-crafted for that purpose. Most of the time, that should be Alpine, because they provide the slimmest base image.

[–] [email protected] 2 points 10 months ago* (last edited 10 months ago) (1 children)

Most of the time, that should be Alpine, because they provide the slimmest base image.

Distroless containers (e.g. https://github.com/GoogleContainerTools/distroless, Chiselled Ubuntu, etc) are often smaller than Alpine ones. Google's smallest Debian-based one is around 2MB.

I have a Dockerized C# app... I'm going to try .NET Native AOT (which was improved a lot in .NET 8, released today) to compile it into a self-contained binary, and see how well it works with a distroless base container.

[–] _cnt0 3 points 10 months ago (1 children)

I'm curious to hear how that works out. I'm a big fan of C#; not so much the Microsoft ecosystem. I'd say for maximum scalability you'd want languages which compile to small binaries. So, Go, Rust, C++, C, and theoretically some others. The approach with Java and C# to bundle the framework, JIT, etc, and then try to shave off as much as you can get away with feels kind of backwards. And I get the excitement of the Java folks when they manage to create a self-contained binary with GraalVM and co of 12mb. Like, that's impressive, but had you developed the same thing with Go it would be .5mb. Curious to see how .NET fares in that comparison to Java.

[–] [email protected] 1 points 10 months ago* (last edited 10 months ago)

In the dotnet 8 announcement the brag is that a minimal web service will be 8.5 megs

https://learn.microsoft.com/en-us/aspnet/core/release-notes/aspnetcore-8.0?view=aspnetcore-8.0#native-aot

[–] [email protected] -3 points 10 months ago

Debian isn't really an option if you want paid support. You really only have Red Hat, SUSE, and Canonical. Of course, there are a lot of Ubuntu servers out there.

[–] [email protected] 5 points 10 months ago (1 children)
[–] [email protected] 1 points 10 months ago (1 children)

There's a difference between lazy and focused on other things.

[–] [email protected] -1 points 10 months ago

Potato, tomato.