Skip to content

Commit

Permalink
feat(ct): add labels with service dependency versions to images IQSS#…
Browse files Browse the repository at this point in the history
  • Loading branch information
poikilotherm committed Sep 18, 2023
1 parent 4e1bc5b commit 467eb51
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,6 @@ LABEL org.opencontainers.image.created="@git.build.time@" \
org.opencontainers.image.vendor="Global Dataverse Community Consortium" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.title="Dataverse Application Image" \
org.opencontainers.image.description="This container image provides the research data repository software Dataverse in a box."
org.opencontainers.image.description="This container image provides the research data repository software Dataverse in a box." \
org.dataverse.deps.postgresql.version="@postgresql.server.version@" \
org.dataverse.deps.solr.version="@solr.version@"

0 comments on commit 467eb51

Please sign in to comment.