Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions .env
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
# debian:12 = debian:bookworm
# debian@sha256:b1a741487078b369e78119849663d7f1a5341ef2768798f7b7406c4240f86aef
BASE_IMAGE=debian:12.11-slim
# debian@sha256:d5d3f9c23164ea16f31852f95bd5959aad1c5e854332fe00f7b3a20fcc9f635c
BASE_IMAGE=debian:12.12-slim

# alpine:3.18.12
# alpine@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f
ALPINE_BASE_IMAGE=alpine:3.18.12

JRE_11_TEMURIN_IMAGE=eclipse-temurin:11.0.27_6-jre
JDK_11_TEMURIN_IMAGE=eclipse-temurin:11.0.27_6-jdk
JRE_17_TEMURIN_IMAGE=eclipse-temurin:17.0.15_6-jre
JDK_17_TEMURIN_IMAGE=eclipse-temurin:17.0.15_6-jdk
JRE_21_TEMURIN_IMAGE=eclipse-temurin:21.0.7_6-jre
JDK_21_TEMURIN_IMAGE=eclipse-temurin:21.0.7_6-jdk
JRE_11_TEMURIN_IMAGE=eclipse-temurin:11.0.29_7-jre
JDK_11_TEMURIN_IMAGE=eclipse-temurin:11.0.29_7-jdk
JRE_17_TEMURIN_IMAGE=eclipse-temurin:17.0.17_10-jre
JDK_17_TEMURIN_IMAGE=eclipse-temurin:17.0.17_10-jdk
JRE_21_TEMURIN_IMAGE=eclipse-temurin:21.0.9_10-jre
JDK_21_TEMURIN_IMAGE=eclipse-temurin:21.0.9_10-jre

GALLEON_VERSION=6.0.6.Final
MAVEN_VERSION=3.9.11
MAVEN_SHA=bcfe4fe305c962ace56ac7b5fc7a08b87d5abd8b7e89027ab251069faebee516b0ded8961445d6d91ec1985dfe30f8153268843c89aa392733d1a3ec956c9978
GALLEON_VERSION=6.1.1.Final
MAVEN_VERSION=3.9.12
MAVEN_SHA=0a1be79f02466533fc1a80abbef8796e4f737c46c6574ede5658b110899942a94db634477dfd3745501c80aef9aac0d4f841d38574373f7e2d24cce89d694f70
DIND_BASE=docker:28.0.0-dind

###############################################################################
Expand Down
7 changes: 7 additions & 0 deletions docs/release-notes/v1.8.0.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,10 @@ All images are 1:1 compatible with version 1.7.0.

.Changes
* `sonatype-download.sh` fix for snapshot artifacts downloading from Maven Central Portal.
* Upgrades:
** `maven` `3.9.11` -> `3.9.12`
** `debian` `12.11-slim` -> `12.12-slim` (NOTE: not the latest major version, there is `13.2-slim` already)
** `JRE` and `JDK` 11 `11.0.27_6` -> `11.0.29_7`
** `JRE` and `JDK` 17 `17.0.15_6` -> `17.0.17_10`
** `JRE` and `JDK` 21 `21.0.7_6` -> `21.0.9_10`
** `galleon` `6.0.4.Final` -> `6.1.1.Final` (https://github.com/wildfly/galleon/releases[Changelog])
Loading