Skip to content

Commit

Permalink
Build and publish docker image via GitHub action #435: add labels
Browse files Browse the repository at this point in the history
  • Loading branch information
pkiraly committed Apr 8, 2024
1 parent 383ab68 commit 1204ebf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ FROM ubuntu:20.04
LABEL maintainer="Péter Király <pkiraly@gwdg.de>, Ákos Takács <rimelek@rimelek.hu>"

LABEL description="QA catalogue - a metadata quality assessment tool for MARC based library catalogues."
# the Github repo labels
LABEL org.opencontainers.image.description="QA catalogue - a metadata quality assessment tool for MARC based library catalogues."
LABEL org.opencontainers.image.source=https://github.com/pkiraly/qa-catalogue
LABEL org.opencontainers.image.licenses="GNU General Public License v3.0"

ARG DEBIAN_FRONTEND=noninteractive
ARG QA_CATALOGUE_VERSION=0.8.0-SNAPSHOT
Expand Down

0 comments on commit 1204ebf

Please sign in to comment.