Skip to content

Commit

Permalink
Merge pull request #9930 from poikilotherm/9928-svc-labels
Browse files Browse the repository at this point in the history
feat(ct): add labels with service dependency versions to images #9928
  • Loading branch information
kcondon authored Sep 19, 2023
2 parents 60933ae + 467eb51 commit d674d66
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 d674d66

Please sign in to comment.