docker-ce-packaging
docker-ce-packaging copied to clipboard
Packaging scripts for Docker CE
not yet released, but pre-release images are available depends on: - [x] https://github.com/docker/docker-ce-packaging/pull/727 - [x] https://github.com/docker/containerd-packaging/pull/288 - [x] a release of `containerd.io` to download.docker.com - [ ] https://github.com/docker/docker-ce-packaging/pull/732
This was added as part of 6dfaf9cc43198e7f0d0f87b7bcc1d78525662882, which came from our internal repositories, but the original commits from there didn't have context why an upgrade was performed. Currently, performing an...
Added Dockerfile for rhel-8 and sles-15. Added spec files rpm/SPECS/checkpolicy.spec, rpm/SPECS/policycoreutils.spec for sles-15 support. Modified rpm/SPECS/docker-ce.spec for adding support for sles-15 with btrfs support. Modified rpm/Makefile to add support for...
follow-up https://github.com/docker/docker-ce-packaging/pull/665#issuecomment-1173088399 this builds the docker engine from https://github.com/moby/moby/pull/43529 which fixes issues with cross compilation to remove unneeded logic. it also fixes cross comp for extra tools (containerd, runc, tini,...
Hello! During the build of Docker, I encountered the fact that it cannot be built using a mock. Changes in the PR allow you to build not from under the...
not sure if https://github.com/docker/docker-ce-packaging/pull/665 picked up all Jenkinsfile changes, so pushing from my own fork
- follow-up to https://github.com/docker/docker-ce-packaging/pull/665 I ran into issues running this locally, so moving the last commit to a separate PR
fixes an issue introduced by #654 while adding buildx static package. also review the bits that generates the static packages: * with dockerd we need to detect if cross compilation...
### static: create hashes for all files, not just linux Also switching to alpine, instead of debian:jessy, which is EOL ### Makefile: set initial branch name Set an initial branch...