kubeflow / mxnet-operator

A Kubernetes operator for mxnet jobs
Apache License 2.0
53 stars 34 forks source link

Release a new container image with v1 binary #79

Closed Jeffwan closed 3 years ago

Jeffwan commented 4 years ago

docker.io/mxjob/mxnet-operator:v1 this one exists but doesn't seem correctly built in the past, there's no binary under /opt/kubeflow, go version is 1.10..

docker.io/mxjob/mxnet-operator:v1beta1 seems have binary /opt/kubeflow/mxnet-operator.v1beta1 in the right place.

I think it would be better to onboard GCR to host these images.

Jeffwan commented 3 years ago

Use kubeflow/mxnet-operator:v1.1.0 please.