#dockerfiles — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #dockerfiles, aggregated by home.social.
-
Docker для начинающих: что это такое и как пользоваться
Статей про Docker много не бывает. В этом материале мы разберём базу: что такое Docker, как он работает и зачем нужен, а затем пошагово пройдём путь от установки до запуска первого контейнера. Освоить рабочую базу Docker →
https://habr.com/ru/companies/netologyru/articles/967546/
#docker #dockercompose #docker_desktop #dockerfiles #daemon #docker_hub #docker_контейнер #docker_установка #docker_run #entrypoint
-
🚀 Tired of struggling with #YAML and #Dockerfiles?
Deploying Java apps on #Kubernetes can be complex, but it doesn’t have to be. In this session at #FOSSASIASummit2025, Rohan Kumar introduces Eclipse JKube, a powerful toolkit that simplifies #Java deployment with Maven/Gradle plugins.
🎥 Click here: https://youtu.be/DSuCrAhhwSs
-
Deep Dive into #uv #Dockerfiles by #Astral: Image Size, Performance & Best Practices
-
@alxlg #nix is fundamentally a build system with the largest package repository and a fully declarative linux distro attached in its standard library
You can absolutely build oci containers with it and they end up way smaller than those built with #dockerfiles as they only include the necessary programs instead of an entire package manager from whatever distro t hey were based on
-
Issue promptly resolved by the maintainer!
> If I specify an architecture instead, it works: ...
Excellent 💯 I will try that soon.
Noted that he's also the author of Bass
https://bass-lang.org/vito/README.md
hi!I like languages, and making things, and making languages that make things.
Currently:
🔊 Bass (www), a scripting language for reproducible builds and glue code. Replaces #YAML, #Dockerfiles, and #Bash.
-
I've updated my @nlnetlabs #unbound #docker image and build environments to #alpine #linux 3.18.5 and optimized the #openssl and image #dockerfiles a bit. The size got reduced, too. The version is 1.19.0-2 now.
It's almost the image's second anniversary, btw! 🥳
-
7 quick steps to improve your Dockerfile
https://softwaremill.com/7-quick-steps-to-improve-your-dockerfile/
-
I'm back at #Haskell. I've just managed to use #stackage and #stack.
I like the inevitability of the compile time in this language. When writing in #Python or #Ruby it often feels like the compile time shouldn't actually happen. But it nonetheless sneaks in a lot. Either with #Dockerfiles that need to be build or assets:precompile jobs, etc., etc.