Skip to content

Commit 047540b

Browse files
author
Dinakar Guniguntala
authored
Merge pull request AdoptOpenJDK#76 from grzesuav/71
AdoptOpenJDK#71 - Update images used for full release build from 16.04 to 18.04 for JDK 8/9/10/11
2 parents 50cb647 + ca30c4f commit 047540b

9 files changed

+8
-13
lines changed

10/jdk/ubuntu/Dockerfile.hotspot.releases.full

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# limitations under the License.
1818
#
1919

20-
FROM ubuntu:16.04
20+
FROM ubuntu:18.04
2121

2222
MAINTAINER Dinakar Guniguntala <[email protected]> (@dinogun)
2323

10/jdk/ubuntu/Dockerfile.openj9.releases.full

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# limitations under the License.
1818
#
1919

20-
FROM ubuntu:16.04
20+
FROM ubuntu:18.04
2121

2222
MAINTAINER Dinakar Guniguntala <[email protected]> (@dinogun)
2323

11/jdk/ubuntu/Dockerfile.hotspot.releases.full

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# limitations under the License.
1818
#
1919

20-
FROM ubuntu:16.04
20+
FROM ubuntu:18.04
2121

2222
MAINTAINER Dinakar Guniguntala <[email protected]> (@dinogun)
2323

11/jdk/ubuntu/Dockerfile.openj9.releases.full

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# limitations under the License.
1818
#
1919

20-
FROM ubuntu:16.04
20+
FROM ubuntu:18.04
2121

2222
MAINTAINER Dinakar Guniguntala <[email protected]> (@dinogun)
2323

8/jdk/ubuntu/Dockerfile.hotspot.releases.full

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# limitations under the License.
1818
#
1919

20-
FROM ubuntu:16.04
20+
FROM ubuntu:18.04
2121

2222
MAINTAINER Dinakar Guniguntala <[email protected]> (@dinogun)
2323

8/jdk/ubuntu/Dockerfile.openj9.releases.full

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# limitations under the License.
1818
#
1919

20-
FROM ubuntu:16.04
20+
FROM ubuntu:18.04
2121

2222
MAINTAINER Dinakar Guniguntala <[email protected]> (@dinogun)
2323

9/jdk/ubuntu/Dockerfile.hotspot.releases.full

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# limitations under the License.
1818
#
1919

20-
FROM ubuntu:16.04
20+
FROM ubuntu:18.04
2121

2222
MAINTAINER Dinakar Guniguntala <[email protected]> (@dinogun)
2323

9/jdk/ubuntu/Dockerfile.openj9.releases.full

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# limitations under the License.
1818
#
1919

20-
FROM ubuntu:16.04
20+
FROM ubuntu:18.04
2121

2222
MAINTAINER Dinakar Guniguntala <[email protected]> (@dinogun)
2323

dockerfile_functions.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,7 @@ print_ubuntu_ver() {
4343
local_build=$2
4444
local_build_type=$3
4545

46-
# Use ubuntu:18.04 for the slim and nightly builds.
47-
if [ "${local_build}" == "nightly" -o "${local_build_type}" == "slim" ]; then
4846
os_version="18.04"
49-
else
50-
os_version="16.04"
51-
fi
5247

5348
cat >> $1 <<-EOI
5449
FROM ubuntu:${os_version}

0 commit comments

Comments
 (0)