Skip to content

Commit

Permalink
Merge pull request #81 from kjsanger/feature/baton-4.2.1
Browse files Browse the repository at this point in the history
Update default and deployed baton version to 4.2.1
  • Loading branch information
jmtcsngr authored Oct 12, 2023
2 parents 4cf91cd + f7ff6ad commit bc35562
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions docker/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ ub-16.04-irods-clients-4.2.7.$(TAG): irods_clients/ubuntu/16.04/Dockerfile ub-16
--build-arg DOCKER_IMAGE=$(subst .$(TAG),,$@) \
--build-arg DOCKER_TAG=$(TAG) \
--build-arg IRODS_VERSION=4.2.7 \
--build-arg BATON_VERSION=4.2.0 \
--build-arg BATON_VERSION=4.2.1 \
--build-arg HTSLIB_VERSION=1.18 \
--build-arg SAMTOOLS_VERSION=1.18 \
--build-arg BCFTOOLS_VERSION=1.18 \
Expand All @@ -178,7 +178,7 @@ ub-18.04-irods-clients-4.2.11.$(TAG): irods_clients/ubuntu/Dockerfile ub-18.04-b
--build-arg DOCKER_IMAGE=$(subst .$(TAG),,$@) \
--build-arg DOCKER_TAG=$(TAG) \
--build-arg IRODS_VERSION=4.2.11 \
--build-arg BATON_VERSION=4.2.0 \
--build-arg BATON_VERSION=4.2.1 \
--build-arg HTSLIB_VERSION=1.18 \
--build-arg SAMTOOLS_VERSION=1.18 \
--build-arg BCFTOOLS_VERSION=1.18 \
Expand All @@ -200,7 +200,7 @@ ub-18.04-irods-clients-4.2.12.$(TAG): irods_clients/ubuntu/Dockerfile ub-18.04-b
--build-arg DOCKER_IMAGE=$(subst .$(TAG),,$@) \
--build-arg DOCKER_TAG=$(TAG) \
--build-arg IRODS_VERSION=4.2.12 \
--build-arg BATON_VERSION=4.2.0 \
--build-arg BATON_VERSION=4.2.1 \
--build-arg HTSLIB_VERSION=1.18 \
--build-arg SAMTOOLS_VERSION=1.18 \
--build-arg BCFTOOLS_VERSION=1.18 \
Expand All @@ -222,7 +222,7 @@ ub-22.04-irods-clients-4.3-nightly.$(TAG): irods_clients/ubuntu/22.04/Dockerfile
--build-arg DOCKER_IMAGE=$(subst .$(TAG),,$@) \
--build-arg DOCKER_TAG=$(TAG) \
--build-arg IRODS_VERSION=4.3-nightly \
--build-arg BATON_VERSION=4.2.0 \
--build-arg BATON_VERSION=4.2.1 \
--build-arg HTSLIB_VERSION=1.18 \
--build-arg SAMTOOLS_VERSION=1.18 \
--build-arg BCFTOOLS_VERSION=1.18 \
Expand Down
2 changes: 1 addition & 1 deletion docker/irods_clients/ubuntu/16.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ FROM $BASE_IMAGE as installer
ARG IRODS_VERSION="4.2.7"

# These defaults are the latest usable versions
ARG BATON_VERSION="4.2.0"
ARG BATON_VERSION="4.2.1"
ARG HTSLIB_VERSION="1.18"
ARG SAMTOOLS_VERSION="1.18"
ARG BCFTOOLS_VERSION="1.18"
Expand Down
2 changes: 1 addition & 1 deletion docker/irods_clients/ubuntu/22.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ FROM $BASE_IMAGE as installer
ARG IRODS_VERSION="4.3-nightly"

# These defaults are the latest usable versions
ARG BATON_VERSION="4.2.0"
ARG BATON_VERSION="4.2.1"
ARG HTSLIB_VERSION="1.18"
ARG SAMTOOLS_VERSION="1.18"
ARG BCFTOOLS_VERSION="1.18"
Expand Down
2 changes: 1 addition & 1 deletion docker/irods_clients/ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ FROM $BASE_IMAGE as installer
ARG IRODS_VERSION="4.2.11"

# These defaults are the latest usable versions
ARG BATON_VERSION="4.2.0"
ARG BATON_VERSION="4.2.1"
ARG HTSLIB_VERSION="1.18"
ARG SAMTOOLS_VERSION="1.18"
ARG BCFTOOLS_VERSION="1.18"
Expand Down
2 changes: 1 addition & 1 deletion docker/irods_clients/ubuntu/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The Dockerfile supports these build arguments:
- DOCKER_IMAGE (no default, must be supplied)
- DOCKER_TAG (no default, must be supplied)
- IRODS_VERSION (defaults to "4.2.11")
- BATON_VERSION (defaults to "4.1.0")
- BATON_VERSION (defaults to "4.2.1")
- HTSLIB_VERSION (defaults to "1.18")
- SAMTOOLS_VERSION (defaults to "1.18")
- BCFTOOLS_VERSION (defaults to "1.18")
Expand Down

0 comments on commit bc35562

Please sign in to comment.