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 2019/12/14 01:09:34 UTC

[GitHub] [incubator-mxnet] larroy commented on a change in pull request #17063: Fix armv7 build by updating the base container and pin it

larroy commented on a change in pull request #17063: Fix armv7 build by updating the base container and pin it
URL: https://github.com/apache/incubator-mxnet/pull/17063#discussion_r357885491
 
 

 ##########
 File path: ci/docker/Dockerfile.build.armv7
 ##########
 @@ -18,7 +18,10 @@
 #
 # Dockerfile to build MXNet for Android ARMv7
 
-FROM mxnetcipinned/dockcross-linux-armv7:11262018
+# The container is pinned for preventing CI failures on updates, swap below to use 
+# the upstream container
+#FROM dockcross/linux-armv7
+FROM mxnetci/dockcross-linux-armv7-pinned
 
 Review comment:
   What do you mean?

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


With regards,
Apache Git Services