Skip to content

Commit 560d108

Browse files
committed
fix references to ubi9
1 parent a9ebd7c commit 560d108

19 files changed

Lines changed: 37 additions & 37 deletions

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
# RHEL/UBI9 foundation images with promoted tags
4444
- BUILD_IMAGE_DOCKERFILE: builds/base/rhel.Dockerfile
45-
BUILD_IMAGE_TAGS: "ubi9,jre11-rhel"
45+
BUILD_IMAGE_TAGS: "ubi10,jre11-rhel"
4646
- BUILD_IMAGE_DOCKERFILE: builds/base/rhel.JDK11.Dockerfile
4747
BUILD_IMAGE_TAGS: "jdk11-rhel"
4848
- BUILD_IMAGE_DOCKERFILE: builds/base/rhel.JDK17.Dockerfile

README.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ All images are published to [Docker Hub](https://hub.docker.com/r/ortussolutions
4242
- **Multi-Engine Support**: Run BoxLang Applications or CFML engines, including Lucee and Adobe ColdFusion, in a single container.
4343
- **Customizable**: Easily configure your server environment using `server.json` or environment variables.
4444
- **Pre-Built Engines**: Includes pre-built images with warmed-up engines to reduce startup times.
45-
- **Alpine and UBI9 Variants**: Lightweight Alpine Linux and RHEL Universal Base Image (UBI10) variants for optimized performance and security.
45+
- **Alpine and UBI10 Variants**: Lightweight Alpine Linux and RHEL Universal Base Image (UBI10) variants for optimized performance and security.
4646
- **Health Checks**: Built-in health checks to ensure your server is running smoothly.
4747
- **Docker Secrets Support**: Use Docker secrets for secure configuration management.
4848
- **Environment Variables**: Extensive support for environment variables to customize your server configuration at runtime.
@@ -98,13 +98,13 @@ _Note: For references to the specific versions of CommandBox used within image v
9898
- `:alpine-jdk17` ([Dockerfile](https://github.com/Ortus-Solutions/docker-commandbox/blob/master/builds/base/Alpine.JDK17.Dockerfile)) - Alpine with JDK 17
9999
- `:alpine-jdk21` ([Dockerfile](https://github.com/Ortus-Solutions/docker-commandbox/blob/master/builds/base/Alpine.JDK21.Dockerfile)) - Alpine with JDK 21
100100

101-
#### RHEL Universal Base Image (UBI9) Variants
101+
#### RHEL Universal Base Image (UBI10) Variants
102102

103-
- `:ubi9` ([Dockerfile](https://github.com/Ortus-Solutions/docker-commandbox/blob/master/builds/base/rhel.Dockerfile)) - RHEL UBI9 (JDK 11)
104-
- `:ubi9-jdk11` ([Dockerfile](https://github.com/Ortus-Solutions/docker-commandbox/blob/master/builds/base/rhel.JDK11.Dockerfile)) - UBI9 with JDK 11
105-
- `:ubi9-jre17` ([Dockerfile](https://github.com/Ortus-Solutions/docker-commandbox/blob/master/builds/base/rhel.JRE17.Dockerfile)) - UBI9 with JRE 17
106-
- `:ubi9-jdk17` ([Dockerfile](https://github.com/Ortus-Solutions/docker-commandbox/blob/master/builds/base/rhel.JDK17.Dockerfile)) - UBI9 with JDK 17
107-
- `:ubi9-jdk21` ([Dockerfile](https://github.com/Ortus-Solutions/docker-commandbox/blob/master/builds/base/rhel.JDK21.Dockerfile)) - UBI9 with JDK 21
103+
- `:UBI10` ([Dockerfile](https://github.com/Ortus-Solutions/docker-commandbox/blob/master/builds/base/rhel.Dockerfile)) - RHEL UBI10 (JDK 11)
104+
- `:UBI10-jdk11` ([Dockerfile](https://github.com/Ortus-Solutions/docker-commandbox/blob/master/builds/base/rhel.JDK11.Dockerfile)) - UBI10 with JDK 11
105+
- `:UBI10-jre17` ([Dockerfile](https://github.com/Ortus-Solutions/docker-commandbox/blob/master/builds/base/rhel.JRE17.Dockerfile)) - UBI10 with JRE 17
106+
- `:UBI10-jdk17` ([Dockerfile](https://github.com/Ortus-Solutions/docker-commandbox/blob/master/builds/base/rhel.JDK17.Dockerfile)) - UBI10 with JDK 17
107+
- `:UBI10-jdk21` ([Dockerfile](https://github.com/Ortus-Solutions/docker-commandbox/blob/master/builds/base/rhel.JDK21.Dockerfile)) - UBI10 with JDK 21
108108

109109
### Pre-Built Engine Images (Warmed Up)
110110

@@ -114,7 +114,7 @@ These images include pre-downloaded and warmed-up engines to significantly reduc
114114

115115
- `:boxlang` ([Dockerfile](https://github.com/Ortus-Solutions/docker-commandbox/blob/master/builds/debian/BoxLang.Dockerfile)) - BoxLang on Debian
116116
- `:boxlang-alpine` ([Dockerfile](https://github.com/Ortus-Solutions/docker-commandbox/blob/master/builds/alpine/BoxLang.Dockerfile)) - BoxLang on Alpine
117-
- `:boxlang-rhel` ([Dockerfile](https://github.com/Ortus-Solutions/docker-commandbox/blob/master/builds/redhat/BoxLang.Dockerfile)) - BoxLang on UBI9
117+
- `:boxlang-rhel` ([Dockerfile](https://github.com/Ortus-Solutions/docker-commandbox/blob/master/builds/redhat/BoxLang.Dockerfile)) - BoxLang on UBI10
118118

119119
#### Lucee CFML Engine
120120

@@ -133,12 +133,12 @@ These images include pre-downloaded and warmed-up engines to significantly reduc
133133
- `:lucee-light-alpine` ([Dockerfile](https://github.com/Ortus-Solutions/docker-commandbox/blob/master/builds/alpine/LuceeLight.Dockerfile)) - Lucee Light on Alpine
134134
- `:lucee5-light-alpine` ([Dockerfile](https://github.com/Ortus-Solutions/docker-commandbox/blob/master/builds/alpine/Lucee5Light.Dockerfile)) - Lucee 5.x Light on Alpine
135135

136-
**UBI9-based Lucee Images:**
136+
**UBI10-based Lucee Images:**
137137

138-
- `:lucee5-rhel` ([Dockerfile](https://github.com/Ortus-Solutions/docker-commandbox/blob/master/builds/redhat/Lucee5.Dockerfile)) - Lucee 5.x on UBI9
139-
- `:lucee6-rhel` ([Dockerfile](https://github.com/Ortus-Solutions/docker-commandbox/blob/master/builds/redhat/Lucee6.Dockerfile)) - Lucee 6.x on UBI9
140-
- `:lucee-light-rhel` ([Dockerfile](https://github.com/Ortus-Solutions/docker-commandbox/blob/master/builds/redhat/LuceeLight.Dockerfile)) - Lucee Light on UBI9
141-
- `:lucee5-light-rhel` ([Dockerfile](https://github.com/Ortus-Solutions/docker-commandbox/blob/master/builds/redhat/Lucee5Light.Dockerfile)) - Lucee 5.x Light on UBI9
138+
- `:lucee5-rhel` ([Dockerfile](https://github.com/Ortus-Solutions/docker-commandbox/blob/master/builds/redhat/Lucee5.Dockerfile)) - Lucee 5.x on UBI10
139+
- `:lucee6-rhel` ([Dockerfile](https://github.com/Ortus-Solutions/docker-commandbox/blob/master/builds/redhat/Lucee6.Dockerfile)) - Lucee 6.x on UBI10
140+
- `:lucee-light-rhel` ([Dockerfile](https://github.com/Ortus-Solutions/docker-commandbox/blob/master/builds/redhat/LuceeLight.Dockerfile)) - Lucee Light on UBI10
141+
- `:lucee5-light-rhel` ([Dockerfile](https://github.com/Ortus-Solutions/docker-commandbox/blob/master/builds/redhat/Lucee5Light.Dockerfile)) - Lucee 5.x Light on UBI10
142142

143143
#### Adobe ColdFusion Engine
144144

@@ -158,12 +158,12 @@ These images include pre-downloaded and warmed-up engines to significantly reduc
158158
- `:adobe2023-alpine` ([Dockerfile](https://github.com/Ortus-Solutions/docker-commandbox/blob/master/builds/alpine/Adobe2023.Dockerfile)) - Adobe ColdFusion 2023 on Alpine
159159
- `:adobe2025-alpine` ([Dockerfile](https://github.com/Ortus-Solutions/docker-commandbox/blob/master/builds/alpine/Adobe2025.Dockerfile)) - Adobe ColdFusion 2025 on Alpine
160160

161-
**UBI9-based Adobe Images:**
161+
**UBI10-based Adobe Images:**
162162

163-
- `:adobe2018-rhel` ([Dockerfile](https://github.com/Ortus-Solutions/docker-commandbox/blob/master/builds/redhat/Adobe2018.Dockerfile)) - Adobe ColdFusion 2018 on UBI9
164-
- `:adobe2021-rhel` ([Dockerfile](https://github.com/Ortus-Solutions/docker-commandbox/blob/master/builds/redhat/Adobe2021.Dockerfile)) - Adobe ColdFusion 2021 on UBI9
165-
- `:adobe2023-rhel` ([Dockerfile](https://github.com/Ortus-Solutions/docker-commandbox/blob/master/builds/redhat/Adobe2023.Dockerfile)) - Adobe ColdFusion 2023 on UBI9
166-
- `:adobe2025-rhel` ([Dockerfile](https://github.com/Ortus-Solutions/docker-commandbox/blob/master/builds/redhat/Adobe2025.Dockerfile)) - Adobe ColdFusion 2025 on UBI9
163+
- `:adobe2018-rhel` ([Dockerfile](https://github.com/Ortus-Solutions/docker-commandbox/blob/master/builds/redhat/Adobe2018.Dockerfile)) - Adobe ColdFusion 2018 on UBI10
164+
- `:adobe2021-rhel` ([Dockerfile](https://github.com/Ortus-Solutions/docker-commandbox/blob/master/builds/redhat/Adobe2021.Dockerfile)) - Adobe ColdFusion 2021 on UBI10
165+
- `:adobe2023-rhel` ([Dockerfile](https://github.com/Ortus-Solutions/docker-commandbox/blob/master/builds/redhat/Adobe2023.Dockerfile)) - Adobe ColdFusion 2023 on UBI10
166+
- `:adobe2025-rhel` ([Dockerfile](https://github.com/Ortus-Solutions/docker-commandbox/blob/master/builds/redhat/Adobe2025.Dockerfile)) - Adobe ColdFusion 2025 on UBI10
167167

168168
### Choosing the Right Tag
169169

@@ -192,7 +192,7 @@ You may also [specify a custom WAR for deployment](https://commandbox.ortusbooks
192192

193193
## Supported Architectures and Operating Systems
194194

195-
All Debian-based images currently support `linux/amd64`, `linux/arm64` and `linux/arm/v7` architecture. Alpine builds are currently only supported on `linux/amd64` and `linux/arm64` architectures. The UBI9 builds are supported on `linux/amd64` and `linux/arm64` architectures.
195+
All Debian-based images currently support `linux/amd64`, `linux/arm64` and `linux/arm/v7` architecture. Alpine builds are currently only supported on `linux/amd64` and `linux/arm64` architectures. The UBI10 builds are supported on `linux/amd64` and `linux/arm64` architectures.
196196

197197
## Usage
198198

builds/base/Alpine.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ RUN chmod -R +x $BUILD_DIR
4848

4949
# Basic Dependencies including binaries for PDF rendering
5050
RUN rm -rf $BUILD_DIR/util/debian
51-
RUN rm -rf $BUILD_DIR/util/ubi9
51+
RUN rm -rf $BUILD_DIR/util/redhat
5252
RUN $BUILD_DIR/util/alpine/install-dependencies.sh
5353

5454
# Commandbox Installation

builds/base/Alpine.JDK11.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ RUN chmod -R +x $BUILD_DIR
4848

4949
# Basic Dependencies including binaries for PDF rendering
5050
RUN rm -rf $BUILD_DIR/util/debian
51-
RUN rm -rf $BUILD_DIR/util/ubi9
51+
RUN rm -rf $BUILD_DIR/util/redhat
5252
RUN $BUILD_DIR/util/alpine/install-dependencies.sh
5353

5454
# Commandbox Installation

builds/base/Alpine.JDK17.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ RUN chmod -R +x $BUILD_DIR
4848

4949
# Basic Dependencies including binaries for PDF rendering
5050
RUN rm -rf $BUILD_DIR/util/debian
51-
RUN rm -rf $BUILD_DIR/util/ubi9
51+
RUN rm -rf $BUILD_DIR/util/redhat
5252
RUN $BUILD_DIR/util/alpine/install-dependencies.sh
5353

5454
# Commandbox Installation

builds/base/Alpine.JDK21.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ RUN chmod -R +x $BUILD_DIR
4848

4949
# Basic Dependencies including binaries for PDF rendering
5050
RUN rm -rf $BUILD_DIR/util/debian
51-
RUN rm -rf $BUILD_DIR/util/ubi9
51+
RUN rm -rf $BUILD_DIR/util/redhat
5252
RUN $BUILD_DIR/util/alpine/install-dependencies.sh
5353

5454
# Commandbox Installation

builds/base/Alpine.JRE17.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ RUN chmod -R +x $BUILD_DIR
4848

4949
# Basic Dependencies including binaries for PDF rendering
5050
RUN rm -rf $BUILD_DIR/util/debian
51-
RUN rm -rf $BUILD_DIR/util/ubi9
51+
RUN rm -rf $BUILD_DIR/util/redhat
5252
RUN $BUILD_DIR/util/alpine/install-dependencies.sh
5353

5454
# Commandbox Installation

builds/base/Alpine.JRE21.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ RUN chmod -R +x $BUILD_DIR
4848

4949
# Basic Dependencies including binaries for PDF rendering
5050
RUN rm -rf $BUILD_DIR/util/debian
51-
RUN rm -rf $BUILD_DIR/util/ubi9
51+
RUN rm -rf $BUILD_DIR/util/redhat
5252
RUN $BUILD_DIR/util/alpine/install-dependencies.sh
5353

5454
# Commandbox Installation

builds/base/Alpine.JRE25.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ RUN chmod -R +x $BUILD_DIR
4848

4949
# Basic Dependencies including binaries for PDF rendering
5050
RUN rm -rf $BUILD_DIR/util/debian
51-
RUN rm -rf $BUILD_DIR/util/ubi9
51+
RUN rm -rf $BUILD_DIR/util/redhat
5252
RUN $BUILD_DIR/util/alpine/install-dependencies.sh
5353

5454
# Commandbox Installation

builds/base/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ RUN chown -R $(whoami):${WORKGROUP} $BUILD_DIR
4343

4444
# Basic Dependencies
4545
RUN rm -rf $BUILD_DIR/util/alpine
46-
RUN rm -rf $BUILD_DIR/util/ubi9
46+
RUN rm -rf $BUILD_DIR/util/redhat
4747
RUN ${BUILD_DIR}/util/debian/install-dependencies.sh
4848

4949
# Commandbox Installation

0 commit comments

Comments
 (0)