No description
  • Makefile 40.8%
  • Shell 31.1%
  • Dockerfile 28.1%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Sebastiaan van Stijn 4627bfe498
Merge pull request #1338 from thaJeztah/update_go1.26.5
update to go1.26.5
2026-07-08 13:35:39 +02:00
.github gha: Pin actions to patch releases 2026-05-27 16:02:11 +02:00
deb deb, rpm: require containerd.io >= v2.1.5 2026-06-12 19:03:01 +02:00
rpm deb, rpm: require containerd.io >= v2.1.5 2026-06-12 19:03:01 +02:00
scripts Add checkout.sh to handle tags with shallow clones 2020-07-31 20:09:13 +02:00
static rootless: drop dependency on slirp4netns|vpnkit|pasta 2026-04-09 21:32:44 +09: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 update to go1.26.5 2026-07-08 00:03:57 +02:00
distros.json Drop EOL Fedora 42 2026-06-11 16:27:20 +02: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.