[ https://issues.apache.org/jira/browse/QPID-8709?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18016442#comment-18016442 ]
ASF subversion and git services commented on QPID-8709: ------------------------------------------------------- Commit 5788382876d15063ee84ecac86d2f7cf4eb2fb84 in qpid-broker-j's branch refs/heads/main from Daniil Kirilyuk [ https://gitbox.apache.org/repos/asf?p=qpid-broker-j.git;h=5788382876 ] QPID-8709: [Broker-J] Docker image 9.2.1-alpine does not contain entrypoint.sh (#322) > [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 entrypoint script was changed to > {code:java} > #!/bin/sh{code} > as there is no bash specific functionality in the image's 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