Describe the bug
Dockerfile:1
1 | >>> FROM java:8
2 |
3 | WORKDIR /superglue/backend
ERROR: failed to solve: java:8: docker.io/library/java:8: not found
Update code to "FROM openjdk:8"
To Reproduce
run docker-compose command
Expected behavior
the command runs successfully
Desktop (please complete the following information):
Describe the bug
Dockerfile:1
1 | >>> FROM java:8
2 |
3 | WORKDIR /superglue/backend
ERROR: failed to solve: java:8: docker.io/library/java:8: not found
Update code to "FROM openjdk:8"
To Reproduce
run docker-compose command
Expected behavior
the command runs successfully
Desktop (please complete the following information):