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-get update failing #1906

Closed
robinvandenbogaard opened this issue Jun 18, 2020 · 2 comments
Closed

apt-get update failing #1906

robinvandenbogaard opened this issue Jun 18, 2020 · 2 comments
Labels
duplicate Issues that are a duplicate of an issue in this (or another) repository
Milestone

Comments

@robinvandenbogaard
Copy link

Following the installation guide in an docker container apt-get update fails after adding the repository. I'm trying to install the adoptopenjdk-11-hotspot package which happens to reside in the https://adoptopenjdk.jfrog.io/adoptopenjdk/deb stretch/main amd64 Packages

apt-get update && \
    apt-get install -y wget software-properties-common apt-transport-https curl sshpass && \
    wget -qO - https://adoptopenjdk.jfrog.io/adoptopenjdk/api/gpg/key/public | apt-key add - && \
    add-apt-repository --yes https://adoptopenjdk.jfrog.io/adoptopenjdk/deb/ && \
    apt-get update

Failes with output:

Hit:1 http://apt.postgresql.org/pub/repos/apt stretch-pgdg InRelease
Hit:2 http://security.debian.org/debian-security stretch/updates InRelease
Ign:3 http://deb.debian.org/debian stretch InRelease
Hit:4 http://deb.debian.org/debian stretch-updates InRelease
Hit:5 http://deb.debian.org/debian stretch Release
Ign:7 https://adoptopenjdk.jfrog.io/adoptopenjdk/deb stretch InRelease
Ign:8 https://adoptopenjdk.jfrog.io/adoptopenjdk/deb stretch Release
Ign:9 https://adoptopenjdk.jfrog.io/adoptopenjdk/deb stretch/main all Packages
Ign:10 https://adoptopenjdk.jfrog.io/adoptopenjdk/deb stretch/main amd64 Packages
Ign:9 https://adoptopenjdk.jfrog.io/adoptopenjdk/deb stretch/main all Packages
Ign:10 https://adoptopenjdk.jfrog.io/adoptopenjdk/deb stretch/main amd64 Packages
Ign:9 https://adoptopenjdk.jfrog.io/adoptopenjdk/deb stretch/main all Packages
Ign:10 https://adoptopenjdk.jfrog.io/adoptopenjdk/deb stretch/main amd64 Packages
Ign:9 https://adoptopenjdk.jfrog.io/adoptopenjdk/deb stretch/main all Packages
Ign:10 https://adoptopenjdk.jfrog.io/adoptopenjdk/deb stretch/main amd64 Packages
Ign:9 https://adoptopenjdk.jfrog.io/adoptopenjdk/deb stretch/main all Packages
Ign:10 https://adoptopenjdk.jfrog.io/adoptopenjdk/deb stretch/main amd64 Packages
Ign:9 https://adoptopenjdk.jfrog.io/adoptopenjdk/deb stretch/main all Packages
Err:10 https://adoptopenjdk.jfrog.io/adoptopenjdk/deb stretch/main amd64 Packages
  404  Not Found
Reading package lists... Done
W: The repository 'https://adoptopenjdk.jfrog.io/adoptopenjdk/deb stretch 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://adoptopenjdk.jfrog.io/adoptopenjdk/deb/dists/stretch/main/binary-amd64/Packages  404  Not Found
E: Some index files failed to download. They have been ignored, or old ones used instead.

Possibly related to #1179

@aahlenst
Copy link
Contributor

Duplicate of adoptium/infrastructure#1399.

@aahlenst aahlenst added the duplicate Issues that are a duplicate of an issue in this (or another) repository label Jun 18, 2020
@karianna karianna added this to TODO in temurin-build via automation Jun 18, 2020
@karianna karianna added this to the June 2020 milestone Jun 18, 2020
@karianna karianna moved this from TODO to Done in temurin-build Jun 18, 2020
@robinvandenbogaard
Copy link
Author

Works!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate Issues that are a duplicate of an issue in this (or another) repository
Projects
No open projects
temurin-build
  
Done
Development

No branches or pull requests

3 participants