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
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
env:
DOCKER_IMAGE: ortussolutions/commandbox
COMMANDBOX_VERSION: 6.2.1
COMMANDBOX_VERSION: 6.3.1
strategy:
matrix:
include:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ jobs:
env:
DOCKER_IMAGE: ortussolutions/commandbox
BUILD_IMAGE_TAGS: ${{ matrix.BUILD_IMAGE_TAGS }}
COMMANDBOX_VERSION: 6.2.1
IMAGE_VERSION: 3.14.1
COMMANDBOX_VERSION: 6.3.1
IMAGE_VERSION: 3.15.0
run: |
# Split the comma-separated tags
IFS=',' read -ra TAG_ARRAY <<< "$BUILD_IMAGE_TAGS"
Expand Down Expand Up @@ -291,8 +291,8 @@ jobs:
DOCKER_IMAGE: ortussolutions/commandbox
BUILD_IMAGE_TAGS: ${{ matrix.BUILD_IMAGE_TAGS }}
BASE_IMAGE: ${{ matrix.BASE_IMAGE }}
COMMANDBOX_VERSION: 6.2.1
IMAGE_VERSION: 3.14.1
COMMANDBOX_VERSION: 6.3.1
IMAGE_VERSION: 3.15.0
run: |
# Split the comma-separated tags
IFS=',' read -ra TAG_ARRAY <<< "$BUILD_IMAGE_TAGS"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scans.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
env:
DOCKER_IMAGE: ortussolutions/commandbox
COMMANDBOX_VERSION: 6.2.1
COMMANDBOX_VERSION: 6.3.1
strategy:
matrix:
include:
Expand Down
2 changes: 1 addition & 1 deletion builds/alpine/Adobe2023.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# syntax = docker/dockerfile:1
ARG BASE_IMAGE_ARG
FROM ${BASE_IMAGE_ARG}

Check warning on line 3 in builds/alpine/Adobe2023.Dockerfile

View workflow job for this annotation

