Skip to content
@reproducible-containers

Reproducible Containers

Tools to help reproducible builds of container images. Under construction by @AkihiroSuda .

Tools to help reproducible builds of container images

See also: https://github.com/moby/buildkit/blob/master/docs/build-repro.md

Tools to analyze unreproducible container images

  • diffoci: diff for Docker and OCI (Open Container Initiative) container images

Misc

  • buildkit-cache-dance: Save --mount=type=cache caches on GitHub Actions (to reduce loads on snapshot.debian.org etc.)
  • buildkit-nix: Nix as Dockerfiles (docker build -f default.nix .)
  • repro-get: [Soft-deprecated] Reproducible apt/dnf/apk/pacman, with content-addressing

Pinned Loading

  1. repro-sources-list.sh repro-sources-list.sh Public

    Configures `/etc/apt/sources.list` and similar files for installing packages from a snapshot.

    Shell 20 4

  2. repro-pkg-cache repro-pkg-cache Public

    Dockerfile examples for reproducing package cache (e.g., `/etc/apk/cache`)

    11 2

  3. diffoci diffoci Public

    diff for Docker and OCI container images

    Go 258 7

  4. buildkit-cache-dance buildkit-cache-dance Public

    Save `RUN --mount=type=cache` caches on GitHub Actions ( Forked from https://github.com/overmindtech/buildkit-cache-dance )

    TypeScript 125 26

Repositories

Showing 7 of 7 repositories
  • diffoci Public

    diff for Docker and OCI container images

    reproducible-containers/diffoci’s past year of commit activity
    Go 258 Apache-2.0 7 7 1 Updated Aug 26, 2024
  • repro-sources-list.sh Public

    Configures `/etc/apt/sources.list` and similar files for installing packages from a snapshot.

    reproducible-containers/repro-sources-list.sh’s past year of commit activity
    Shell 20 Apache-2.0 4 1 0 Updated Jul 19, 2024
  • buildkit-cache-dance Public

    Save `RUN --mount=type=cache` caches on GitHub Actions ( Forked from https://github.com/overmindtech/buildkit-cache-dance )

    reproducible-containers/buildkit-cache-dance’s past year of commit activity
    TypeScript 125 Apache-2.0 26 7 0 Updated Jun 30, 2024
  • repro-get Public archive

    [Soft-deprecated] Reproducible apt/dnf/apk/pacman, with content-addressing

    reproducible-containers/repro-get’s past year of commit activity
    Go 104 Apache-2.0 6 11 12 Updated Dec 11, 2023
  • .github Public
    reproducible-containers/.github’s past year of commit activity
    0 0 0 0 Updated Sep 16, 2023
  • repro-pkg-cache Public

    Dockerfile examples for reproducing package cache (e.g., `/etc/apk/cache`)

    reproducible-containers/repro-pkg-cache’s past year of commit activity
    11 Apache-2.0 2 0 0 Updated Sep 16, 2023
  • buildkit-nix Public

    Nix derivations as Dockerfiles (`docker build -f default.nix .`)

    reproducible-containers/buildkit-nix’s past year of commit activity
    Go 161 Apache-2.0 16 6 2 Updated Sep 13, 2023

Top languages

Loading…

Most used topics