Skip to content

Commit

Permalink
NO-JIRA Remove dependency on tree utility
Browse files Browse the repository at this point in the history
  • Loading branch information
ViliusS authored and jbertram committed Aug 29, 2023
1 parent 5e93650 commit 6796e54
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 19 deletions.
3 changes: 0 additions & 3 deletions artemis-docker/prepare-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
16 changes: 0 additions & 16 deletions artemis-docker/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 6796e54

Please sign in to comment.