Update java patch versions (#10703)
Motivation: We should use the latest patch releases when building via docker Modifications: Update all java versions to the latest patch release Result: Use latest releases
This commit is contained in:
parent
e051b5f338
commit
f9414d129f
@ -7,7 +7,7 @@ services:
|
|||||||
build:
|
build:
|
||||||
args:
|
args:
|
||||||
centos_version : "6"
|
centos_version : "6"
|
||||||
java_version : "adopt@1.11.0-7"
|
java_version : "adopt@1.11.0-8"
|
||||||
|
|
||||||
test:
|
test:
|
||||||
image: netty:centos-6-1.11
|
image: netty:centos-6-1.11
|
||||||
|
@ -7,7 +7,7 @@ services:
|
|||||||
build:
|
build:
|
||||||
args:
|
args:
|
||||||
centos_version : "6"
|
centos_version : "6"
|
||||||
java_version : "adopt@1.14.0-1"
|
java_version : "adopt@1.14.0-2"
|
||||||
|
|
||||||
test:
|
test:
|
||||||
image: netty:centos-6-1.14
|
image: netty:centos-6-1.14
|
||||||
|
@ -7,7 +7,7 @@ services:
|
|||||||
build:
|
build:
|
||||||
args:
|
args:
|
||||||
centos_version : "6"
|
centos_version : "6"
|
||||||
java_version : "adopt@1.8.0-252"
|
java_version : "adopt@1.8.0-265"
|
||||||
|
|
||||||
test:
|
test:
|
||||||
image: netty:centos-6-1.8
|
image: netty:centos-6-1.8
|
||||||
|
@ -7,7 +7,7 @@ services:
|
|||||||
build:
|
build:
|
||||||
args:
|
args:
|
||||||
centos_version : "7"
|
centos_version : "7"
|
||||||
java_version : "adopt@1.11.0-7"
|
java_version : "adopt@1.11.0-8"
|
||||||
|
|
||||||
test:
|
test:
|
||||||
image: netty:centos-7-1.11
|
image: netty:centos-7-1.11
|
||||||
|
@ -7,7 +7,7 @@ services:
|
|||||||
build:
|
build:
|
||||||
args:
|
args:
|
||||||
centos_version : "7"
|
centos_version : "7"
|
||||||
java_version : "@1.14.0-1"
|
java_version : "adopt@1.14.0-2"
|
||||||
|
|
||||||
test:
|
test:
|
||||||
image: netty:centos-7-1.14
|
image: netty:centos-7-1.14
|
||||||
|
@ -7,7 +7,7 @@ services:
|
|||||||
build:
|
build:
|
||||||
args:
|
args:
|
||||||
centos_version : "7"
|
centos_version : "7"
|
||||||
java_version : "adopt@1.8.0-252"
|
java_version : "adopt@1.8.0-265"
|
||||||
|
|
||||||
test:
|
test:
|
||||||
image: netty:centos-7-1.8
|
image: netty:centos-7-1.8
|
||||||
|
Loading…
x
Reference in New Issue
Block a user