fix: add label to image

This commit is contained in:
Babibubebon 2023-07-03 11:45:19 +09:00
parent 34a56ec350
commit 9a9b4a5ae1
Signed by: Babibubebon
GPG key ID: 78C8FB2A2FEA1EE3

View file

@ -2,6 +2,9 @@ ARG FUSEKI_TAG=4.8.0
FROM secoresearch/fuseki:${FUSEKI_TAG}
LABEL org.opencontainers.image.source=https://github.com/Babibubebon/madb-fuseki-docker
LABEL org.opencontainers.image.description="A SPARQL server for Media Arts Database"
ARG DATASET_VERSION=latest
ADD assembler.ttl $ASSEMBLER
@ -19,4 +22,4 @@ RUN wget -nv -i files.txt \
WORKDIR ${FUSEKI_HOME}
ENV QUERY_TIMEOUT=-1
ENV QUERY_TIMEOUT=-1