File tree Expand file tree Collapse file tree 9 files changed +25
-7
lines changed
Expand file tree Collapse file tree 9 files changed +25
-7
lines changed Original file line number Diff line number Diff line change @@ -207,6 +207,9 @@ jobs:
207207 - BUILD_IMAGE_DOCKERFILE : builds/debian/Lucee5Light.Dockerfile
208208 BUILD_IMAGE_TAGS : " lucee5-light"
209209 BASE_IMAGE : " ortussolutions/commandbox:latest"
210+ - BUILD_IMAGE_DOCKERFILE : builds/debian/Adobe2021.Dockerfile
211+ BUILD_IMAGE_TAGS : " adobe2021"
212+ BASE_IMAGE : " ortussolutions/commandbox:jdk11"
210213 - BUILD_IMAGE_DOCKERFILE : builds/debian/Adobe2023.Dockerfile
211214 BUILD_IMAGE_TAGS : " adobe2023"
212215 BASE_IMAGE : " ortussolutions/commandbox:jdk17"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ LABEL maintainer "Jon Clausen <jclausen@ortussolutions.com>"
66LABEL repository "https://github.com/Ortus-Solutions/docker-commandbox"
77
88# Hard Code our engine environment
9- ENV BOX_SERVER_APP_CFENGINE adobe@2023.0.16+330828
9+ ENV BOX_SERVER_APP_CFENGINE adobe@2023.0.17+330864
1010
1111# WARM UP THE SERVER
1212RUN ${BUILD_DIR}/util/warmup-server.sh
Original file line number Diff line number Diff 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.04+331512
11+ ENV BOX_SERVER_APP_CFENGINE adobe@2025.0.05+331552
1212
1313# WARM UP THE SERVER
1414RUN ${BUILD_DIR}/util/warmup-server.sh
Original file line number Diff line number Diff line change 1+ # syntax = docker/dockerfile:1
2+ ARG BASE_IMAGE_ARG
3+ FROM ${BASE_IMAGE_ARG}
4+
5+ LABEL maintainer "Jon Clausen <jclausen@ortussolutions.com>"
6+ LABEL repository "https://github.com/Ortus-Solutions/docker-commandbox"
7+
8+ # Hard Code our engine environment
9+ ENV BOX_SERVER_APP_CFENGINE adobe@2021.0.23+330486
10+
11+ # WARM UP THE SERVER
12+ RUN ${BUILD_DIR}/util/warmup-server.sh
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ LABEL maintainer "Jon Clausen <jclausen@ortussolutions.com>"
66LABEL repository "https://github.com/Ortus-Solutions/docker-commandbox"
77
88# Hard Code our engine environment
9- ENV BOX_SERVER_APP_CFENGINE adobe@2023.0.16+330828
9+ ENV BOX_SERVER_APP_CFENGINE adobe@2023.0.17+330864
1010
1111# WARM UP THE SERVER
1212RUN ${BUILD_DIR}/util/warmup-server.sh
Original file line number Diff line number Diff 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.04+331512
11+ ENV BOX_SERVER_APP_CFENGINE adobe@2025.0.05+331552
1212
1313# WARM UP THE SERVER
1414RUN ${BUILD_DIR}/util/warmup-server.sh
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ LABEL maintainer "Jon Clausen <jclausen@ortussolutions.com>"
77LABEL repository "https://github.com/Ortus-Solutions/docker-commandbox"
88
99# Hard Code our engine environment
10- ENV BOX_SERVER_APP_CFENGINE adobe@2023.0.16+330828
10+ ENV BOX_SERVER_APP_CFENGINE adobe@2023.0.17+330864
1111
1212# WARM UP THE SERVER
1313RUN ${BUILD_DIR}/util/warmup-server.sh
Original file line number Diff line number Diff 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.04+331512
11+ ENV BOX_SERVER_APP_CFENGINE adobe@2025.0.05+331552
1212
1313# WARM UP THE SERVER
1414RUN ${BUILD_DIR}/util/warmup-server.sh
Original file line number Diff line number Diff line change @@ -15,7 +15,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515- BoxLang images bumped to ` v1.8.0 `
1616- Lucee 6 images bumped to ` v6.2.3+35 `
1717- Lucee 7 images added (` v7.0.0+395 ` )
18- - Adobe 2021 Support Removed
18+ - Adobe Coldfusion 2025 bumped to ` 2025.0.05+331552 `
19+ - Adobe Coldfusion 2023 bumped to ` 2023.0.17+330864 `
20+ - Adobe Coldfusion 2021 bumped to ` 2021.0.23+330486 ` - now only building Ubuntu version
21+ - Adobe 2021 Support to be removed in next version due to 11/25/2025 EOL/EOS notice
1922
2023
2124## [ 6.2.1/3.13.7]
You can’t perform that action at this time.
0 commit comments