You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we are using APTLY to mirror download.docker.com to our internal APT mirror.
Recently we ran into this issue aptly-dev/aptly#1036
The error we got:
ERROR: unable to publish: unable to process packages: error linking file to /opt/mirror/public/3rdparty/2022-03-15/pool/main/c/containerd.io/containerd.io_1.5.10-1_amd64.deb: file already exists and is different
the build-scripts for containerd packages are in a separate repository (https://github.com/docker/containerd-packaging); let me transfer this ticket to that repository's issue tracker.
Hi,
we are using APTLY to mirror download.docker.com to our internal APT mirror.
Recently we ran into this issue aptly-dev/aptly#1036
The error we got:
The files are indeed different but have the same name for bionic and focal (same for jammy and all other releases).
https://download.docker.com/linux/ubuntu/dists/focal/pool/stable/amd64/containerd.io_1.5.10-1_amd64.deb
https://download.docker.com/linux/ubuntu/dists/bionic/pool/stable/amd64/containerd.io_1.5.10-1_amd64.deb
The package name does not inlcude the debian_revision what leads to duplicate package names.
For all the other packages the naming is fine, like for docker-ce-cli, because it includes the debian_revision
https://www.debian.org/doc/debian-policy/ch-controlfields.html#s-f-version
As it is recommended by Debian to add the debian_revision, could you add it to future releases, please?
The text was updated successfully, but these errors were encountered: