Skip to content

Commit

Permalink
Upgrade various JDK flavors / version in our docker-compose files (ne…
Browse files Browse the repository at this point in the history
…tty#9737)

Motivation:

We should always test with the latest JDK versions on our CI.

Modifications:

Update versions

Result:

Use latest JDK versions on our CI
  • Loading branch information
normanmaurer authored Oct 31, 2019
1 parent fb0d34a commit 656371e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docker/docker-compose.centos-6.111.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
build:
args:
centos_version : "6"
java_version : "[email protected]4"
java_version : "[email protected]5"

test:
image: netty:centos-6-1.11
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.centos-6.113.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
build:
args:
centos_version : "6"
java_version : "[email protected]0"
java_version : "[email protected]1"

test:
image: netty:centos-6-1.13
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.centos-6.graalvm1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
build:
args:
centos_version : "6"
java_version : "graalvm@19.1.1"
java_version : "graalvm@19.2.1"

test:
image: netty:centos-6-1.8
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.centos-6.openj9111.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
build:
args:
centos_version : "6"
java_version : "[email protected]4"
java_version : "[email protected]5"

test:
image: netty:centos-6-openj9-1.11
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.centos-7.111.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
build:
args:
centos_version : "7"
java_version : "[email protected]4"
java_version : "[email protected]5"

test:
image: netty:centos-7-1.11
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.centos-7.113.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
build:
args:
centos_version : "7"
java_version : "[email protected]0"
java_version : "[email protected]1"

test:
image: netty:centos-7-1.13
Expand Down

0 comments on commit 656371e

Please sign in to comment.