Skip to content

Commit faf57a6

Browse files
Merge pull request #59 from oleg-nenashev/alpine-switch-adoptopenjdk
Switch the JDK 8 Alpine image to AdoptOpenJDK
2 parents 833bad1 + d49e2d7 commit faf57a6

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

8/alpine/Dockerfile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MIT License
22
#
3-
# Copyright (c) 2019 Fabio Kruger
3+
# Copyright (c) 2019-2020 Fabio Kruger and other contributors
44
#
55
# Permission is hereby granted, free of charge, to any person obtaining a copy
66
# of this software and associated documentation files (the "Software"), to deal
@@ -20,7 +20,10 @@
2020
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2121
# SOFTWARE.
2222

23-
FROM openjdk:8-jdk-alpine3.9
23+
# FIXME(oleg_nenashev): This is not an official AdoptOpenJDK Docker Image.
24+
# There is no official Alpine images at the moment.
25+
# Needs upgrade when/if there is an official alpine image.
26+
FROM adoptopenjdk/openjdk8:jdk8u262-b10-alpine
2427

2528
ARG user=jenkins
2629
ARG group=jenkins

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The image has several supported configurations, which can be accessed via the fo
3737

3838
* `latest`: Latest version with the newest remoting (based on `openjdk:8-jdk`)
3939
* `jdk11`: Latest version with the newest remoting and Java 11 (based on `openjdk:11-jdk`)
40-
* `alpine`: Small image based on Alpine Linux (based on `openjdk:8-jdk-alpine`)
40+
* `alpine`: Small image based on Alpine Linux (based on `adoptopenjdk/openjdk8:jdk8u${version}-alpine`)
4141
* `jdk8-windowsservercore-1809`: Latest version with the newest remoting (based on `adoptopenjdk:8-jdk-hotspot-windowsservercore-1809`)
4242
* `jdk11-windowsservercore-1809`: Latest version with the newest remoting and Java 11 (based on `adoptopenjdk:11-jdk-hotspot-windowsservercore-1809`)
4343
* `jdk8-nanoserver-1809`: Latest version with the newest remoting with Windows Nano Server

0 commit comments

Comments
 (0)