Skip to content
Merged
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
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
DOCKER_IMAGE: ortussolutions/commandbox
BUILD_IMAGE_TAGS: ${{ matrix.BUILD_IMAGE_TAGS }}
COMMANDBOX_VERSION: 6.3.3
IMAGE_VERSION: 3.20.0
IMAGE_VERSION: 3.21.0
run: |
# Split the comma-separated tags
IFS=',' read -ra TAG_ARRAY <<< "$BUILD_IMAGE_TAGS"
Expand Down Expand Up @@ -292,7 +292,7 @@ jobs:
BUILD_IMAGE_TAGS: ${{ matrix.BUILD_IMAGE_TAGS }}
BASE_IMAGE: ${{ matrix.BASE_IMAGE }}
COMMANDBOX_VERSION: 6.3.3
IMAGE_VERSION: 3.20.0
IMAGE_VERSION: 3.21.0
run: |
# Split the comma-separated tags
IFS=',' read -ra TAG_ARRAY <<< "$BUILD_IMAGE_TAGS"
Expand Down
2 changes: 1 addition & 1 deletion builds/alpine/Adobe2023.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ LABEL maintainer "Jon Clausen <jclausen@ortussolutions.com>"
LABEL repository "https://github.com/Ortus-Solutions/docker-commandbox"

#Hard Code our engine environment
ENV BOX_SERVER_APP_CFENGINE=adobe@2023.0.21+330920
ENV BOX_SERVER_APP_CFENGINE=adobe@2023.0.22+330928

# WARM UP THE SERVER
RUN ${BUILD_DIR}/util/warmup-server.sh
2 changes: 1 addition & 1 deletion builds/alpine/Adobe2025.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ LABEL repository "https://github.com/Ortus-Solutions/docker-commandbox"


#Hard Code our engine environment
ENV BOX_SERVER_APP_CFENGINE=adobe@2025.0.10+331899
ENV BOX_SERVER_APP_CFENGINE=adobe@2025.0.11+331909

# WARM UP THE SERVER
RUN ${BUILD_DIR}/util/warmup-server.sh
2 changes: 1 addition & 1 deletion builds/debian/Adobe2023.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ LABEL maintainer "Jon Clausen <jclausen@ortussolutions.com>"
LABEL repository "https://github.com/Ortus-Solutions/docker-commandbox"

#Hard Code our engine environment
ENV BOX_SERVER_APP_CFENGINE=adobe@2023.0.21+330920
ENV BOX_SERVER_APP_CFENGINE=adobe@2023.0.22+330928

# WARM UP THE SERVER
RUN ${BUILD_DIR}/util/warmup-server.sh
2 changes: 1 addition & 1 deletion builds/debian/Adobe2025.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ LABEL repository "https://github.com/Ortus-Solutions/docker-commandbox"


#Hard Code our engine environment
ENV BOX_SERVER_APP_CFENGINE=adobe@2025.0.10+331899
ENV BOX_SERVER_APP_CFENGINE=adobe@2025.0.11+331909

# WARM UP THE SERVER
RUN ${BUILD_DIR}/util/warmup-server.sh
2 changes: 1 addition & 1 deletion builds/redhat/Adobe2023.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ LABEL maintainer "Jon Clausen <jclausen@ortussolutions.com>"
LABEL repository "https://github.com/Ortus-Solutions/docker-commandbox"

#Hard Code our engine environment
ENV BOX_SERVER_APP_CFENGINE=adobe@2023.0.21+330920
ENV BOX_SERVER_APP_CFENGINE=adobe@2023.0.22+330928

# WARM UP THE SERVER
RUN ${BUILD_DIR}/util/warmup-server.sh
2 changes: 1 addition & 1 deletion builds/redhat/Adobe2025.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ LABEL repository "https://github.com/Ortus-Solutions/docker-commandbox"


#Hard Code our engine environment
ENV BOX_SERVER_APP_CFENGINE=adobe@2025.0.10+331899
ENV BOX_SERVER_APP_CFENGINE=adobe@2025.0.11+331909

# WARM UP THE SERVER
RUN ${BUILD_DIR}/util/warmup-server.sh
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
----
## [Unreleased]

## [6.3.3/3.21.0]

### Changed
- Adobe ColdFusion 2023 to `2023.0.22+330928`
- Adobe ColdFusion 2025 to `2025.0.11+331909`

## [6.3.3/3.20.0]

### Changed
Expand Down
Loading