This is an automated email from the ASF dual-hosted git repository.

jbertram pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


The following commit(s) were added to refs/heads/main by this push:
     new 6796e548be NO-JIRA Remove dependency on tree utility
6796e548be is described below

commit 6796e548bee6add42503f4649291f6d294e7cc95
Author: Vilius Šumskas <vil...@sumskas.eu>
AuthorDate: Wed Apr 26 14:21:32 2023 +0300

    NO-JIRA Remove dependency on tree utility
---
 artemis-docker/prepare-docker.sh |  3 ---
 artemis-docker/readme.md         | 16 ----------------
 2 files changed, 19 deletions(-)

diff --git a/artemis-docker/prepare-docker.sh b/artemis-docker/prepare-docker.sh
index 61e4e6b3d9..e58c15f66d 100755
--- a/artemis-docker/prepare-docker.sh
+++ b/artemis-docker/prepare-docker.sh
@@ -190,7 +190,4 @@ fi
 cp ./Dockerfile-* "$ARTEMIS_DIST_DIR/docker"
 cp ./docker-run.sh "$ARTEMIS_DIST_DIR/docker"
 
-echo "Docker file support files at:"
-tree "$ARTEMIS_DIST_DIR/docker"
-
 next_step
diff --git a/artemis-docker/readme.md b/artemis-docker/readme.md
index 4be120e86e..102e7ec695 100644
--- a/artemis-docker/readme.md
+++ b/artemis-docker/readme.md
@@ -37,14 +37,6 @@ $ ./prepare-docker.sh --from-local-dist --local-dist-path 
../artemis-distributio
 
 Using 
../artemis-distribution/target/apache-artemis-2.17.0-SNAPSHOT-bin/apache-artemis-2.17.0-SNAPSHOT
 Cleaning up 
../artemis-distribution/target/apache-artemis-2.17.0-SNAPSHOT-bin/apache-artemis-2.17.0-SNAPSHOT/docker
-Docker file support files at:
-../artemis-distribution/target/apache-artemis-2.17.0-SNAPSHOT-bin/apache-artemis-2.17.0-SNAPSHOT/docker
-├── Dockerfile-centos7-11
-├── Dockerfile-ubuntu-11
-├── Dockerfile-ubuntu-11-jre
-└── docker-run.sh
-
-0 directories, 4 files
 
 Well done! Now you can continue with building the Docker image:
 
@@ -93,14 +85,6 @@ Downloading apache-artemis-2.16.0-bin.tar.gz from 
https://downloads.apache.org/a
 
################################################################################################################################################################################################################################
 100,0%
 Expanding _TMP_/artemis/2.16.0/apache-artemis-2.16.0-bin.tar.gz...
 Removing _TMP_/artemis/2.16.0/apache-artemis-2.16.0-bin.tar.gz...
-Docker file support files at:
-_TMP_/artemis/2.16.0/docker
-├── Dockerfile-centos7-11
-├── Dockerfile-ubuntu-11
-├── Dockerfile-ubuntu-11-jre
-└── docker-run.sh
-
-0 directories, 4 files
 
 Well done! Now you can continue with building the Docker image:
 

Reply via email to