No description
  • Makefile 39.4%
  • Dockerfile 30.6%
  • Shell 30%
Find a file
2026-04-02 10:40:02 +02:00
.github ci: Run other arches 2025-07-04 17:41:36 +02:00
deb deb: Add missing ubuntu-resolute target 2026-03-25 16:52:47 +01:00
rpm Add Fedora 44 2026-03-17 12:04:14 +01:00
scripts Add checkout.sh to handle tags with shallow clones 2020-07-31 20:09:13 +02:00
static Merge pull request #1037 from robmry/remove_rootlesskit-docker-proxy 2024-08-16 14:33:35 +02:00
.gitignore Add Makefile targets to checkout from source 2020-05-28 16:12:26 +02:00
.unir.yml update list of reviewers in unir config 2020-01-22 15:11:00 +01:00
common.mk Merge pull request #1307 from thaJeztah/bump_go1.26.1 2026-04-02 10:40:02 +02:00
distros.json Merge pull request #1296 from vvoland/ubuntu-26.04 2026-03-17 15:29:57 +01:00
install-containerd-helpers Replace usage of deprecated apt-key 2025-04-02 16:23:57 +02:00
LICENSE Add LICENSE (copy of docker/docker's Apache-2.0 file) 2019-09-05 08:14:27 -07:00
Makefile deb: remove ubuntu 20.04 "focal", as it reached EOL 2025-05-22 00:04:08 +02:00
README.md update README to clarify purpose of this repository 2021-05-19 13:51:43 +02:00
verify verify: fix containerd v2 verification 2025-10-03 16:10:44 +02:00

Docker CE Packaging

This repo contains the open source scripts for packaging the Docker Engine, the Docker CLI, CLI plugins, and rootless-extras packages.

The repository contains Dockerfiles to build packages for various distributions, which can be found in the "rpm" and "deb" subdirectories, as well as scripts to build static binaries.

Docker uses these recipes to build and release packages that are available on the https://download.docker.com package repositories. We welcome contributions to this repository, including the addition of new distros or distro-versions. Note, however, that Docker makes a subselection of distros and architectures for release, and not all distros available in this repository may be released to download.docker.com, but you can use these scripts to build your own packages.