Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions build/ansible/vars/tool-versions.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
# ============================================================
# Tool versions — update here, everything else follows
# ============================================================
singularity_version: "4.4.1"
singularity_version: "4.5.0"
singularity_prefix: "/opt/singularity"

shpc_version: "0.1.33"

go_version: "1.26.1"
go_version: "1.26.4"
os: "linux"
arch: "amd64"


java_version: "21"
nextflow_version: "25.10.4"
nfcore_version: "3.5.2"
nextflow_version: "26.04.4"
nfcore_version: "4.0.2"

rstudio_version_full: "2023.12.1-402"
rstudio_version: "2023.12.1"
rstudio_version_full: "2026.06.0-242"
rstudio_version: "2026.06.0"

# Each platform file overrides this proxy variable
cvmfs_quota_limit: 4096
Expand All @@ -31,4 +31,4 @@ module_base_opt: "/opt/Modules/modulefiles"
# Common tools
snakemake_version: "7.32.4"
r_version: "4.3.3"
jupyter_version: "2026.04"
jupyter_version: "2026.07"
2 changes: 1 addition & 1 deletion build/openstack-bioshell.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ variable "platform" {

variable "image_version" {
type = string
default = "1.0.0"
default = "1.1.0"
}

source "openstack" "ubuntu" {
Expand Down