docker-ce-packaging icon indicating copy to clipboard operation
docker-ce-packaging copied to clipboard

Packaging scripts for Docker CE

Results 68 docker-ce-packaging issues
Sort by recently updated
recently updated
newest added

Just some dirty hacking to see what would be needed to build the binaries as part of `docker build`, instead of in the deb/rpm specific tools. Still lots of work...

from https://pubs.opengroup.org/onlinepubs/009695399/utilities/make.html#tag_04_84_13_03 > .POSIX > > The application shall ensure that this special target is specified without prerequisites > or commands. If it appears as the first non-comment line in...

- backport of https://github.com/docker/docker-ce-packaging/pull/770 full diff: https://github.com/docker/scan-cli-plugin/compare/v0.17.0...v0.21.0 (cherry picked from commit a41f520f22c21b2e9cffcc67f43b0d345fa953fe)

full diff: https://github.com/docker/scan-cli-plugin/compare/v0.17.0...v0.21.0

In Ubuntu 20.2, I tried to re-install docker and get: ``` sudo apt-get install docker-ce docker-ce-cli containerd.io docker-compose-plugin Reading package lists... Done Building dependency tree Reading state information... Done containerd.io...

The docker engine release notes here: https://docs.docker.com/engine/release-notes/ state that for engine version 20.10.17 the containerd.io version has been updated to v1.6.6. However, for the following ubuntu packages: ``` 5:20.10.17~3-0~ubuntu-bionic 5:20.10.17~3-0~ubuntu-focal...

It looks to me like this tool requires docker already being available on the build system. If so, the README should mention that. And if there is a way at...

Hello! Upgrade a RPM Based distro lead to following issue: ``` - Status code: 404 for https://download.docker.com/linux/centos/9.0/x86_64/stable/repodata/repomd.xml (IP: 2600:9000:236a:2600:3:db06:4200:93a1) Error: Failed to download metadata for repo 'docker-ce-stable': Cannot download repomd.xml:...

bug

Debian armhf is armv7 and hard-float, and Raspbian is a rebuild of Debian with armv6 and hard-float. This is done to make use of the BCM2835 FPU, as while the...