Packaging scripts for Docker CE
Go to file
Paweł Gronowski 18e4b1904f
Merge pull request #1227 from doringeman/bump-model-cli
Bump Docker Model CLI version to v0.1.33
2025-07-09 14:40:57 +02:00
.github ci: Run other arches 2025-07-04 17:41:36 +02:00
deb rpm/deb: remove libtool-ltdl build dependency 2025-07-04 13:41:33 +02:00
rpm rpm/deb: remove libtool-ltdl build dependency 2025-07-04 13:41:33 +02: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
Jenkinsfile deb: remove ubuntu 20.04 "focal", as it reached EOL 2025-05-22 00:04:08 +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
common.mk Bump Docker Model CLI version to v0.1.33 2025-07-09 15:24:35 +03:00
distros.json distros: Add RHEL 2025-07-04 17:20:34 +02:00
install-containerd-helpers Replace usage of deprecated apt-key 2025-04-02 16:23:57 +02:00
verify add rules for docker-model-plugin packages 2025-05-14 10:54:23 -06:00

README.md

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.