Packaging scripts for Docker CE
Перейти к файлу
Sebastiaan van Stijn 6b56c94990
Merge pull request #1077 from crazy-max/update-buildx
[master] update buildx to v0.17.1
2024-09-13 18:27:24 +02:00
.github Add Ubuntu 24.10 "Oracular Oriole" 2024-09-11 15:38:46 +02:00
deb Add Ubuntu 24.10 "Oracular Oriole" 2024-09-11 15:38:46 +02:00
rpm rpm: install binutils-gold as a precaution for arm64 builds 2024-09-04 14:55:14 +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 Add Ubuntu 24.10 "Oracular Oriole" 2024-09-11 15:38:46 +02:00
LICENSE Add LICENSE (copy of docker/docker's Apache-2.0 file) 2019-09-05 08:14:27 -07:00
Makefile remove recipes for building docker-scan-plugin 2023-03-30 23:26:27 +02:00
README.md update README to clarify purpose of this repository 2021-05-19 13:51:43 +02:00
common.mk update buildx to v0.17.1 2024-09-13 17:53:56 +02:00
install-containerd-helpers install_rpm_containerd: add workaround for dnf5 addrepo bug 2024-09-04 10:54:04 +02:00
verify verify: remove workaround for containerd-shim 1.6's missing "-v" flag 2024-08-06 10:32:00 +02: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.