Packaging scripts for Docker CE
Перейти к файлу
Sebastiaan van Stijn 22c4243647
Merge pull request #1110 from thaJeztah/remove_fedora_39
[master] remove Fedora 39 (EOL: November 12, 2024)
2024-11-14 15:25:04 +01:00
.github
deb
rpm
scripts
static
.gitignore
.unir.yml
Jenkinsfile
LICENSE
Makefile
README.md
common.mk
install-containerd-helpers
verify

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.