Skip to content

Commit

Permalink
Merge branch '7.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
at055612 committed Oct 29, 2024
2 parents 040090a + 8785780 commit ab0d12c
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .sdkmanrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Enable auto-env through the sdkman_auto_env config
# Add key=value pairs of SDKs to use below
java=21.0.3-tem
java=21.0.5-tem

2 changes: 1 addition & 1 deletion container_build/docker_java/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# It also contains plantuml for plant uml image generation
# Using 'openjdk' on Alpine is not fully supported so using Eclipse Temurin JDK to ensure we have a known jdk version
# See https://github.com/docker-library/docs/blob/master/openjdk/README.md#openjdkversion-alpine
FROM eclipse-temurin:21.0.4_7-jdk-alpine
FROM eclipse-temurin:21.0.5_11-jdk-alpine

# Work from the shared git repo dir
WORKDIR /builder/shared
Expand Down
2 changes: 1 addition & 1 deletion stroom-app/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# jstat/jmap/jcmd/etc.
# Using 'openjdk' on Alpine is not fully supported so using Eclipse Temurin JDK to ensure we have a known jdk version
# See https://github.com/docker-library/docs/blob/master/openjdk/README.md#openjdkversion-alpine
FROM eclipse-temurin:21.0.4_7-jdk-alpine as stroom-base-stage
FROM eclipse-temurin:21.0.5_11-jdk-alpine as stroom-base-stage

# bash and jq are required for Kubernetes lifecycle scripts, which interact with the API
# curl is required for the docker healthcheck
Expand Down
2 changes: 1 addition & 1 deletion stroom-proxy/stroom-proxy-app/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# jstat/jmap/jcmd/etc.
# Using 'openjdk' on Alpine is not fully supported so using Eclipse Temurin JDK to ensure we have a known jdk version
# See https://github.com/docker-library/docs/blob/master/openjdk/README.md#openjdkversion-alpine
FROM eclipse-temurin:21.0.4_7-jdk-alpine as stroom-base-stage
FROM eclipse-temurin:21.0.5_11-jdk-alpine as stroom-base-stage

# curl is required for the docker healthcheck
# su-exec required for running stroom as not-root user
Expand Down
19 changes: 19 additions & 0 deletions unreleased_changes/20241028_161949_641__0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
* Uplift docker image JDK to `eclipse-temurin:21.0.5_11-jdk-alpine`.


```sh
# ONLY the top line will be included as a change entry in the CHANGELOG.
# The entry should be in GitHub flavour markdown and should be written on a SINGLE
# line with no hard breaks. You can have multiple change files for a single GitHub issue.
# The entry should be written in the imperative mood, i.e. 'Fix nasty bug' rather than
# 'Fixed nasty bug'.
#
# Examples of acceptable entries are:
#
#
# * Issue **123** : Fix bug with an associated GitHub issue in this repository
#
# * Issue **namespace/other-repo#456** : Fix bug with an associated GitHub issue in another repository
#
# * Fix bug with no associated GitHub issue.
```

0 comments on commit ab0d12c

Please sign in to comment.