Skip to content

Commit a9ab2ad

Browse files
committed
bump adobe engines
1 parent 8e37553 commit a9ab2ad

8 files changed

Lines changed: 15 additions & 8 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
DOCKER_IMAGE: ortussolutions/commandbox
9898
BUILD_IMAGE_TAGS: ${{ matrix.BUILD_IMAGE_TAGS }}
9999
COMMANDBOX_VERSION: 6.3.1
100-
IMAGE_VERSION: 3.14.1
100+
IMAGE_VERSION: 3.15.0
101101
run: |
102102
# Split the comma-separated tags
103103
IFS=',' read -ra TAG_ARRAY <<< "$BUILD_IMAGE_TAGS"
@@ -292,7 +292,7 @@ jobs:
292292
BUILD_IMAGE_TAGS: ${{ matrix.BUILD_IMAGE_TAGS }}
293293
BASE_IMAGE: ${{ matrix.BASE_IMAGE }}
294294
COMMANDBOX_VERSION: 6.3.1
295-
IMAGE_VERSION: 3.14.1
295+
IMAGE_VERSION: 3.15.0
296296
run: |
297297
# Split the comma-separated tags
298298
IFS=',' read -ra TAG_ARRAY <<< "$BUILD_IMAGE_TAGS"

builds/alpine/Adobe2023.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ LABEL maintainer "Jon Clausen <jclausen@ortussolutions.com>"
66
LABEL repository "https://github.com/Ortus-Solutions/docker-commandbox"
77

88
#Hard Code our engine environment
9-
ENV BOX_SERVER_APP_CFENGINE adobe@2023.0.17+330864
9+
ENV BOX_SERVER_APP_CFENGINE adobe@2023.0.18+330879
1010

1111
# WARM UP THE SERVER
1212
RUN ${BUILD_DIR}/util/warmup-server.sh

builds/alpine/Adobe2025.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ LABEL repository "https://github.com/Ortus-Solutions/docker-commandbox"
88

99

1010
#Hard Code our engine environment
11-
ENV BOX_SERVER_APP_CFENGINE adobe@2025.0.05+331552
11+
ENV BOX_SERVER_APP_CFENGINE adobe@2025.0.06+331564
1212

1313
# WARM UP THE SERVER
1414
RUN ${BUILD_DIR}/util/warmup-server.sh

builds/debian/Adobe2023.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ LABEL maintainer "Jon Clausen <jclausen@ortussolutions.com>"
66
LABEL repository "https://github.com/Ortus-Solutions/docker-commandbox"
77

88
#Hard Code our engine environment
9-
ENV BOX_SERVER_APP_CFENGINE adobe@2023.0.17+330864
9+
ENV BOX_SERVER_APP_CFENGINE adobe@2023.0.18+330879
1010

1111
# WARM UP THE SERVER
1212
RUN ${BUILD_DIR}/util/warmup-server.sh

builds/debian/Adobe2025.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ LABEL repository "https://github.com/Ortus-Solutions/docker-commandbox"
88

99

1010
#Hard Code our engine environment
11-
ENV BOX_SERVER_APP_CFENGINE adobe@2025.0.05+331552
11+
ENV BOX_SERVER_APP_CFENGINE adobe@2025.0.06+331564
1212

1313
# WARM UP THE SERVER
1414
RUN ${BUILD_DIR}/util/warmup-server.sh

builds/redhat/Adobe2023.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ LABEL maintainer "Jon Clausen <jclausen@ortussolutions.com>"
77
LABEL repository "https://github.com/Ortus-Solutions/docker-commandbox"
88

99
#Hard Code our engine environment
10-
ENV BOX_SERVER_APP_CFENGINE adobe@2023.0.17+330864
10+
ENV BOX_SERVER_APP_CFENGINE adobe@2023.0.18+330879
1111

1212
# WARM UP THE SERVER
1313
RUN ${BUILD_DIR}/util/warmup-server.sh

builds/redhat/Adobe2025.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ LABEL repository "https://github.com/Ortus-Solutions/docker-commandbox"
88

99

1010
#Hard Code our engine environment
11-
ENV BOX_SERVER_APP_CFENGINE adobe@2025.0.05+331552
11+
ENV BOX_SERVER_APP_CFENGINE adobe@2025.0.06+331564
1212

1313
# WARM UP THE SERVER
1414
RUN ${BUILD_DIR}/util/warmup-server.sh

changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
----
9+
## [6.3.1/3.15.0]
10+
11+
### Changed
12+
- CommandBox version changed to `6.3.1`
13+
- Adobe Coldfusion 2025 to `2025.0.06+331564`
14+
- Adobe Coldfusion 2023 to `2023.0.18+330879`
15+
916
## [6.2.1/3.14.1] - 2025-12-17
1017

1118
### Changed

0 commit comments

Comments
 (0)