Skip to content

Commit a89a063

Browse files
authored
update CFML Versions (#7101)
1 parent 27683f8 commit a89a063

File tree

8 files changed

+15
-7
lines changed

8 files changed

+15
-7
lines changed

frameworks/CFML/CFML/cfml-adobe.dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
FROM ortussolutions/commandbox:3.2.1
1+
FROM ortussolutions/commandbox:3.4.4
22

33
ENV cfconfig_adminPassword=password
4+
ENV box_server_runwar_args=--cache-servlet-paths=true
45

56
COPY ./src/server-adobe.json /app/server.json
67
COPY ./src/.cfconfig.json /app/.cfconfig.json
@@ -10,6 +11,8 @@ RUN box install --verbose --force
1011

1112
RUN ${BUILD_DIR}/util/warmup-server.sh
1213

14+
RUN cd /app && box cfpm install postgresql
15+
1316
RUN export FINALIZE_STARTUP=true;$BUILD_DIR/run.sh;unset FINALIZE_STARTUP
1417

1518
HEALTHCHECK NONE

frameworks/CFML/CFML/cfml.dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
FROM ortussolutions/commandbox:3.2.1
1+
FROM ortussolutions/commandbox:3.4.4
22

33
ENV cfconfig_adminPassword=password
4+
ENV box_server_runwar_args=--cache-servlet-paths=true
45

56
COPY ./src/server-lucee.json /app/server.json
67
COPY ./src/.cfconfig.json /app/.cfconfig.json

frameworks/CFML/CFML/src/server-adobe.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"maxRequests":512
55
},
66
"app":{
7-
"cfengine":"adobe@2018"
7+
"cfengine":"adobe@2021"
88
}
99
}

frameworks/CFML/CFML/src/server-lucee.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"maxRequests" : 512
55
},
66
"app" : {
7-
"cfengine" : "[email protected]-rc"
7+
"cfengine" : "[email protected]"
88
}
99
}

frameworks/CFML/coldbox/coldbox-adobe.dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
FROM ortussolutions/commandbox:3.2.1
1+
FROM ortussolutions/commandbox:3.4.4
22

33
ENV cfconfig_adminPassword=password
4+
ENV box_server_runwar_args=--cache-servlet-paths=true
45

56
COPY ./src/server-adobe.json /app/server.json
67
COPY ./src/.cfconfig.json /app/.cfconfig.json
@@ -10,6 +11,8 @@ RUN box install --verbose --force
1011

1112
RUN ${BUILD_DIR}/util/warmup-server.sh
1213

14+
RUN cd /app && box cfpm install postgresql,feed
15+
1316
RUN export FINALIZE_STARTUP=true;$BUILD_DIR/run.sh;unset FINALIZE_STARTUP
1417

1518
HEALTHCHECK NONE

frameworks/CFML/coldbox/coldbox.dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
FROM ortussolutions/commandbox:3.2.1
22

33
ENV cfconfig_adminPassword=password
4+
ENV box_server_runwar_args=--cache-servlet-paths=true
45

56
COPY ./src/server-lucee.json /app/server.json
67
COPY ./src/.cfconfig.json /app/.cfconfig.json

frameworks/CFML/coldbox/src/server-adobe.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"maxRequests":512
55
},
66
"app":{
7-
"cfengine":"adobe@2018"
7+
"cfengine":"adobe@2021"
88
}
99
}

frameworks/CFML/coldbox/src/server-lucee.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"maxRequests":512
55
},
66
"app":{
7-
"cfengine":"[email protected]-rc"
7+
"cfengine":"[email protected]"
88
}
99
}

0 commit comments

Comments
 (0)