Skip to content

Commit

Permalink
some debug statements
Browse files Browse the repository at this point in the history
  • Loading branch information
randomanderson committed Dec 11, 2024
1 parent ec9420b commit cc66204
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,10 @@ tasks.named<BootBuildImage>("bootBuildImage") {
if (System.getenv("DD_VM_NAME") == null) {
builder = "paketobuildpacks/builder-jammy-java-tiny:0.0.11"
runImage = "paketobuildpacks/run-jammy-tiny:0.2.55"
println("Not using mirror: " + System.getenv("DD_VM_NAME"))
} else {
println("Using mirror")

// Use dockerhub mirror
builder = "669783387624.dkr.ecr.us-east-1.amazonaws.com/dockerhub/paketobuildpacks/builder-jammy-java-tiny:0.0.11"
runImage = "669783387624.dkr.ecr.us-east-1.amazonaws.com/dockerhub/paketobuildpacks/run-jammy-tiny:0.2.55"
Expand Down

0 comments on commit cc66204

Please sign in to comment.