docker / docker-install

Docker installation script
https://get.docker.com
Apache License 2.0
2.33k stars 769 forks source link

Rocky Linux. get-docker.sh curl setup not yet supported. #373

Open rontown opened 1 year ago

rontown commented 1 year ago

It appears as though the following command isn't yet supported to run on Rocky Linux. (Attempted on Rocky 9.2)

curl -fsSL https://get.docker.com -o get-docker.sh sh get-docker.sh

Throwing this out there to see if it will be picked up or support added in future. Thanks

AkihiroSuda commented 1 year ago

Discussed here:

AkihiroSuda commented 1 year ago

Workaround: RPMs for CentOS Stream 9 can be downloaded from here, and they may work for RHEL/CentOS-like distros too

https://download.docker.com/linux/centos/9/x86_64/stable/Packages/

rontown commented 1 year ago

Is this to say it will be added to the above command or a more involved workaround?

neersighted commented 1 year ago

We do not build Rocky packages at this time. We are open to it, but we're currently working through a lot of technical debt in the Docker CE release process, so expect a timeline of months instead of days.

rontown commented 1 year ago

Fair enough! Thanks for the update and good luck clearing the dept ;)

scaleoutsean commented 1 month ago

@neersighted, since 1 year has passed, how does it look now - is it still several months, or several quarters?