Build images within another Docker container

This page summarizes the projects mentioned and recommended in the original post on /r/docker

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • kaniko

    Build Container Images In Kubernetes

  • there are also tools like Kaniko and Buildah to allow building Docker images within a container environment without having to give the container the --privileged mode

  • buildah

    A tool that facilitates building OCI images.

  • there are also tools like Kaniko and Buildah to allow building Docker images within a container environment without having to give the container the --privileged mode

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • rules_docker

    Discontinued Rules for building and handling Docker images with Bazel

  • As others have said docker in docker or a separate build server are your best options using docker. You can also use Bazel (which doesn't require the docker daemon) to build docker images which will build deterministic images every time due to not incorporating the timestamp: https://github.com/bazelbuild/rules_docker

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts