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

apt cant update docker from repository. OS linux Parros OS #896

Closed
1 of 3 tasks
architect254 opened this issue Jan 15, 2020 · 3 comments
Closed
1 of 3 tasks

apt cant update docker from repository. OS linux Parros OS #896

architect254 opened this issue Jan 15, 2020 · 3 comments

Comments

@architect254
Copy link

architect254 commented Jan 15, 2020

  • This is a bug report
  • This is a feature request
  • I searched existing issues before opening this one

Expected behavior

apt should update docker

Actual behavior

sudo apt update
output ->
E: Failed to fetch https://apt.dockerproject.org/repo/dists/debian-stretch/InRelease 403 Forbidden [IP: 13.35.61.55 443]
E: The repository 'https://apt.dockerproject.org/repo debian-stretch InRelease' is no longer signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.

Steps to reproduce the behavior

Output of docker version:

Docker version 17.05.0-ce-rc3, build 90d35ab

Output of docker info:

Containers: 9
 Running: 3
 Paused: 0
 Stopped: 6
Images: 6
Server Version: 17.05.0-ce-rc3
Storage Driver: overlay2
 Backing Filesystem: xfs
 Supports d_type: true
 Native Overlay Diff: true
Logging Driver: json-file
Cgroup Driver: cgroupfs
Plugins: 
 Volume: local
 Network: bridge host macvlan null overlay
Swarm: inactive
Runtimes: runc
Default Runtime: runc
Init Binary: docker-init
containerd version: 9048e5e50717ea4497b757314bad98ea3763c145
runc version: 9c2d8d184e5da67c95d601382adf14862e4f2228
init version: 949e6fa
Security Options:
 apparmor
 seccomp
  Profile: default
Kernel Version: 4.19.0-5-amd64
Operating System: Parrot GNU/Linux 4.7
OSType: linux
Architecture: x86_64
CPUs: 4
Total Memory: 7.669GiB
Name: parrot
ID: GVD3:I6HF:LYLO:QM5Z:64IR:US7O:F7S6:APL4:ASON:6GUE:75VN:H675
Docker Root Dir: /var/lib/docker
Debug Mode (client): false
Debug Mode (server): false
Registry: https://index.docker.io/v1/
Experimental: false
Insecure Registries:
 127.0.0.0/8
Live Restore Enabled: false

WARNING: No swap limit support

Additional environment details (AWS, VirtualBox, physical, etc.)

@architect254 architect254 changed the title apt cant update docker from repository apt cant update docker from repository. OS linux Parros OS Jan 15, 2020
@southquist
Copy link

I am seeing similar problems for with apt.dockerproject.org for Ubuntu 16.04 as well.

sudo apt-get update...

Err:11 https://apt.dockerproject.org/repo ubuntu-xenial/main amd64 Packages  403  ForbiddenReading package lists... Done
W: The repository 'https://apt.dockerproject.org/repo ubuntu-xenial Release' does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: Failed to fetch https://apt.dockerproject.org/repo/dists/ubuntu-xenial/main/binary-amd64/Packages  403  Forbidden
E: Some index files failed to download. They have been ignored, or old ones used instead.

Also visiting apt.dockerproject.org in my browser gives me a 403 error.

@thaJeztah
Copy link
Member

Looks like a duplicate of moby/moby#40376, but please don't use the dockerproject.org repositories as they only contain very old versions; download.docker.com is the current package repository and contains the current releases.

I'd recommend removing the old repository from the list of package repositories in your configuration, and using the new repository. It looks like you're using the debian repositories for your machine; instructions for installing those packages can be found here: https://docs.docker.com/install/linux/docker-ce/debian/

@thaJeztah
Copy link
Member

Repositories should be up again, but please migrate to use the new repositories 🙏

moby/moby#40376 (comment)

The repositories should be working again now. Note that these remain deprecated and everyone should move to download.docker.com . We need to set up some timeline for the actual removal.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants