You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 24, 2022. It is now read-only.
When building a project which uses our default private repository, we've seen an error on several machines. This only happens on machines with Docker newly installed.
Command (in a DockerBuildPlugin-enabled project):
sbt dockerBuild
Result:
Sending build context to Docker daemon 9.157 MB
Step 1/5 : FROM allenai-docker-private-docker.bintray.io/oracle-java:8
Get https://allenai-docker-private-docker.bintray.io/v2/oracle-java/manifests/8: unauthorized: Unauthorized
...
There appears to be a workaround by pulling an image manually, after which everything works:
When building a project which uses our default private repository, we've seen an error on several machines. This only happens on machines with Docker newly installed.
Command (in a DockerBuildPlugin-enabled project):
Result:
There appears to be a workaround by pulling an image manually, after which everything works:
The text was updated successfully, but these errors were encountered: