deb: update "conflicts"#1328
Merged
Merged
Conversation
The docker-engine package pre-dates docker-ce (< 17.03), and this package was never published to download.docker.com, so is very unlikely to be found anywhere. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
The `docker` package is now a transitional package with a dependency on `wmdocker`, and the `docker` package was removed entirely since Debian 13 (trixy) and Ubuntu 22.10 - https://packages.debian.org/bullseye/docker - https://packages.debian.org/bullseye/wmdocker Neither have a binary named `docker`, or docs that conflict; - https://packages.debian.org/bookworm/amd64/docker/filelist - https://packages.debian.org/bookworm/amd64/wmdocker/filelist So we don't have any conflicts if both would be installed. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Debian Trixie now ships the Docker CLI as a separate docker-cli package, while Ubuntu and older Debian releases include it in docker.io. Add a conflict with docker-cli to prevent file overlaps with the CLI binaries provided by docker-ce-cli. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
vvoland
approved these changes
Jun 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
deb: remove "conflicts: docker-engine"
The docker-engine package pre-dates docker-ce (< 17.03), and this
package was never published to download.docker.com, so is very
unlikely to be found anywhere.
deb: remove "conflicts: docker"
The
dockerpackage is now a transitional package with a dependencyon
wmdocker, and thedockerpackage was removed entirely sinceDebian 13 (trixy) and Ubuntu 22.10
Neither have a binary named
docker, or docs that conflict;So we don't have any conflicts if both would be installed.
deb: conflict with docker-cli packages
Debian Trixie now ships the Docker CLI as a separate docker-cli package,
while Ubuntu and older Debian releases include it in docker.io.
Add a conflict with docker-cli to prevent file overlaps with the CLI
binaries provided by docker-ce-cli.
- Description for the changelog