Skip to content

Commit

Permalink
Adding extra labels in Dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
tefirman committed Feb 16, 2024
1 parent 5c37a3b commit 6d831e6
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 5 deletions.
7 changes: 6 additions & 1 deletion Dockerfile_biobambam2
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,13 @@
FROM ubuntu:noble-20240114

# Adding labels for the GitHub Container Registry
LABEL org.opencontainers.image.source=https://github.com/getwilds/wilds-docker-library
LABEL org.opencontainers.image.title="biobambam2"
LABEL org.opencontainers.image.description="Container image for the use of biobambam2 in FH DaSL's WILDS"
LABEL org.opencontainers.image.version="2.0.185"
LABEL org.opencontainers.image.authors="tfirman@fredhutch.org"
LABEL org.opencontainers.image.url=https://github.com/getwilds/wilds-docker-library
LABEL org.opencontainers.image.documentation=https://github.com/getwilds/wilds-docker-library
LABEL org.opencontainers.image.source=https://github.com/getwilds/wilds-docker-library
LABEL org.opencontainers.image.licenses=MIT

# Installing biobambam2 via apt-get
Expand Down
7 changes: 6 additions & 1 deletion Dockerfile_bwa
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,13 @@
FROM ubuntu:noble-20240114

# Adding labels for the GitHub Container Registry
LABEL org.opencontainers.image.source=https://github.com/getwilds/wilds-docker-library
LABEL org.opencontainers.image.title="bwa"
LABEL org.opencontainers.image.description="Container image for the use of bwa in FH DaSL's WILDS"
LABEL org.opencontainers.image.version="0.7.17"
LABEL org.opencontainers.image.authors="tfirman@fredhutch.org"
LABEL org.opencontainers.image.url=https://github.com/getwilds/wilds-docker-library
LABEL org.opencontainers.image.documentation=https://github.com/getwilds/wilds-docker-library
LABEL org.opencontainers.image.source=https://github.com/getwilds/wilds-docker-library
LABEL org.opencontainers.image.licenses=MIT

# Installing prerequisites
Expand Down
7 changes: 6 additions & 1 deletion Dockerfile_gatk
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,13 @@
FROM continuumio/miniconda3

# Adding labels for the GitHub Container Registry
LABEL org.opencontainers.image.source=https://github.com/getwilds/wilds-docker-library
LABEL org.opencontainers.image.title="gatk"
LABEL org.opencontainers.image.description="Container image for the use of GATK in FH DaSL's WILDS"
LABEL org.opencontainers.image.version="4.3.0.0"
LABEL org.opencontainers.image.authors="tfirman@fredhutch.org"
LABEL org.opencontainers.image.url=https://github.com/getwilds/wilds-docker-library
LABEL org.opencontainers.image.documentation=https://github.com/getwilds/wilds-docker-library
LABEL org.opencontainers.image.source=https://github.com/getwilds/wilds-docker-library
LABEL org.opencontainers.image.licenses=MIT

# Installing GATK via conda
Expand Down
7 changes: 6 additions & 1 deletion Dockerfile_picard
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,13 @@
FROM ubuntu:noble-20240114

# Adding labels for the GitHub Container Registry
LABEL org.opencontainers.image.source=https://github.com/getwilds/wilds-docker-library
LABEL org.opencontainers.image.title="picard"
LABEL org.opencontainers.image.description="Container image for the use of Picard in FH DaSL's WILDS"
LABEL org.opencontainers.image.version="3.1.1"
LABEL org.opencontainers.image.authors="tfirman@fredhutch.org"
LABEL org.opencontainers.image.url=https://github.com/getwilds/wilds-docker-library
LABEL org.opencontainers.image.documentation=https://github.com/getwilds/wilds-docker-library
LABEL org.opencontainers.image.source=https://github.com/getwilds/wilds-docker-library
LABEL org.opencontainers.image.licenses=MIT

# Installing Java
Expand Down
7 changes: 6 additions & 1 deletion Dockerfile_samtools
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,13 @@
FROM ubuntu:noble-20240114

# Adding labels for the GitHub Container Registry
LABEL org.opencontainers.image.source=https://github.com/getwilds/wilds-docker-library
LABEL org.opencontainers.image.title="samtools"
LABEL org.opencontainers.image.description="Container image for the use of Samtools in FH DaSL's WILDS"
LABEL org.opencontainers.image.version="1.11"
LABEL org.opencontainers.image.authors="tfirman@fredhutch.org"
LABEL org.opencontainers.image.url=https://github.com/getwilds/wilds-docker-library
LABEL org.opencontainers.image.documentation=https://github.com/getwilds/wilds-docker-library
LABEL org.opencontainers.image.source=https://github.com/getwilds/wilds-docker-library
LABEL org.opencontainers.image.licenses=MIT

# Installing prerequisites
Expand Down

0 comments on commit 6d831e6

Please sign in to comment.