home.social

#dockerfiles — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #dockerfiles, aggregated by home.social.

  1. Docker для начинающих: что это такое и как пользоваться

    Статей про Docker много не бывает. В этом материале мы разберём базу: что такое Docker, как он работает и зачем нужен, а затем пошагово пройдём путь от установки до запуска первого контейнера. Освоить рабочую базу Docker →

    habr.com/ru/companies/netology

    #docker #dockercompose #docker_desktop #dockerfiles #daemon #docker_hub #docker_контейнер #docker_установка #docker_run #entrypoint

  2. 🚀 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: youtu.be/DSuCrAhhwSs

  3. @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

  4. 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
    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.

  5. I've updated my @nlnetlabs image and build environments to 3.18.5 and optimized the and image a bit. The size got reduced, too. The version is 1.19.0-2 now.

    It's almost the image's second anniversary, btw! 🥳

    github.com/madnuttah/unbound-d

  6. 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.