fosstodon.org is one of the many independent Mastodon servers you can use to participate in the fediverse.
Fosstodon is an invite only Mastodon instance that is open to those who are interested in technology; particularly free & open source software. If you wish to join, contact us for an invite.

Administered by:

Server stats:

8.6K
active users

#container

7 posts7 participants1 post today

Reaching out to people who now how to shrink non-Android JARs after the fact (this is for Fabric-modded Minecraft).

This is for containerization. I've done the low-hanging fruit (small base images, multi-stage build, small JVM with jlink), and I'm down to an image size of ca 550 MiB. The JARs in the image are the biggest size contributor, and I don't know what to do further. Any help is appreciated :)

Debugging the One-in-a-Million Failure: Migrating Pinterest’s Search Infrastructure to Kubernetes, scribe.rip/pinterest-engineeri.

Pretty cool article from the Pinterest’s engineering team about chasing a performance problem. I won’t spoil it, it’s fun.

scribe.ripDebugging the One-in-a-Million Failure: Migrating Pinterest’s Search Infrastructure to Kubernetes

Die Enshittification durch Broadcom greift weiter um sich.

Wer rootless docker oder Podman images benötigt, kann auf quay.io fündig werden.

Schade - die Bitnami Images und Helm Charts waren sehr gut zu verwenden.

Zeit, alles, was Broadcom gehört, nicht mal mehr mit einer Kneifzange anzufassen.

Bezieht sich auf:

- VMware (vSphere, ESX, Aria)
- Tanzu (Kubernetes-Distribution)
- Saltstack (Automatisierungstool)

heise.de/news/Broadcom-reduzie

heise online · Nach Broadcom-Übernahme: Bitnami stutzt Images-KatalogBy Wolf Hosbach

For more than 12 years, pushing a #Docker #container image to a registry has been slow. No matter how fast your connection is, how many cores you have, how modern your SSD – there is a limit at 10–20 MBytes/s per image layer.

Why? Because the image is gzip-compressed, and gzip works on a single core only.

There have been numerous attempts over the years to add a parallel compression method, almost all declined.

One PR ist still open, so maybe this 12-years everyday bummer is fixed eventually.

[Перевод] Запускаем Kali Linux в контейнере Apple

Вы слышали о новой функции Containerization, представленной Apple на WWDC 2025? В данной статье рассматривается процесс запуска Kali Linux в MacOS с использованием нового функционала контейнеров от Apple.

habr.com/ru/articles/932438/

ХабрЗапускаем Kali Linux в контейнере AppleЕсли вы пользователь Apple, вы, возможно, слышали о новой функции Apple,  Containerization , представленной на  WWDC 2025.   Краткое описание: Container — это инструмент командной...