GitHub Actions / build-engine-images (builds/alpine/Adobe2023.Dockerfile, adobe2023-alpine, ortussolutions/command...

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG ${BASE_IMAGE_ARG} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

LABEL maintainer "Jon Clausen <jclausen@ortussolutions.com>"

Check warning on line 5 in builds/alpine/Adobe2023.Dockerfile

View workflow job for this annotation

GitHub Actions / build-engine-images (builds/alpine/Adobe2023.Dockerfile, adobe2023-alpine, ortussolutions/command...

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "LABEL key=value" should be used instead of legacy "LABEL key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
LABEL repository "https://github.com/Ortus-Solutions/docker-commandbox"

Check warning on line 6 in builds/alpine/Adobe2023.Dockerfile

View workflow job for this annotation

GitHub Actions / build-engine-images (builds/alpine/Adobe2023.Dockerfile, adobe2023-alpine, ortussolutions/command...

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "LABEL key=value" should be used instead of legacy "LABEL key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

#Hard Code our engine environment
ENV BOX_SERVER_APP_CFENGINE adobe@2023.0.17+330864
ENV BOX_SERVER_APP_CFENGINE adobe@2023.0.18+330879

Check warning on line 9 in builds/alpine/Adobe2023.Dockerfile

View workflow job for this annotation

GitHub Actions / build-engine-images (builds/alpine/Adobe2023.Dockerfile, adobe2023-alpine, ortussolutions/command...

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

# 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
@@ -1,14 +1,14 @@
# syntax = docker/dockerfile:1
ARG BASE_IMAGE_ARG
FROM ${BASE_IMAGE_ARG}

Check warning on line 3 in builds/alpine/Adobe2025.Dockerfile

View workflow job for this annotation

GitHub Actions / build-engine-images (builds/alpine/Adobe2025.Dockerfile, adobe2025-alpine, ortussolutions/command...

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG ${BASE_IMAGE_ARG} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/


LABEL maintainer "Jon Clausen <jclausen@ortussolutions.com>"

Check warning on line 6 in builds/alpine/Adobe2025.Dockerfile

View workflow job for this annotation

GitHub Actions / build-engine-images (builds/alpine/Adobe2025.Dockerfile, adobe2025-alpine, ortussolutions/command...

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "LABEL key=value" should be used instead of legacy "LABEL key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
LABEL repository "https://github.com/Ortus-Solutions/docker-commandbox"

Check warning on line 7 in builds/alpine/Adobe2025.Dockerfile

View workflow job for this annotation

GitHub Actions / build-engine-images (builds/alpine/Adobe2025.Dockerfile, adobe2025-alpine, ortussolutions/command...

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "LABEL key=value" should be used instead of legacy "LABEL key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/


#Hard Code our engine environment
ENV BOX_SERVER_APP_CFENGINE adobe@2025.0.05+331552
ENV BOX_SERVER_APP_CFENGINE adobe@2025.0.06+331564

Check warning on line 11 in builds/alpine/Adobe2025.Dockerfile

View workflow job for this annotation

GitHub Actions / build-engine-images (builds/alpine/Adobe2025.Dockerfile, adobe2025-alpine, ortussolutions/command...

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

# 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
@@ -1,12 +1,12 @@
# syntax = docker/dockerfile:1
ARG BASE_IMAGE_ARG
FROM ${BASE_IMAGE_ARG}

Check warning on line 3 in builds/debian/Adobe2023.Dockerfile

View workflow job for this annotation

GitHub Actions / build-engine-images (builds/debian/Adobe2023.Dockerfile, adobe2023, ortussolutions/commandbox:jdk17)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG ${BASE_IMAGE_ARG} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

LABEL maintainer "Jon Clausen <jclausen@ortussolutions.com>"

Check warning on line 5 in builds/debian/Adobe2023.Dockerfile

View workflow job for this annotation

GitHub Actions / build-engine-images (builds/debian/Adobe2023.Dockerfile, adobe2023, ortussolutions/commandbox:jdk17)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "LABEL key=value" should be used instead of legacy "LABEL key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
LABEL repository "https://github.com/Ortus-Solutions/docker-commandbox"

Check warning on line 6 in builds/debian/Adobe2023.Dockerfile

View workflow job for this annotation

GitHub Actions / build-engine-images (builds/debian/Adobe2023.Dockerfile, adobe2023, ortussolutions/commandbox:jdk17)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "LABEL key=value" should be used instead of legacy "LABEL key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

#Hard Code our engine environment
ENV BOX_SERVER_APP_CFENGINE adobe@2023.0.17+330864
ENV BOX_SERVER_APP_CFENGINE adobe@2023.0.18+330879

Check warning on line 9 in builds/debian/Adobe2023.Dockerfile

View workflow job for this annotation

GitHub Actions / build-engine-images (builds/debian/Adobe2023.Dockerfile, adobe2023, ortussolutions/commandbox:jdk17)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

# 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
@@ -1,14 +1,14 @@
# syntax = docker/dockerfile:1
ARG BASE_IMAGE_ARG
FROM ${BASE_IMAGE_ARG}

Check warning on line 3 in builds/debian/Adobe2025.Dockerfile

View workflow job for this annotation

GitHub Actions / build-engine-images (builds/debian/Adobe2025.Dockerfile, adobe2025, ortussolutions/commandbox:jdk21)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG ${BASE_IMAGE_ARG} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/


LABEL maintainer "Jon Clausen <jclausen@ortussolutions.com>"

Check warning on line 6 in builds/debian/Adobe2025.Dockerfile

View workflow job for this annotation

GitHub Actions / build-engine-images (builds/debian/Adobe2025.Dockerfile, adobe2025, ortussolutions/commandbox:jdk21)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "LABEL key=value" should be used instead of legacy "LABEL key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
LABEL repository "https://github.com/Ortus-Solutions/docker-commandbox"

Check warning on line 7 in builds/debian/Adobe2025.Dockerfile

View workflow job for this annotation

GitHub Actions / build-engine-images (builds/debian/Adobe2025.Dockerfile, adobe2025, ortussolutions/commandbox:jdk21)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "LABEL key=value" should be used instead of legacy "LABEL key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/


#Hard Code our engine environment
ENV BOX_SERVER_APP_CFENGINE adobe@2025.0.05+331552
ENV BOX_SERVER_APP_CFENGINE adobe@2025.0.06+331564

Check warning on line 11 in builds/debian/Adobe2025.Dockerfile

View workflow job for this annotation

GitHub Actions / build-engine-images (builds/debian/Adobe2025.Dockerfile, adobe2025, ortussolutions/commandbox:jdk21)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

# 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
@@ -1,13 +1,13 @@
# syntax = docker/dockerfile:1
ARG BASE_IMAGE_ARG
FROM ${BASE_IMAGE_ARG}

Check warning on line 3 in builds/redhat/Adobe2023.Dockerfile

View workflow job for this annotation

GitHub Actions / build-engine-images (builds/redhat/Adobe2023.Dockerfile, adobe2023-rhel, ortussolutions/commandbo...

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG ${BASE_IMAGE_ARG} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/


LABEL maintainer "Jon Clausen <jclausen@ortussolutions.com>"

Check warning on line 6 in builds/redhat/Adobe2023.Dockerfile

View workflow job for this annotation

GitHub Actions / build-engine-images (builds/redhat/Adobe2023.Dockerfile, adobe2023-rhel, ortussolutions/commandbo...

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "LABEL key=value" should be used instead of legacy "LABEL key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
LABEL repository "https://github.com/Ortus-Solutions/docker-commandbox"

Check warning on line 7 in builds/redhat/Adobe2023.Dockerfile

View workflow job for this annotation

GitHub Actions / build-engine-images (builds/redhat/Adobe2023.Dockerfile, adobe2023-rhel, ortussolutions/commandbo...

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "LABEL key=value" should be used instead of legacy "LABEL key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

#Hard Code our engine environment
ENV BOX_SERVER_APP_CFENGINE adobe@2023.0.17+330864
ENV BOX_SERVER_APP_CFENGINE adobe@2023.0.18+330879

Check warning on line 10 in builds/redhat/Adobe2023.Dockerfile

View workflow job for this annotation

GitHub Actions / build-engine-images (builds/redhat/Adobe2023.Dockerfile, adobe2023-rhel, ortussolutions/commandbo...

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

# 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
@@ -1,14 +1,14 @@
# syntax = docker/dockerfile:1
ARG BASE_IMAGE_ARG
FROM ${BASE_IMAGE_ARG}

Check warning on line 3 in builds/redhat/Adobe2025.Dockerfile

View workflow job for this annotation

GitHub Actions / build-engine-images (builds/redhat/Adobe2025.Dockerfile, adobe2025-rhel, ortussolutions/commandbo...

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG ${BASE_IMAGE_ARG} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/


LABEL maintainer "Jon Clausen <jclausen@ortussolutions.com>"

Check warning on line 6 in builds/redhat/Adobe2025.Dockerfile

View workflow job for this annotation

GitHub Actions / build-engine-images (builds/redhat/Adobe2025.Dockerfile, adobe2025-rhel, ortussolutions/commandbo...

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "LABEL key=value" should be used instead of legacy "LABEL key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
LABEL repository "https://github.com/Ortus-Solutions/docker-commandbox"

Check warning on line 7 in builds/redhat/Adobe2025.Dockerfile

View workflow job for this annotation

GitHub Actions / build-engine-images (builds/redhat/Adobe2025.Dockerfile, adobe2025-rhel, ortussolutions/commandbo...

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "LABEL key=value" should be used instead of legacy "LABEL key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/


#Hard Code our engine environment
ENV BOX_SERVER_APP_CFENGINE adobe@2025.0.05+331552
ENV BOX_SERVER_APP_CFENGINE adobe@2025.0.06+331564

Check warning on line 11 in builds/redhat/Adobe2025.Dockerfile

View workflow job for this annotation

GitHub Actions / build-engine-images (builds/redhat/Adobe2025.Dockerfile, adobe2025-rhel, ortussolutions/commandbo...

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

# WARM UP THE SERVER
RUN ${BUILD_DIR}/util/warmup-server.sh
7 changes: 7 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

----
## [6.3.1/3.15.0]

### Changed
- CommandBox version changed to `6.3.1`
- Adobe Coldfusion 2025 to `2025.0.06+331564`
- Adobe Coldfusion 2023 to `2023.0.18+330879`

## [6.2.1/3.14.1] - 2025-12-17

### Changed
Expand Down
Loading