tabular-io / iceberg-rest-image

Simple project to expose a catalog over REST using a Java catalog backend
Apache License 2.0
93 stars 39 forks source link

I could not even build the image #102

Closed Mahmoud-Elbahnasawy closed 3 weeks ago

Mahmoud-Elbahnasawy commented 3 weeks ago

I cloned the repository using this command git clone https://github.com/tabular-io/iceberg-rest-image.git and then tried to build the docker image using this command docker image rm -f tabulario/iceberg-rest && docker build -t tabulario/iceberg-rest . and this is the error that i get. ERROR [builder 4/4] RUN ["./gradlew", "build", "shadowJar"]
the attached image shows my workspace trash99

Mahmoud-Elbahnasawy commented 3 weeks ago

I solved the issue by going to https://hub.docker.com/r/tabulario/iceberg-rest and pulled that images instead of building it.