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_r357931272
 
 

 ##########
 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:
   I think that's the idea, that we push the container if it can be built, so 
we don't have to constantly update this file. Another job would push the 
container to this tag whenever it has been built successfully, so we don't need 
the :TAG here.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to