docker / desktop-linux

Bug reports for Docker Desktop for Linux
https://docs.docker.com/desktop/linux/
73 stars 5 forks source link

Release file not found #190

Closed aiqc closed 5 months ago

aiqc commented 5 months ago

Description

Linux Mint 21.2 (Victoria), which is technically Ubuntu 22.04

Reproduce

After running these steps:

# Add Docker's official GPG key:
sudo apt-get update
sudo apt-get install ca-certificates curl gnupg
sudo install -m 0755 -d /etc/apt/keyrings
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /etc/apt/keyrings/docker.gpg
sudo chmod a+r /etc/apt/keyrings/docker.gpg

# Add the repository to Apt sources:
echo \
  "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/ubuntu \
  $(. /etc/os-release && echo "$VERSION_CODENAME") stable" | \
  sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
sudo apt-get update

Here is the output:

Ign:1 http://packages.linuxmint.com victoria InRelease
Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease                                                                                    
Hit:3 http://packages.linuxmint.com victoria Release                                                                                      
Hit:4 http://archive.ubuntu.com/ubuntu jammy-updates InRelease                                         
Hit:5 http://archive.ubuntu.com/ubuntu jammy-backports InRelease                                       
Ign:6 https://download.docker.com/linux/ubuntu victoria InRelease                
Err:7 https://download.docker.com/linux/ubuntu victoria Release                  
  404  Not Found [IP: 2600:9000:24eb:1200:3:db06:4200:93a1 443]
Hit:8 http://security.ubuntu.com/ubuntu jammy-security InRelease
Reading package lists... Done
**E: The repository 'https://download.docker.com/linux/ubuntu victoria Release' does not have a Release file.**
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.

Expected behavior

No response

docker version

didn't get there yet just setting up repo

docker info

didn't get there yet just setting up repo

Diagnostics ID

N/A

Additional Info

No response

aiqc commented 5 months ago

It would be nice if there was a flatpak/flathub for deploying docker desktop and its dependencies to linux. VS Code and PyCharm provide one