Skip to content

Commit

Permalink
use gcr.io/google-appengine/openjdk:8 to avoid toomanyrequests (#5256)
Browse files Browse the repository at this point in the history
  • Loading branch information
briandealwis committed Jan 20, 2021
1 parent 9be575b commit e6b27a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/testdata/debug/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<version>${jib.maven-plugin-version}</version>
<configuration>
<from>
<image>openjdk</image> <!-- has jdb -->
<image>gcr.io/google-appengine/openjdk:8</image> <!-- has jdb -->
</from>
<container>
<jvmFlags>
Expand Down

0 comments on commit e6b27a5

Please sign in to comment.