Skip to content

Commit

Permalink
Merge pull request #297 from avnishsinghh/update_container_labels
Browse files Browse the repository at this point in the history
update container labels
  • Loading branch information
kjsanger authored Aug 1, 2024
2 parents 6966eaf + 6aa44f7 commit 4f7d47f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
[Upcoming]

Added container label "vendor".

[4.2.1]

Fix stack-use-after-scope bug identified by address-sanitizer.
Expand Down
3 changes: 3 additions & 0 deletions release/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ ub-16.04-baton-irods-4.2.7.$(TAG): ubuntu/16.04/Dockerfile
--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)/ub-16.04-baton-irods-4.2.7:latest \
--tag $(DOCKER_PREFIX)/ub-16.04-baton-irods-4.2.7:$(TAG) --file $< .
touch $@
Expand All @@ -59,6 +60,7 @@ ub-18.04-baton-irods-4.2.11.$(TAG): ubuntu/18.04/Dockerfile
--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)/ub-18.04-baton-irods-4.2.11:latest \
--tag $(DOCKER_PREFIX)/ub-18.04-baton-irods-4.2.11:$(TAG) --file $< .
touch $@
Expand All @@ -77,6 +79,7 @@ ub-18.04-baton-irods-4.2.12.$(TAG): ubuntu/18.04/Dockerfile
--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)/ub-18.04-baton-irods-4.2.12:latest \
--tag $(DOCKER_PREFIX)/ub-18.04-baton-irods-4.2.12:$(TAG) --file $< .
touch $@
Expand Down

0 comments on commit 4f7d47f

Please sign in to comment.