From 49a225d1771df6f5ca07ca6916a6656aa83daa30 Mon Sep 17 00:00:00 2001 From: "Rik D.T. Janssen" <121875841+RikDTJanssen@users.noreply.github.com> Date: Mon, 23 Dec 2024 09:16:12 +0100 Subject: [PATCH] Add version number and container meta data --- Containerfile | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Containerfile b/Containerfile index 0870312..614b785 100644 --- a/Containerfile +++ b/Containerfile @@ -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