We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm trying to mirror the docker repo and i can't get the version filter to work
steps to reproduce: $ aptly mirror create -filter "docker-ce (>= 25.0.2)" -filter-with-deps --architectures='amd64' bullseye-docker https://download.docker.com/linux/debian buster stable
$ aptly mirror update bullseye-docker Downloading https://download.docker.com/linux/debian/dists/buster/InRelease... ... Applying filter... Packages filtered: 276 -> 73. Building download queue... Download queue: 51 items (1.03 GiB) Downloading https://download.docker.com/linux/debian/dists/buster/pool/stable/amd64/docker-ce_19.03.6~3-0~debian-buster_amd64.deb... Downloading https://download.docker.com/linux/debian/dists/buster/pool/stable/amd64/docker-ce_20.10.9~3-0~debian-buster_amd64.deb... Downloading https://download.docker.com/linux/debian/dists/buster/pool/stable/amd64/docker-ce_20.10.23~3-0~debian-buster_amd64.deb...
debian bullseye amd64 aptly 1.5.0
The text was updated successfully, but these errors were encountered:
I believe you might have the same issue as #1294, changing your filter to "docker-ce (>= 5:25.0.2)" will produce instead :
"docker-ce (>= 5:25.0.2)"
docker-ce_5:26.1.4-1~debian.11~bullseye_amd64 docker-ce_5:26.1.3-1~debian.11~bullseye_amd64 docker-ce_5:26.1.2-1~debian.11~bullseye_amd64 docker-ce_5:26.1.1-1~debian.11~bullseye_amd64 docker-ce_5:26.1.0-1~debian.11~bullseye_amd64 docker-ce_5:26.0.2-1~debian.11~bullseye_amd64 docker-ce_5:26.0.1-1~debian.11~bullseye_amd64 docker-ce_5:26.0.0-1~debian.11~bullseye_amd64 docker-ce_5:25.0.5-1~debian.11~bullseye_amd64 docker-ce_5:25.0.4-1~debian.11~bullseye_amd64 docker-ce_5:25.0.3-1~debian.11~bullseye_amd64 docker-ce_5:25.0.2-1~debian.11~bullseye_amd64
Sorry, something went wrong.
@sds-kv has the issue been solved for you ?
neolynx
No branches or pull requests
I'm trying to mirror the docker repo and i can't get the version filter to work
Detailed Description
steps to reproduce:
$ aptly mirror create -filter "docker-ce (>= 25.0.2)" -filter-with-deps --architectures='amd64' bullseye-docker https://download.docker.com/linux/debian buster stable
$ aptly mirror update bullseye-docker
Downloading https://download.docker.com/linux/debian/dists/buster/InRelease...
...
Applying filter...
Packages filtered: 276 -> 73.
Building download queue...
Download queue: 51 items (1.03 GiB)
Downloading https://download.docker.com/linux/debian/dists/buster/pool/stable/amd64/docker-ce_19.03.6~3-0~debian-buster_amd64.deb...
Downloading https://download.docker.com/linux/debian/dists/buster/pool/stable/amd64/docker-ce_20.10.9~3-0~debian-buster_amd64.deb...
Downloading https://download.docker.com/linux/debian/dists/buster/pool/stable/amd64/docker-ce_20.10.23~3-0~debian-buster_amd64.deb...
Your Environment
debian bullseye amd64
aptly 1.5.0
The text was updated successfully, but these errors were encountered: