Skip to content

Commit

Permalink
Merge pull request #42 from avnishsinghh/update_container_labels
Browse files Browse the repository at this point in the history
update container image labels
  • Loading branch information
kjsanger authored Aug 1, 2024
2 parents 6f7c751 + a23c31c commit d7a2b35
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 $@
Expand Down

0 comments on commit d7a2b35

Please sign in to comment.