File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ function util::builders::list() {
1919
2020 if [[ -z " ${builders} " ]]; then
2121 util::print::info " No builders specified. Falling back to default builder..."
22- builders=" $( jq --compact-output --null-input ' ["index.docker.io/paketobuildpacks/builder: buildpackless-base"]' ) "
22+ builders=" $( jq --compact-output --null-input ' ["index.docker.io/paketobuildpacks/builder-jammy- buildpackless-base:latest "]' ) "
2323 fi
2424
2525 echo " ${builders} "
Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ function util::tools::jam::install() {
5454
5555 util::print::title " Installing jam ${version} "
5656 curl " https://github.com/paketo-buildpacks/jam/releases/download/${version} /jam-${os} " \
57+ --fail \
5758 --silent \
5859 --location \
5960 --output " ${dir} /jam"
@@ -101,6 +102,7 @@ function util::tools::pack::install() {
101102
102103 util::print::title " Installing pack ${version} "
103104 curl " https://github.com/buildpacks/pack/releases/download/${version} /pack-${version} -${os} .tgz" \
105+ --fail \
104106 --silent \
105107 --location \
106108 --output /tmp/pack.tgz
You can’t perform that action at this time.
0 commit comments