[ https://issues.apache.org/jira/browse/QPID-8709?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tomas Vavricka updated QPID-8709: --------------------------------- Description: When trying to run the alpine flavour of the qpid-broker-j container, it seems that the entrypoint script is missing. run: {code:java} $ docker run apache/qpid-broker-j:9.2.1-alpine /bin/sh: exec: line 0: /qpid-broker-j/entrypoint.sh: not found{code} *Implementation* The etrypoint script was changed to {code:java} #!/bin/sh{code} as there is no bash specific functionality in image entrypoint. was: When trying to run the alpine flavour of the qpid-broker-j container, it seems that the entrypoint script is missing. run: {code:java} $ docker run apache/qpid-broker-j:9.2.1-alpine /bin/sh: exec: line 0: /qpid-broker-j/entrypoint.sh: not found{code} *Implementation* The etrypoint script was changed to {code:java} #!/bin/sh{code} as there is no bash specific functionality in the Containerfile. > [Broker-J] Docker image 9.2.1-alpine does not contain entrypoint.sh > ------------------------------------------------------------------- > > Key: QPID-8709 > URL: https://issues.apache.org/jira/browse/QPID-8709 > Project: Qpid > Issue Type: Bug > Components: Broker-J > Affects Versions: qpid-java-broker-9.2.1 > Reporter: Kyrre > Priority: Major > Fix For: qpid-java-broker-10.0.0 > > > When trying to run the alpine flavour of the qpid-broker-j container, it > seems that the entrypoint script is missing. > run: > {code:java} > $ docker run apache/qpid-broker-j:9.2.1-alpine > /bin/sh: exec: line 0: /qpid-broker-j/entrypoint.sh: not found{code} > *Implementation* > The etrypoint script was changed to > {code:java} > #!/bin/sh{code} > as there is no bash specific functionality in image entrypoint. -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org