File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,8 +16,3 @@ updates:
1616 update-types :
1717 - " minor"
1818 - " patch"
19- exclude-patterns :
20- - " github.com/anchore/stereoscope"
21- - " github.com/testcontainers/testcontainers-go"
22- - " github.com/docker/docker"
23- - " github.com/containerd/containerd"
Original file line number Diff line number Diff line change @@ -135,16 +135,11 @@ function builder_images::pull() {
135135 | jq -r ' .remote_info.run_images[0].name'
136136 ) "
137137
138- os=$( util::tools::os)
139- arch=$( util::tools::arch --format-amd64-x86-64)
140-
141- lifecycle_version=" $(
138+ lifecycle_image=" index.docker.io/buildpacksio/lifecycle:$(
142139 pack inspect-builder " ${builder} " --output json \
143140 | jq -r ' .remote_info.lifecycle.version'
144141 ) "
145142
146- lifecycle_image=" index.docker.io/buildpacksio/lifecycle:${lifecycle_version} -${os} -${arch} "
147-
148143 util::print::title " Pulling run image..."
149144 docker pull " ${run_image} "
150145
You can’t perform that action at this time.
0 commit comments