docker-ce-packaging
docker-ce-packaging copied to clipboard
Packaging scripts for Docker CE
Testing Github Action to install master docker engine and CLI.
Signed-off-by: Paweł Gronowski
We're currently using https://www.debian.org/doc/debian-policy/ ``` Standards-Version: 3.9.6 ``` Current policy on Debian Trixie; ```bash apt show debian-policy Package: debian-policy Version: 4.7.2.0 Built-Using: sphinx (= 8.1.3-5) Priority: optional Section: doc Maintainer:...
Please add repo for EL10 distros.
- follow-up to https://github.com/docker/docker-ce-packaging/pull/1195 - implementing https://github.com/docker/docker-ce-packaging/pull/1187#discussion_r2083279213 --- ### deb: use symlink to install systemd-sysusers Using [dh_installsysusers(1)]: > FILES > > debian/package.sysusers > If the file exists, it will be...
- depends on https://github.com/docker/docker-ce-packaging/pull/1200 - relates to https://github.com/docker/docker-ce-packaging/pull/914 - relates to https://github.com/docker/docker-ce-packaging/pull/686 Now that Ubuntu 20.04 and Debian 10 "buster" are removed, we no longer need to stay on level...
In Docker CE version 28.1.1, there is an issue where when Docker starts using systemd, an error is reported. And it must be reproduced May 08 10:53:03 localhost.localdomain dockerd[1505]: time="2025-05-08T10:53:03.066871982+08:00"...
Following the installation documentation: https://docs.docker.com/engine/install/rhel/#install-using-the-repository When I have to run `sudo dnf install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin` I get the following error: ``` Docker CE Stable - x86_64 726...
- What I did I add support for both OpenCloudOS and TencentOS , now we can build rpm packages for these two releases. - How I did it I made...
Alas, this problem docker/for-linux#905 is still with us: ``` # curl -sS https://download.docker.com/linux/ubuntu/dists/jammy/InRelease | grep -m 1 ' Release' (Start: 2024-11-13 20:56:09 PST) 21aa519ad508ce13ee1854f1131c7f1d 10225 Release # curl -sS https://download.docker.com/linux/ubuntu/dists/jammy/Release...