Skip to content

Commit

Permalink
Merge pull request #117 from kjsanger/feature/baton-4.3.2
Browse files Browse the repository at this point in the history
Update baton from 4.3.1 to 4.3.2
  • Loading branch information
kjsanger authored Sep 30, 2024
2 parents 424021e + ef4d191 commit 5e50a58
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions docker/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,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.3.1 \
--build-arg BATON_VERSION=4.3.2 \
--build-arg HTSLIB_VERSION=1.20 \
--build-arg SAMTOOLS_VERSION=1.20 \
--build-arg BCFTOOLS_VERSION=1.20 \
Expand All @@ -228,7 +228,7 @@ ub-18.04-irods-clients-4.2.11.$(TAG): irods_clients/ubuntu/18.04/Dockerfile ub-1
--build-arg DOCKER_IMAGE=$(subst .$(TAG),,$@) \
--build-arg DOCKER_TAG=$(TAG) \
--build-arg IRODS_VERSION=4.2.11 \
--build-arg BATON_VERSION=4.3.1 \
--build-arg BATON_VERSION=4.3.2 \
--build-arg HTSLIB_VERSION=1.20 \
--build-arg SAMTOOLS_VERSION=1.20 \
--build-arg BCFTOOLS_VERSION=1.20 \
Expand All @@ -251,7 +251,7 @@ ub-18.04-irods-clients-4.2.12.$(TAG): irods_clients/ubuntu/18.04/Dockerfile ub-1
--build-arg DOCKER_IMAGE=$(subst .$(TAG),,$@) \
--build-arg DOCKER_TAG=$(TAG) \
--build-arg IRODS_VERSION=4.2.12 \
--build-arg BATON_VERSION=4.3.1 \
--build-arg BATON_VERSION=4.3.2 \
--build-arg HTSLIB_VERSION=1.20 \
--build-arg SAMTOOLS_VERSION=1.20 \
--build-arg BCFTOOLS_VERSION=1.20 \
Expand All @@ -274,7 +274,7 @@ ub-22.04-irods-clients-4.3.1.$(TAG): irods_clients/ubuntu/22.04/Dockerfile
--build-arg DOCKER_IMAGE=$(subst .$(TAG),,$@) \
--build-arg DOCKER_TAG=$(TAG) \
--build-arg IRODS_VERSION=4.3.1 \
--build-arg BATON_VERSION=4.3.1 \
--build-arg BATON_VERSION=4.3.2 \
--build-arg HTSLIB_VERSION=1.20 \
--build-arg SAMTOOLS_VERSION=1.20 \
--build-arg BCFTOOLS_VERSION=1.20 \
Expand All @@ -297,7 +297,7 @@ ub-22.04-irods-clients-4.3.2.$(TAG): irods_clients/ubuntu/22.04/Dockerfile
--build-arg DOCKER_IMAGE=$(subst .$(TAG),,$@) \
--build-arg DOCKER_TAG=$(TAG) \
--build-arg IRODS_VERSION=4.3.2 \
--build-arg BATON_VERSION=4.3.1 \
--build-arg BATON_VERSION=4.3.2 \
--build-arg HTSLIB_VERSION=1.20 \
--build-arg SAMTOOLS_VERSION=1.20 \
--build-arg BCFTOOLS_VERSION=1.20 \
Expand All @@ -320,7 +320,7 @@ ub-22.04-irods-clients-4.3.3.$(TAG): irods_clients/ubuntu/22.04/Dockerfile
--build-arg DOCKER_IMAGE=$(subst .$(TAG),,$@) \
--build-arg DOCKER_TAG=$(TAG) \
--build-arg IRODS_VERSION=4.3.3 \
--build-arg BATON_VERSION=4.3.1 \
--build-arg BATON_VERSION=4.3.2 \
--build-arg HTSLIB_VERSION=1.20 \
--build-arg SAMTOOLS_VERSION=1.20 \
--build-arg BCFTOOLS_VERSION=1.20 \
Expand All @@ -342,7 +342,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.3.1 \
--build-arg BATON_VERSION=4.3.2 \
--build-arg HTSLIB_VERSION=1.20 \
--build-arg SAMTOOLS_VERSION=1.20 \
--build-arg BCFTOOLS_VERSION=1.20 \
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 @@ -6,7 +6,7 @@
ARG IRODS_VERSION="4.2.7"

# The latest usable versions
ARG BATON_VERSION="4.3.1"
ARG BATON_VERSION="4.3.2"
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/18.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ARG IRODS_VERSION="4.3.1"
ARG IRODS_REVISION="1"

# The latest usable versions
ARG BATON_VERSION="4.3.1"
ARG BATON_VERSION="4.3.2"
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 @@ -8,7 +8,7 @@ ARG IRODS_VERSION="4.3.1"
ARG IRODS_REVISION="0"

# These defaults are the latest usable versions
ARG BATON_VERSION="4.2.1"
ARG BATON_VERSION="4.3.2"
ARG HTSLIB_VERSION="1.18"
ARG SAMTOOLS_VERSION="1.18"
ARG BCFTOOLS_VERSION="1.18"
Expand Down

0 comments on commit 5e50a58

Please sign in to comment.