Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NO-JIRA Remove dependency on tree utility #4453

Merged
merged 1 commit into from
Aug 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions artemis-docker/prepare-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,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 @@ -24,14 +24,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 @@ -73,14 +65,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