Skip to content

Commit e8d620c

Browse files
committed
Updating github-config
1 parent a537cb5 commit e8d620c

2 files changed

Lines changed: 1 addition & 11 deletions

File tree

template-cnb/.github/dependabot.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff 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"

template-cnb/scripts/integration.sh

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)