File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -91,13 +91,14 @@ image_cache_repo="${registry}/${image_name}:latest"
9191 echo " ---> Cache not found"
9292}
9393# Building
94+ export LIFECYCLE_IMAGE=docker.io/buildpacksio/lifecycle:8f801a5
9495if [[ " ${DRYCC_STACK} " == " container" ]] ; then
9596 echo " ---> Building container"
9697 podman build -t " ${image_cache_repo} " --network host .
9798else
9899 echo " ---> Building pack"
99100 echo " use builder ${pack_builder} "
100- pack build " ${image_cache_repo} " --builder " ${pack_builder} " --docker-host " ${DOCKER_HOST} " --lifecycle-image docker.io/drycc/lifecycle:0.11.3 --trust-builder --network host
101+ pack build " ${image_cache_repo} " --builder " ${pack_builder} " --docker-host " ${DOCKER_HOST} " --lifecycle-image " ${LIFECYCLE_IMAGE} " --trust-builder --network host
101102fi
102103
103104# Publish image
You can’t perform that action at this time.
0 commit comments