Skip to content

Commit

Permalink
Update default_base_image.md (#3207)
Browse files Browse the repository at this point in the history
  • Loading branch information
chanseokoh authored Apr 13, 2021
1 parent 367fa66 commit f58e3bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/default_base_image.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ For some reason if you have to keep the exact same behavior when using 3.0, you
However, even when you decide to keep using Distroless, at least we strongly recommend `gcr.io/distroless/java-debian10:11`, because, as of Apr 2021, `gcr.io/distroless/java:{8,11}` is based on Debian 9 that reached end-of-life. (Note `gcr.io/distroless/java-debian10` doesn't have `:8`.)

* WAR projects
```
```gradle
jib {
from.image = 'gcr.io/distroless/java/jetty:java11' // or ":java8"
container {
Expand Down

0 comments on commit f58e3bd

Please sign in to comment.