forked from docker/docker-install
-
Notifications
You must be signed in to change notification settings - Fork 0
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
[pull] master from docker:master #51
Merged
Merged
Conversation
This file contains 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
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This package is no longer needed on all current distro versions we support. From the package description (https://packages.debian.org/buster/apt-transport-https); > This is a dummy transitional package - https support has been moved into the > apt package in 1.5. It can be safely removed. Verifying the version of apt that's available in Ubuntu and Debian: Ubuntu: docker run --rm ubuntu:xenial apt --version apt 1.2.35 (amd64) docker run --rm ubuntu:17.04 apt --version apt 1.4.6 (amd64) docker run --rm ubuntu:17.10 apt --version apt 1.5.2 (amd64) docker run --rm ubuntu:18.04 apt --version apt 1.6.14 (amd64) docker run --rm ubuntu:20.04 apt --version apt 2.0.6 (amd64) Debian: docker run --rm debian:stretch apt --version apt 1.4.11 (amd64) docker run --rm debian:buster apt --version apt 1.8.2.3 (amd64) docker run --rm debian:bullseye apt --version apt 2.2.4 (amd64) From the above; all currently supported versions of Ubuntu (18.04 and up), and Debian (old-stable and stable) have apt > 1.5, so we can remove this dependency from the installation instructions. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Ubuntu 18.04 LTS reached end of standard support. Expanded Security Maintenance (ESM) is available, but requires a subscription, and we don't provide packages for those. - https://wiki.ubuntu.com/Releases - https://ubuntu.com//blog/18-04-end-of-standard-support Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
…-06-30) Debian 10 reached EOL and we're no longer building packages for it. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Fedora 38 and older reached EOL Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
CentOS 8 stream reached EOL, and we're no longer building packages for it. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This check was added in 63fb206, at which time we did not provide packages fro RHEL on architectures other than s390x. We now provide packages for RHEL 8 and 9 for amd64 (x86), arm64, and s390x, so we can remove this check. Note that we do not (yet?) provide packages for ppc64le, but this is more of a niche use-case, so not adding a special condition for that, as we don't provide that check for other distros. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
remove check for RHEL only being available on s390x
rootless: move versions together
remove apt-transport-https from pre_reqs
add deprecation warnings for Ubuntu 18.04 (bionic), Debian, Raspbian 10 Buster, Fedora <= 38, and CentOS (Stream) 8
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
rootless: update to 27.1.0
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
rootless: update to 27.1.1
… 11, 2024) Ubuntu 23.10 reached EOL on July 11, 2024: https://fridge.ubuntu.com/2024/07/17/ubuntu-23-10-mantic-minotaur-reached-end-of-life-on-july-11-2024/ Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
add deprecation warning for Ubuntu 23.10 (Mantic Minotaur) (EOL: July 11, 2024)
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.
See Commits and Changes for more details.
Created by pull[bot]
Can you help keep this open source service alive? 💖 Please sponsor : )