Skip to content

Commit 1b8bcf3

Browse files
committed
drop to JDK 17 for ACF2025 and use 6.2.0 alpha for CommandBox
1 parent f4d2c3b commit 1b8bcf3

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
env:
131131
DOCKER_IMAGE: ortussolutions/commandbox
132132
BUILD_IMAGE_TAG: ${{ matrix.BUILD_IMAGE_TAG }}
133-
COMMANDBOX_VERSION: 6.1.0
133+
COMMANDBOX_VERSION: 6.2.0-alpha
134134
IMAGE_VERSION: 3.10.3
135135
run: |
136136
# Tag Builds

build/util/warmup-server.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
echo "Starting up container in test mode"
44
# We send up our "testing" flag to prevent the default CommandBox image run script from begining to tail output, thus stalling our build
55
export IMAGE_TESTING_IN_PROGRESS=true
6-
export cfconfig_adminPassword=commandbox
6+
# export cfconfig_adminPassword=commandbox
77

88
# Remove any previous engine artifacts
99
rm -rf $COMMANDBOX_HOME/server/*

builds/alpine/Adobe2025.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax = edrevo/dockerfile-plus
2-
INCLUDE+ builds/base/Alpine.JDK21.Dockerfile
2+
INCLUDE+ builds/base/Alpine.JDK17.Dockerfile
33

44
LABEL maintainer "Jon Clausen <jclausen@ortussolutions.com>"
55
LABEL repository "https://github.com/Ortus-Solutions/docker-commandbox"

builds/debian/Adobe2025.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax = edrevo/dockerfile-plus
2-
INCLUDE+ builds/base/JDK21.Dockerfile
2+
INCLUDE+ builds/base/JDK17.Dockerfile
33

44
LABEL maintainer "Jon Clausen <jclausen@ortussolutions.com>"
55
LABEL repository "https://github.com/Ortus-Solutions/docker-commandbox"

builds/ubi9/Adobe2025.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax = edrevo/dockerfile-plus
2-
INCLUDE+ builds/base/ubi9.JDK21.Dockerfile
2+
INCLUDE+ builds/base/ubi9.JDK17.Dockerfile
33

44
LABEL maintainer "Jon Clausen <jclausen@ortussolutions.com>"
55
LABEL repository "https://github.com/Ortus-Solutions/docker-commandbox"

0 commit comments

Comments
 (0)