teamdigitale / dati-semantic-backend

Backend for the NDC semantic repository
GNU Affero General Public License v3.0
4 stars 5 forks source link

ADR for building container images & java lib to interact with RDF #6

Closed ash1425 closed 3 years ago

ash1425 commented 3 years ago

Using adr-tools to capture ADRs

ioggstream commented 3 years ago

@ash1425 jib seems cool! Is it correct to use the distroless image even in the docker-compose building procedure? It seems that I can't run gradlew ...

ash1425 commented 3 years ago

@ioggstream We are using distroless because we want to make dev as similar as possible to actual image. cd /code && sh gradlew bRun should work instead of ./gradlew

ioggstream commented 3 years ago

Ok, it's /busybox/sh. Great, thanks!