You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2020/04/27 22:06:15 UTC

[GitHub] [incubator-mxnet] leezu commented on a change in pull request #18179: Enable docker cache build for images listed in docker-compose.yml

leezu commented on a change in pull request #18179:
URL: https://github.com/apache/incubator-mxnet/pull/18179#discussion_r416182047



##########
File path: ci/Jenkinsfile_docker_cache
##########
@@ -38,6 +38,7 @@ core_logic: {
         timeout(time: total_timeout, unit: 'MINUTES') {
           utils.init_git()
           sh "python3 ./ci/docker_cache.py --docker-registry ${env.DOCKER_CACHE_REGISTRY}"
+          sh "cd ci && docker-compose -f docker/docker-compose.yml build --parallel && docker-compose -f docker/docker-compose.yml push "

Review comment:
       The idea is to delete `docker_cache.py` later, so the `docker-compose -f docker/docker-compose.yml build --parallel && docker-compose -f docker/docker-compose.yml push` would be the unified interface.




----------------------------------------------------------------
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.

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