Skip to content

Commit e7f626e

Browse files
ForestEckhardtrobdimsdale
authored andcommitted
Update to the latest switchblade version
1 parent 7415249 commit e7f626e

File tree

13 files changed

+154
-45
lines changed

13 files changed

+154
-45
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.23.4
44

55
require (
66
github.com/cloudfoundry/libbuildpack v0.0.0-20240717165421-f2ae8069fcba
7-
github.com/cloudfoundry/switchblade v0.6.0
7+
github.com/cloudfoundry/switchblade v0.9.0
88
github.com/golang/mock v1.6.0
99
github.com/onsi/ginkgo v1.16.5
1010
github.com/onsi/gomega v1.36.2

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -807,6 +807,8 @@ github.com/cloudfoundry/libbuildpack v0.0.0-20240717165421-f2ae8069fcba h1:RdbOe
807807
github.com/cloudfoundry/libbuildpack v0.0.0-20240717165421-f2ae8069fcba/go.mod h1:kn4FHMwI8bTd9gT92wPGjXHzUvGcj8CkPxG8q3AGBAQ=
808808
github.com/cloudfoundry/switchblade v0.6.0 h1:Opid6YAp7a9+lzdvwlYIUUGnxV87QfCpizV+FYMt1MQ=
809809
github.com/cloudfoundry/switchblade v0.6.0/go.mod h1:3nNqkW8dEecI9bxj8p1cHz3XG6AgPfp7jcmGHZYleos=
810+
github.com/cloudfoundry/switchblade v0.9.0 h1:4yxlAb526G4XIDEoH9Vp+erCCYcXTD3aYaz5THKhskY=
811+
github.com/cloudfoundry/switchblade v0.9.0/go.mod h1:lbxYZXU/aSVmEafP0NZgQaxrf9nBfdT8t2EIiwrP4bU=
810812
github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc=
811813
github.com/cncf/udpa/go v0.0.0-20200629203442-efcf912fb354/go.mod h1:WmhPx2Nbnhtbo57+VJT5O0JRkEi1Wbu0z5j0R8u5Hbk=
812814
github.com/cncf/udpa/go v0.0.0-20201120205902-5459f2c99403/go.mod h1:WmhPx2Nbnhtbo57+VJT5O0JRkEi1Wbu0z5j0R8u5Hbk=

src/apt/integration/init_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ func TestIntegration(t *testing.T) {
112112
Expect(platform.Delete.Execute(repoName)).To(Succeed())
113113
Expect(os.Remove(os.Getenv("BUILDPACK_FILE"))).To(Succeed())
114114
Expect(os.RemoveAll(rubyBuildpackFolder)).To(Succeed())
115+
Expect(platform.Deinitialize()).To(Succeed())
115116

116117
if os.Getenv("CF_STACK") == "cflinuxfs3" {
117118
Expect(os.RemoveAll(staticfileBuildpackFolder)).To(Succeed())

vendor/github.com/cloudfoundry/switchblade/cloudfoundry.go

Lines changed: 14 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/cloudfoundry/switchblade/docker.go

Lines changed: 14 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/cloudfoundry/switchblade/internal/cloudfoundry/deinitialize.go

Lines changed: 17 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/cloudfoundry/switchblade/internal/docker/deinitialize.go

Lines changed: 36 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/cloudfoundry/switchblade/internal/docker/initialize.go

Lines changed: 28 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/cloudfoundry/switchblade/internal/docker/setup.go

Lines changed: 0 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/cloudfoundry/switchblade/internal/docker/start.go

Lines changed: 22 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)