Skip to content

Commit

Permalink
Add version number and container meta data
Browse files Browse the repository at this point in the history
  • Loading branch information
RikDTJanssen committed Dec 23, 2024
1 parent 9f3dafd commit 49a225d
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,14 @@ ARG neo4j_community_version=5.24.0

# Set container metadata according to
# OCI (Open Container Initiative) image specification.
LABEL org.opencontainers.image.title=Ricgraph
LABEL org.opencontainers.image.description="Ricgraph - Research in context graph"
LABEL org.opencontainers.image.authors="Rik D.T. Janssen"
LABEL org.opencontainers.image.version=${ricgraph_version}
LABEL org.opencontainers.image.licenses=MIT
LABEL org.opencontainers.image.documentation="https://github.com/UtrechtUniversity/ricgraph/blob/main/README.md"
LABEL org.opencontainers.image.source="https://github.com/UtrechtUniversity/ricgraph"
# GitHub GHCR needs a space instead of a '='.
LABEL org.opencontainers.image.title Ricgraph
LABEL org.opencontainers.image.description "Ricgraph - Research in context graph"
LABEL org.opencontainers.image.authors "Rik D.T. Janssen"
LABEL org.opencontainers.image.version ${ricgraph_version}
LABEL org.opencontainers.image.licenses MIT
LABEL org.opencontainers.image.documentation "https://github.com/UtrechtUniversity/ricgraph/blob/main/README.md"
LABEL org.opencontainers.image.source "https://github.com/UtrechtUniversity/ricgraph"

# Ricgraph paths
ARG ricgraph_download=https://github.com/UtrechtUniversity/ricgraph
Expand Down

0 comments on commit 49a225d

Please sign in to comment.