File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
2222blobstore_types :
2323- dav
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ yq_cli_url="$(curl -s https://api.github.com/repos/mikefarah/yq/releases/latest
2828ruby_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" ) "
3232gem_home=" /usr/local/bundle"
3333
3434cat << EOF > "${REPO_PARENT} /docker-build-args/docker-build-args.json"
You can’t perform that action at this time.
0 commit comments