Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Commit

Permalink
No need for a pull policy
Browse files Browse the repository at this point in the history
* we use a local registry on port 5000
  • Loading branch information
anthonydahanne committed Jul 31, 2024
1 parent 29057b5 commit 4f60b4a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion smoke/java_native_image_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ func testJavaNativeImage(t *testing.T, context spec.G, it spec.S) {

var logs fmt.Stringer
image, logs, err = pack.Build.
WithPullPolicy("never").
WithBuilder(Builder).
WithEnv(map[string]string{"BP_NATIVE_IMAGE": "true", "BP_JVM_VERSION": "17", "BP_MAVEN_BUILD_ARGUMENTS": "-Pnative --batch-mode -Dmaven.test.skip=true --no-transfer-progress package", "USE_NATIVE_IMAGE_JAVA_PLATFORM_MODULE_SYSTEM": "false"}).
Execute(name, source)
Expand Down
1 change: 0 additions & 1 deletion smoke/java_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ func testJava(t *testing.T, context spec.G, it spec.S) {

var logs fmt.Stringer
image, logs, err = pack.Build.
WithPullPolicy("never").
WithBuilder(Builder).
WithEnv(map[string]string{"BP_JVM_VERSION": "17"}).
Execute(name, source)
Expand Down

0 comments on commit 4f60b4a

Please sign in to comment.