docker-ce-packaging
docker-ce-packaging copied to clipboard
Packaging scripts for Docker CE
closes #718 closes #665 This is a follow-up #718 and #665. Now that docker-engine supports cross-compilation with `--platform` https://github.com/moby/moby/pull/44546 and compose too https://github.com/docker/compose/pull/9744 we can move on better support for...
just a test-pr to have a run of CI
Seeing some warnings while building for Fedora 37 (using docker-ce-packaging at https://github.com/docker/docker-ce-packaging/commit/153875c148795fa5e266165dbf5cf328a4925ab7). ``` make DOCKER_CLI_REF=v23.0.0-rc.2 DOCKER_ENGINE_REF=v23.0.0-rc.2 VERSION=23.0.0-rc.2 fedora-37 ... RPM build warnings: line 57: It's not recommended to have unversioned...
This is still failing, and needs work; ``` => [linux/arm/v6 binary 1/1] COPY --from=build /out . 0.0s => [linux/arm64->amd64 build 2/3] RUN [ ! -f /etc/alpine-release ] && xx-info is-cross...
### Description When I access https://download.docker.com/ from china, my requests seems to be timing out. 1. Is this permanently inaccessible? 2. Is there any workaround or china mirror for this...
- follow-up to https://github.com/docker/docker-ce-packaging/pull/1019 - relates to https://github.com/docker/docker-ce-packaging/pull/140 ### rpm: remove "Conflicts: docker-ee, docker-ee-cli" Commit e6e563fc93f86bc17a61858ac755e74af1691081 removed conflicts with the docker-ee and docker-ee-cli packages, but didn't remove the equivalents for...
**- What I did** **- How I did it** **- How to verify it** **- Description for the changelog** **- A picture of a cute animal (not mandatory but encouraged)**
Docker Compose installation instructions as documented on https://docs.docker.com/compose/install/ recommend to use Docker's repository, but this one doesn't offer the latest release See https://github.com/docker/compose/issues/9657
**- What I did** **- How I did it** **- How to verify it** **- Description for the changelog** **- A picture of a cute animal (not mandatory but encouraged)**
**- What I did** Added support for riscv64 to produce builds of docker-ce **- How I did it** Added riscv64 to common.mk file **- How to verify it** Test the...