Skip to content

Commit 9bfc19d

Browse files
authored
Merge branch 'ubuntu-noble' into merge-jammy
2 parents 0a0c944 + c57d0bb commit 9bfc19d

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

ci/pipelines/builder.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1060,6 +1060,7 @@ resources:
10601060
branch: (@= data.values.stemcell_details.branch @)
10611061
paths:
10621062
- ci
1063+
- .ruby-version
10631064
uri: https://github.com/cloudfoundry/bosh-linux-stemcell-builder.git
10641065

10651066
- name: bats

ci/pipelines/vars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ stemcell_details:
66
os_version: "24.04"
77
os_name: ubuntu-noble
88
os_short_name: noble
9+
subnet_int: "24" #! use last two digits of release year: ex 2010 -> 10
910
use_efi: true
1011
include_iaas: [
1112
{iaas: alicloud, hypervisor: kvm},
@@ -17,7 +18,6 @@ stemcell_details:
1718
{iaas: warden, hypervisor: boshlite}
1819
]
1920
include_fips_iaas: []
20-
subnet_int: "24" #! use last two digits of release year: ex 2000 -> 20
2121

2222
blobstore_types:
2323
- dav

ci/tasks/build-docker-args.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ yq_cli_url="$(curl -s https://api.github.com/repos/mikefarah/yq/releases/latest
2828
ruby_install_url="$(curl -s https://api.github.com/repos/postmodern/ruby-install/releases/latest \
2929
| jq -r '.assets[] | select(.name | endswith ("tar.gz")) | .browser_download_url')"
3030

31-
ruby_version="$(cat "${REPO_PARENT}/bosh-linux-stemcell-builder/.ruby-version")"
31+
ruby_version="$(cat "${REPO_ROOT}/.ruby-version")"
3232
gem_home="/usr/local/bundle"
3333

3434
cat << EOF > "${REPO_PARENT}/docker-build-args/docker-build-args.json"

0 commit comments

Comments
 (0)