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: