leezu 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_r357878395
########## 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: Should this container be given another tag besides `latest` https://hub.docker.com/r/mxnetci/dockcross-linux-armv7-pinned/tags ---------------------------------------------------------------- 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
