hackernews-docker-challen

By max-privatevoid

Hackernews-docker-challen Alternatives

Similar projects and alternatives to hackernews-docker-challen

hackernews-docker-challen
  1. nixpkgs

    Nix Packages collection & NixOS

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. electrum

    Electrum Bitcoin Wallet

  4. k3s

    Lightweight Kubernetes

  5. dagger

    An open-source runtime for composable workflows. Great for AI agents and CI/CD. (by dagger)

  6. jib

    🏗 Build container images for your Java applications.

  7. nix2container

    An archive-less dockerTools.buildImage implementation

  8. official-images

    Primary source of truth for the Docker "Official Images" program

  9. Sevalla

    Deploy and host your apps and databases, now with $50 credit! Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!

    Sevalla logo
  10. flakelight

    Framework for simplifying flake setup [maintainer=@accelbread]

  11. high-quality-nix-content

    GitHub repository containing highest quality Nix/NixOS content

  12. flake-parts

    ❄️ Simplify Nix Flakes with the module system

  13. std

    A DevOps framework for the SDLC with the power of Nix and Flakes. Good for keeping deadlines!

  14. nix-snapshotter

    Brings native understanding of Nix packages to containerd

  15. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better hackernews-docker-challen alternative or higher similarity.

hackernews-docker-challen discussion

Log in or Post with

hackernews-docker-challen reviews and mentions

Posts with mentions or reviews of hackernews-docker-challen. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-15.
  • Nix is a better Docker image builder than Docker's image builder
    21 projects | news.ycombinator.com | 15 Mar 2024
    There's not much else that can be done here. glibc is the next largest dependency at ~30MB. This large size seems to be because Nixpkgs configures glibc to be built with support for many locales and character encodings. I don't know if it would be possible or practical to split these files out into separate derivations or outputs and make them optional that way. If you're using multiple images built by dockerTools.buildLayeredImage, glibc (and everything else) will be shared across all of them anyway (given you're using roughly the same Nixpkgs commit).

    https://github.com/max-privatevoid/hackernews-docker-challen...