this post was submitted on 09 Jul 2025
7 points (100.0% liked)

Linux

56309 readers
1278 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 6 years ago
MODERATORS
 

i just ended up going with a new image with the components installed, which i've been informed is best practice.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 2 days ago (3 children)

The idiomatic way would be to build your own image. That's exactly the strength of the layering of container images.

[–] [email protected] 1 points 1 day ago (1 children)

understood. this is the route i ended up taking. thank you!

[–] [email protected] 2 points 12 hours ago (1 children)

I think you won't regret it. If the container startup installs stuff, you might lock yourself out when the remote server has issues, your network has issues, or if the package you install changes due to an update.

With it baked into an image, you have reproducible results. If you build a new image and it doesn't work anymore, you can immediately switch back to the old one and figure out the issue without pressure.

[–] [email protected] 2 points 9 hours ago

great thoughts, thank you for sharing! i'm still quite new to containerization.

load more comments (1 replies)