Skip to content
New issue

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

[master] deb, rpm: remove outdated "conflicts" #1019

Merged
merged 2 commits into from
May 10, 2024

Conversation

thaJeztah
Copy link
Member

deb, rpm: remove "Conflicts: docker-engine-cs"

This was added in docker@a15b67b1affb2eac5365614e55703f43b6f73e9b (2015),
at which time this package was already deprecated / replaced:

Add old docker-engine-cs name to package conflicts

deb: remove "Conflicts: lxc-docker, lxc-docker-virtual-package"

These conflicts were added as part of the first implementation of the deb
packaging scripts in docker@eee1efcfd6c46dbdc5da02ca12722e399a56bb12 (2015)
to replace the old packages. These packages where part of the old PPA at
get.docker.io (see [1], 2), which is long gone;

curl -I https://get.docker.io/ubuntu
HTTP/1.1 301 Moved Permanently
content-length: 0
location: https://get.docker.com/ubuntu

curl -fsSL https://get.docker.com/ubuntu
echo "# WARNING! This script is deprecated. Please use the script"
echo "# at https://get.docker.com/"
exit 1

- 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)

thaJeztah added 2 commits May 10, 2024 09:17
This was added in [docker/docker-ce-packaging@a15b67b] (2015),
at which time this package was already deprecated / replaced:

> Add old docker-engine-cs name to package conflicts

[docker/docker-ce-packaging@a15b67b]: moby/moby@a15b67b

Signed-off-by: Sebastiaan van Stijn <[email protected]>
These conflicts were added as part of the first implementation of the deb
packaging scripts in [docker/docker-ce-packaging@eee1efc] (2015)
to replace the old packages. These packages where part of the old PPA at
get.docker.io (see [1], [2]), which is long gone;

    curl -I https://get.docker.io/ubuntu
    HTTP/1.1 301 Moved Permanently
    content-length: 0
    location: https://get.docker.com/ubuntu

    curl -fsSL https://get.docker.com/ubuntu
    echo "# WARNING! This script is deprecated. Please use the script"
    echo "# at https://get.docker.com/"
    exit 1

[docker/docker-ce-packaging@eee1efc]: moby/moby@eee1efc
[2]: https://www.ubuntuupdates.org/package/docker/docker/main/base/lxc-docker
[3]: https://www.ubuntuupdates.org/ppa/docker?dist=docker

Signed-off-by: Sebastiaan van Stijn <[email protected]>
@thaJeztah thaJeztah self-assigned this May 10, 2024
Comment on lines 38 to 39
Conflicts: docker-ee
Conflicts: docker-ee-cli
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hm.. guessing these could also be removed now; it looks like they're already gone from the deb packages, so perhaps we forgot to remove them here 🤔

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@thaJeztah thaJeztah merged commit 2651d25 into docker:master May 10, 2024
7 checks passed
@thaJeztah thaJeztah deleted the simplify_conflicts branch May 10, 2024 13:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants