Skip to content

Commit

Permalink
Update debian base image (#4)
Browse files Browse the repository at this point in the history
Signed-off-by: Yi Chen <[email protected]>
  • Loading branch information
ChenYi015 authored Jan 2, 2025
1 parent d40ff84 commit 03b5e76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ADD . /go/src/github.com/kubeflow/mpi-operator
WORKDIR /go/src/github.com/kubeflow/mpi-operator
RUN make mpi-operator

FROM debian:bullseye-20211220
FROM registry-cn-hangzhou.ack.aliyuncs.com/dev/debian:12-base
COPY --from=build /go/src/github.com/kubeflow/mpi-operator/_output/cmd/bin/* /opt/

ENTRYPOINT ["/opt/mpi-operator"]
Expand Down

0 comments on commit 03b5e76

Please sign in to comment.