Fix nightly CD for python docker image releases#19772
Fix nightly CD for python docker image releases#19772mseth10 merged 29 commits intoapache:masterfrom
Conversation
|
Hey @mseth10 , Thanks for submitting the PR
CI supported jobs: [edge, sanity, centos-cpu, centos-gpu, windows-cpu, unix-cpu, windows-gpu, unix-gpu, website, clang, miscellaneous] Note: |
leezu
left a comment
There was a problem hiding this comment.
As part of this work, can we reconsider the publication strategy? Currently nightly builds are pushed to dockerhub, which is not compatible with ASF policy. Instead, can you configure the job to only push on approved release tags?
757ce96 to
80933f2
Compare
16e19e1 to
20031c5
Compare
fa6f4b8 to
cf2a505
Compare
As part of this PR, the docker push target has been moved to a public ECR repository. |
cd/utils/mxnet_base_image.sh
Outdated
| ;; | ||
| cu112*) | ||
| echo "nvidia/cuda:11.2-cudnn8-runtime-ubuntu16.04" | ||
| echo "nvidia/cuda:11.2.1-cudnn8-runtime-ubuntu16.04" |
There was a problem hiding this comment.
ubuntu 16.04 is EOL by April, 2021 (https://ubuntu.com/about/release-cycle), Can we please move to ubuntu 18.04 or 20.04?
There was a problem hiding this comment.
Moved to ubuntu 18.04 for all docker base images
Description
This PR makes multiple changes to fix the nightly CD pipeline for python docker image releases.