Skip to content

Commit

Permalink
Updates github-config (#361)
Browse files Browse the repository at this point in the history
* Updating github-config

* Updating github-config
  • Loading branch information
paketo-bot authored Jan 19, 2023
1 parent e062185 commit cfbfd5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/.util/builders.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function util::builders::list() {

if [[ -z "${builders}" ]]; then
util::print::info "No builders specified. Falling back to default builder..."
builders="$(jq --compact-output --null-input '["index.docker.io/paketobuildpacks/builder:buildpackless-base"]')"
builders="$(jq --compact-output --null-input '["index.docker.io/paketobuildpacks/builder-jammy-buildpackless-base:latest"]')"
fi

echo "${builders}"
Expand Down
2 changes: 2 additions & 0 deletions scripts/.util/tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ function util::tools::jam::install() {

util::print::title "Installing jam ${version}"
curl "https://github.com/paketo-buildpacks/jam/releases/download/${version}/jam-${os}" \
--fail \
--silent \
--location \
--output "${dir}/jam"
Expand Down Expand Up @@ -101,6 +102,7 @@ function util::tools::pack::install() {

util::print::title "Installing pack ${version}"
curl "https://github.com/buildpacks/pack/releases/download/${version}/pack-${version}-${os}.tgz" \
--fail \
--silent \
--location \
--output /tmp/pack.tgz
Expand Down

0 comments on commit cfbfd5e

Please sign in to comment.