Skip to content

Commit

Permalink
Merge pull request #196 from MarkEWaite/update-images
Browse files Browse the repository at this point in the history
feat: bump JDK11 to 11.0.17, JDK17 to 17.0.5 and OS base images
  • Loading branch information
dduportal authored Dec 23, 2022
2 parents 1b58960 + c8855f3 commit 6b75591
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion 11/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.

FROM eclipse-temurin:11.0.16.1_1-jdk-alpine
FROM eclipse-temurin:11.0.17_8-jdk-alpine

ARG user=jenkins
ARG group=jenkins
Expand Down
2 changes: 1 addition & 1 deletion 11/bullseye/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.

FROM eclipse-temurin:11.0.16.1_1-jdk-focal as jre-build
FROM eclipse-temurin:11.0.17_8-jdk-focal as jre-build

# Generate smaller java runtime without unneeded files
# for now we include the full module path to maintain compatibility
Expand Down
4 changes: 2 additions & 2 deletions 11/windows/nanoserver-ltsc2019/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ FROM mcr.microsoft.com/powershell:${POWERSHELL_VERSION}nanoserver-1809

SHELL ["pwsh.exe", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]

ARG JAVA_VERSION=11.0.16.1+1
ARG JAVA_SHA256=446196723c29ac6209c53b662fa73f1f555a01c08d75ef5b9155b0c29f8a82f1
ARG JAVA_VERSION=11.0.17+8
ARG JAVA_SHA256=f051bc3ff84074fd1e7b672c1edfe61327381851e96cd8b6f50dc8dd6f435e8e
ARG JAVA_HOME=C:\jdk-${JAVA_VERSION}

USER ContainerAdministrator
Expand Down
2 changes: 1 addition & 1 deletion 17/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.

FROM eclipse-temurin:17.0.4.1_1-jdk-alpine
FROM eclipse-temurin:17.0.5_8-jdk-alpine

ARG user=jenkins
ARG group=jenkins
Expand Down
2 changes: 1 addition & 1 deletion 17/bullseye/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM eclipse-temurin:17.0.4.1_1-jdk-focal as jre-build
FROM eclipse-temurin:17.0.5_8-jdk-focal as jre-build

# Generate smaller java runtime without unneeded files
# for now we include the full module path to maintain compatibility
Expand Down
1 change: 1 addition & 0 deletions docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ target "alpine_jdk11" {
context = "."
tags = [
equal(ON_TAG, "true") ? "${REGISTRY}/${JENKINS_REPO}:${VERSION}-alpine-jdk11": "",
"${REGISTRY}/${JENKINS_REPO}:alpine",
"${REGISTRY}/${JENKINS_REPO}:alpine-jdk11",
"${REGISTRY}/${JENKINS_REPO}:latest-alpine-jdk11",
]
Expand Down

0 comments on commit 6b75591

Please sign in to comment.