Skip to content
This repository was archived by the owner on Oct 26, 2023. It is now read-only.

Commit 018fb60

Browse files
authored
[PLAT-6596] update images to new format. (#143)
1 parent c3e9a5c commit 018fb60

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dockerfiles/mpi-init.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ RUN \
6161

6262
# The final image only contains built artifacts.
6363
# The base image should be up-to-date, but a specific version is not important.
64-
FROM quay.io/domino/debian:10.11-20221208-1806
64+
FROM quay.io/domino/debian:10.11-355533
6565
WORKDIR /root
6666
COPY --from=0 /root/worker-utils.tgz ./
6767
CMD tar -C / -xf /root/worker-utils.tgz

dockerfiles/mpi-sync.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM quay.io/domino/debian:10.11-20221208-1806
1+
FROM quay.io/domino/debian:10.11-355533
22

33
ARG DOMINO_UID=12574
44
ARG DOMINO_USER=domino

0 commit comments

Comments
 (0)