NO-JIRA Remove dependency on tree utility
This commit is contained in:
parent
5e93650a4a
commit
6796e548be
|
@ -190,7 +190,4 @@ fi
|
||||||
cp ./Dockerfile-* "$ARTEMIS_DIST_DIR/docker"
|
cp ./Dockerfile-* "$ARTEMIS_DIST_DIR/docker"
|
||||||
cp ./docker-run.sh "$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
|
next_step
|
||||||
|
|
|
@ -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
|
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
|
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:
|
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%
|
################################################################################################################################################################################################################################ 100,0%
|
||||||
Expanding _TMP_/artemis/2.16.0/apache-artemis-2.16.0-bin.tar.gz...
|
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...
|
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:
|
Well done! Now you can continue with building the Docker image:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue