docker-ce-packaging
docker-ce-packaging copied to clipboard
Packaging scripts for Docker CE
RHEL PoC
This is a PoC for building RHEL packages assuming that a RHEL username/password is available in the environment. This is mostly intended for internal use by Docker, as it is...
See https://wiki.ubuntu.com/Releases
A near identical PR to my previous one which enabled Fedora 39 RPMs ([here](https://github.com/docker/docker-ce-packaging/pull/940)). I understand this likely cannot be merged until the [containerd packaging is enabled](https://github.com/docker/containerd-packaging/pull/330), but this should...
v2.24.5 is still the newest version available via apt repos even though [this PR](https://github.com/docker/docker-ce-packaging/pull/988) was merged a while ago. v2.24.5 is completely broken with Docker Compose files that use `extends`...
…e package in favor of docker-compose-plugin As Debian `docker-compose` package still install `v1.29.x` deprecated version of Compose, we could conflict when a user will try to install the 2 version,...
https://ubuntu.com/blog/ubuntu-23-10-restricted-unprivileged-user-namespaces > As such, unprivileged processes will only be able to create user namespaces if they are confined and have the “userns,” rule in their AppArmor profile (or if they...
CentOS Stream 8 will reach its EOL within less than a year ahead of Rocky and Alma: - [CentOS Stream 8](https://wiki.centos.org/About/Product): 2024-05-31 - [Rocky Linux 8](https://wiki.rockylinux.org/rocky/version/): 2029-05-31 - [AlmaLinux 8](https://wiki.almalinux.org/FAQ.html):...
Following the instructions at [Install Docker Engine](https://docs.docker.com/engine/install/), I get a failure in `docker.service` start. This is on a brand-new Hetzner Debian 12 image. ``` root@henthorn:~# cat /etc/apt/sources.list.d/docker.list deb [arch=amd64 signed-by=/etc/apt/keyrings/docker.gpg]...
Related to the typos caught in https://github.com/docker/docker-ce-packaging/pull/914 (that were in my original PR! :joy: :facepalm:), it would probably be a good idea to add to the CI here some kind...
Hi folks, I appreciate there's likely some considerations here that aren't visible to the casual observer but I was hoping to get some clarity on the availability of packages published...