phenoscape / owlery

Owlery is a set of REST web services which allow querying of an OWL reasoner containing a configured set of ontologies.
MIT License
16 stars 11 forks source link

Dockerfile does not build successfully #146

Closed rpgoldman closed 3 years ago

rpgoldman commented 3 years ago

I forked a copy of Owlery and tried to build the docker image as follows:

docker build -t owlery:latest  .

The build failed with this error at the end:

 => ERROR [ 7/12] RUN apt-get update -y &&     apt-get install -y               sbt                                      1.3s
------
 > [ 7/12] RUN apt-get update -y &&     apt-get install -y               sbt:
#12 0.470 Hit:1 http://security.debian.org/debian-security bullseye-security InRelease
#12 0.470 Hit:2 http://deb.debian.org/debian bullseye InRelease
#12 0.470 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
#12 0.780 Err:4 https://dl.bintray.com/sbt/debian  InRelease
#12 0.780   403  Forbidden [IP: 35.161.110.43 443]
#12 0.786 Reading package lists...
#12 1.254 E: Failed to fetch https://dl.bintray.com/sbt/debian/InRelease  403  Forbidden [IP: 35.161.110.43 443]
#12 1.254 E: The repository 'https://dl.bintray.com/sbt/debian  InRelease' is not signed.
------
executor failed running [/bin/sh -c apt-get update -y &&     apt-get install -y               sbt]: exit code: 100

When I go to https://status.bintray.com/ I see that this service has been decommissioned and replaced with JFrog. I think I have a fix: see #145

balhoff commented 3 years ago

Fixed by #145.