http://coldfusion.com logo
Join Slack
Powered by
# docker-commandbox
  • g

    gavinbaumanis

    01/24/2024, 2:14 AM
    Please excuse the "obviousness" of my comment.... But is it (overall) working - (that is your JVM arguments are being honoured) and you're just not seeing some output you normally do (CommandBox is eating them)? Does it (the messages, you expect) appear if you start CommandBox with the verbose/debug switch (I can't remember which it is off the top og my head)?
    c
    • 2
    • 1
  • s

    Seth Feldkamp

    01/29/2024, 3:30 PM
    @Seth Feldkamp has left the channel
  • d

    Dean

    03/13/2024, 9:25 PM
    I have a Commandbox interceptor that uses the onCLIStart function to pull some secrets from AWS and store them in the environment. Previously this was done on an EC2 instance directly which has the appropriate instance role. Im trying to move the same code to a container, but during the build process, I install my interceptor (as a package which requires aws-cfml), I get an error during the build process because no aws credentials exist. More detail in thread...
    b
    • 2
    • 36
  • g

    gavinbaumanis

    03/20/2024, 11:58 AM
    Hey Gang, Is there a lucee-light image for v5.latest please?
  • g

    gavinbaumanis

    03/20/2024, 11:59 AM
    we can't use v6 yet and I couldn't see an obvious match in the list of tags
  • j

    Jim Priest

    04/03/2024, 11:49 PM
    Just curious - is there a CFPM option for server.json? Right now I'm doing this in my docker-compose file:
    Copy code
    environment:
      CFPM_INSTALL: websocket
    b
    • 2
    • 6
  • s

    steveduke

    04/11/2024, 12:18 PM
    We are testing switching our current lucee infrastructure from IIS/tomcat to commandbox/undertow, and loving it so far. However, we have hit a bump. We use html as cfml on some files, and as yet cant find a way to do this with undertow. With IIS we are adding servlet mappings within our web.xml files. We have tried adding them in .Commandbox/server/[instance-id]/[lucee-version]/WEB-INF/web.xml, similar to how we have them currently in IIS, but these do not work:
    Copy code
    <servlet-mapping>
        <servlet-name>CFMLServlet</servlet-name>
        <url-pattern>*.cfc</url-pattern>
        <url-pattern>*.cfm</url-pattern>
        <url-pattern>*.cfml</url-pattern>
        <url-pattern>*.html</url-pattern>
        <url-pattern>/index.cfc/*</url-pattern>
        <url-pattern>/index.cfm/*</url-pattern>
        <url-pattern>/index.cfml/*</url-pattern>
        <url-pattern>/index.html/*</url-pattern>
      </servlet-mapping>
      <servlet-mapping>
        <servlet-name>RESTServlet</servlet-name>
        <url-pattern>/rest/*</url-pattern>
      </servlet-mapping>
      <!-- default file to execute if directory is called with no file name, e.g. <http://mysite.com/> !-->
      <welcome-file-list>
        <welcome-file>index.cfm</welcome-file>
        <welcome-file>index.lucee</welcome-file>
        <welcome-file>index.html</welcome-file>
        <welcome-file>index.htm</welcome-file>
        <welcome-file>index.html</welcome-file>
      </welcome-file-list>
    Is this possible with undertow? Thanks.
    r
    • 2
    • 15
  • t

    Tim Badolato

    04/26/2024, 6:17 PM
    I'm using
    ortussolutions/commandbox:lucee5-3.7.12
    for my server but when I run @foundeo's scan I get the following security issues. Are these issues addressed in newer images or are there any plans to fix them? Thanks!
    b
    • 2
    • 11
  • g

    gavinbaumanis

    05/02/2024, 10:54 AM
    I can imagine this might be a Docker things rather than a commandbox-in-docker thing - but hopefully someone can help - nonetheless... Can I restart the CFML server, service in a container? I have tried to use
    box server restart
    but the container "ends" when the server stops running. Thanks!
    b
    j
    j
    • 4
    • 15
  • b

    birdy1980

    05/07/2024, 9:56 AM
    hello, Is there a list where I can find which docker hub tag contains which commandbox version.... I want to use a docker containter with commandbox 5.8.x
    b
    j
    • 3
    • 14
  • b

    bhartsfield

    05/07/2024, 8:26 PM
    Anyone familiar with using OpenTelemtry in your Lucee/CommandBox (windows... if it matters) containers to ship metrics to Sumo?
    b
    • 2
    • 6
  • g

    gavinbaumanis

    05/09/2024, 2:24 AM
    is it possible to pass --trace --console arguments when startin commandbox docker containers?
    b
    • 2
    • 4
  • c

    Cory Howitz

    06/06/2024, 8:36 PM
    so i have been trying to run 'cfpm install caching' in a coldfusion commandbox container start up and while others seem to work, and the logs say it installed, it doesnt for some reason
    j
    • 2
    • 19
  • g

    gavinbaumanis

    06/14/2024, 1:00 AM
    Quick question...In my DockerFile - Whereabouts should the warmup-server script be run? Should it be before or after the "COPY" command used to place my source code in the container? At the moment I have the COPY command after the call to the warmup script - and that seems wrong... thanks!
    d
    • 2
    • 5
  • b

    birdy1980

    07/10/2024, 10:18 AM
    Is it possible that someone can take a look at this ticket https://ortussolutions.atlassian.net/browse/COMMANDBOX-1621 ? We're stuck at docker image 3.7.3 (commandbox 5.8.0) and we cannot move forward at the moment.
    j
    d
    b
    • 4
    • 53
  • l

    lmajano

    07/10/2024, 2:15 PM
    @jclausen @bdw429s ☝️
  • b

    birdy1980

    08/15/2024, 8:32 AM
    When is commandbox 6.1.0 expected to be released in a docker image?
    g
    • 2
    • 1
  • d

    Daniel Mejia

    08/17/2024, 1:59 AM
    @Daniel Mejia has left the channel
  • b

    birdy1980

    09/26/2024, 8:42 AM
    When is commandbox 6.1.0 expected to be released in a docker image? We are at the moment stuck at docker image 3.7.3
    b
    j
    • 3
    • 14
  • c

    cfengineers

    10/08/2024, 8:07 PM
    can we discuss commandbox in here?
    r
    • 2
    • 2
  • c

    cfengineers

    10/08/2024, 8:27 PM
    @cfengineers has left the channel
  • m

    mjhagen

    02/12/2025, 3:35 PM
    Does anyone here know if the "license" cfconfig key works on ACF installations?
    b
    • 2
    • 12
  • d

    dougcain

    03/05/2025, 2:11 PM
    @bdw429s any ETA for the shipping CF2025 to make it onto forgebox?
    b
    j
    • 3
    • 29
  • d

    dougcain

    03/11/2025, 11:45 AM
    @jclausen We have just updated our URL rewrite rules from tuckey to the built in server rules, today I got a notice from hackmycf that CFIDE was available on our production server which was odd. We use the commandbox docker image running 6.1.0+00813 and ACF 2021 currently. It turns out that switching to the server rules seems to have broken the commandbox server.json profile "production". If I use tuckey rewrites
    profile:production
    blocks CFIDE, if I switch to the server rules I can access CFIDE. Adding
    "blockCFAdmin":"external"
    to server.json when running the server rules also blocks CFIDE as expected. So it seems that
    profile:production
    doesn't work as expected with the server rules, has anyone else seen this?
    j
    f
    +2
    • 5
    • 121
  • d

    dougcain

    03/11/2025, 3:17 PM
    my initial testing was slightly flawed it turns out
    "blockCFAdmin":"true"
    isn't working in server.json when using server rules as I initially thought. Using
    block-cf-admin()
    with server rules does block CFIDE with a 404.
  • d

    dougcain

    03/11/2025, 4:12 PM
    but default rules are not blocking CFIDE/main which is RDS after a chat with @foundeo
  • a

    alholden

    03/14/2025, 7:52 PM
    Hi all! Is there a known issue with installation of BoxLang 1.1.0 on VSCodium 1.98 for Zorin (deb) LINUX? Specifically the "The BoxLang extension requires Java 21 or higher"... notification flashing 64 times during each startup, config change and extension restart, even tho I've given it the correct path to /usr/lib/jvm/jdk-23.0.2-oracle-x64/bin ??
    j
    • 2
    • 23
  • l

    lmajano

    03/14/2025, 7:54 PM
    ☝️
    👍 1
  • j

    Jordan Clark

    04/09/2025, 6:34 PM
    @jclausen is there a plan for the commandbox docker image to support lucee6 light and jvm/jdk v23 ? Zack's performance post looks very interesting
    b
    j
    l
    • 4
    • 11
  • d

    dougcain

    04/24/2025, 4:56 PM
    @jclausen maybe one for you? I ran into an issue with the new commandbox docker builds, I'm using cfcompile.sh which seems to want TagLibraryInfo but since 3.12.0 it fails as the class isn't found. TagLibraryInfo was in runwar5.0.8.jar but looks like it has been removed in runwar5.1.1.jar - I assume this was intentional but any idea how I might work around that? Probably more of a commandbox question really thinking about it - @bdw429s?
    j
    b
    • 3
    • 34