kubeflow / mpi-operator

Kubernetes Operator for MPI-based applications (distributed training, HPC, etc.)
https://www.kubeflow.org/docs/components/training/mpi/
Apache License 2.0
426 stars 216 forks source link

migrate off docker hub autobuild #365

Open rongou opened 3 years ago

rongou commented 3 years ago

Right now the deploy and example yaml files point to docker hub images built via their autobuild service, but Docker is turning off that service on June 18th, 2021, so those images won't be updated after that. Need to find an alternative to build these images:

mpioperator/mpi-operator
mpioperator/tensorflow-benchmarks
mpioperator/kubectl-delivery
mpioperator/mxnet-horovod

@terrytangyuan

terrytangyuan commented 3 years ago

@kubeflow/wg-training-leads @PatrickXYS Is there shared infra that can be used for this?

gaocegege commented 3 years ago

cc @Jeffwan

yindia commented 2 years ago

@terrytangyuan @rongou should we use GitHub workflow for publishing these images in GitHub registry ?

terrytangyuan commented 2 years ago

I think new images will be released as part of https://github.com/kubeflow/training-operator.