vivostar opened a new pull request, #910:
URL: https://github.com/apache/bigtop/pull/910
### Description of PR
The lastest version docker has many useful features, such as docker-compose
become a plugin and not need to install individually. So I submit the patch to
improve it.
### How was this patch tested?
1. build bigtop docker images
```shell
cd $BIGTOP_HOME/docker/bigtop-puppet
for i in trunk-centos-7 trunk-centos-8 trunk-rockylinux-8 trunk-fedora-35 \
trunk-debian-10 trunk-debian-11 \
trunk-ubuntu-18.04 trunk-ubuntu-20.04; do
./build.sh $i
done
```
2. create bigtop docker container
```shell
cd $BIGTOP_HOME/provisioner/docker
./docker-hadoop.sh -c 1
```
### For code changes:
- [x] Does the title or this PR starts with the corresponding JIRA issue id
(e.g. 'BIGTOP-3638. Your PR title ...')?
- [x] Make sure that newly added files do not have any licensing issues.
When in doubt refer to https://www.apache.org/licenses/
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]