You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by GitBox <gi...@apache.org> on 2022/06/07 01:33:22 UTC

[GitHub] [bigtop] vivostar opened a new pull request, #910: BIGTOP-3693: Update the Docker Version

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: dev-unsubscribe@bigtop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [bigtop] yoda-mon commented on pull request #910: BIGTOP-3693: Update the Docker Version

Posted by GitBox <gi...@apache.org>.
yoda-mon commented on PR #910:
URL: https://github.com/apache/bigtop/pull/910#issuecomment-1148174554

   `docker compose` can be used from docker client version `v2.0.0`, so it might affect Bigtop CI/CD chain.


-- 
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: dev-unsubscribe@bigtop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [bigtop] vivostar commented on pull request #910: BIGTOP-3693: Update the Docker Version

Posted by GitBox <gi...@apache.org>.
vivostar commented on PR #910:
URL: https://github.com/apache/bigtop/pull/910#issuecomment-1148184105

   > `docker compose` can be used from docker client version `v2.0.0`, so it might affect Bigtop CI/CD chain.
   
   Oh, I see, I will have a try.  


-- 
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: dev-unsubscribe@bigtop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [bigtop] vivostar closed pull request #910: BIGTOP-3693: Update the Docker Version

Posted by GitBox <gi...@apache.org>.
vivostar closed pull request #910: BIGTOP-3693: Update the Docker Version
URL: https://github.com/apache/bigtop/pull/910


-- 
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: dev-unsubscribe@bigtop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org