This is an automated email from the ASF dual-hosted git repository.
vavrtom pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-broker-j.git
The following commit(s) were added to refs/heads/main by this push:
new 5788382876 QPID-8709: [Broker-J] Docker image 9.2.1-alpine does not
contain entrypoint.sh (#322)
5788382876 is described below
commit 5788382876d15063ee84ecac86d2f7cf4eb2fb84
Author: Daniil Kirilyuk <[email protected]>
AuthorDate: Wed Aug 27 08:43:02 2025 +0200
QPID-8709: [Broker-J] Docker image 9.2.1-alpine does not contain
entrypoint.sh (#322)
---
qpid-docker/entrypoint.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/qpid-docker/entrypoint.sh b/qpid-docker/entrypoint.sh
index 044a9bcf6e..e1a8a098f0 100644
--- a/qpid-docker/entrypoint.sh
+++ b/qpid-docker/entrypoint.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]