intuit / superglue

Superglue is a lineage-tracking tool built to help visualize the propagation of data through complex pipelines composed of tables, jobs and reports.
Apache License 2.0
153 stars 37 forks source link

dockerfile issue #69

Open spillai13 opened 11 months ago

spillai13 commented 11 months ago

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):