From a23c31c7d5b1e4c8130fb781bc8b46c28eced4d2 Mon Sep 17 00:00:00 2001 From: Avnish Pratap Singh Date: Tue, 30 Jul 2024 14:09:33 +0100 Subject: [PATCH] update container image labels --- docker/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker/Makefile b/docker/Makefile index d896e57..0931b64 100644 --- a/docker/Makefile +++ b/docker/Makefile @@ -42,11 +42,12 @@ samtools.$(TAG): Dockerfile --build-arg SAMTOOLS_VERSION=1.20 \ --build-arg BCFTOOLS_VERSION=1.20 \ --build-arg DEFLATE_VERSION=1.20 \ - --label org.opencontainers.image.title="samtools" \ + --label org.opencontainers.image.title=$(image_names) \ --label org.opencontainers.image.source=$(git_url) \ --label org.opencontainers.image.revision=$(git_commit) \ --label org.opencontainers.image.version=$(TAG) \ --label org.opencontainers.image.created=$(NOW) \ + --label org.opencontainers.image.vendor=npg.sanger.ac.uk \ --tag $(DOCKER_PREFIX)/samtools:latest \ --tag $(DOCKER_PREFIX)/samtools:$(TAG) --file $< . touch $@