1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/opendilab-DI-orchestrator

Клонировать/Скачать
Dockerfile.dev 808
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
liqingping Отправлено 02.09.2021 17:28 a10b55c
# Build the di-operator binary
# Use distroless as minimal base image to package the di-operator binary
# Refer to https://github.com/GoogleContainerTools/distroless for more details
FROM redhat/ubi8:latest as di-operator
LABEL maintainer="opendilab.contact@gmail.com"
RUN ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
WORKDIR /
COPY ./bin/di-operator .
ENTRYPOINT ["/di-operator"]
FROM redhat/ubi8:latest as di-webhook
LABEL maintainer="opendilab.contact@gmail.com"
RUN ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
WORKDIR /
COPY ./bin/di-webhook .
ENTRYPOINT ["/di-webhook"]
FROM redhat/ubi8:latest as di-server
LABEL maintainer="opendilab.contact@gmail.com"
RUN ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
WORKDIR /
COPY ./bin/di-server .
ENTRYPOINT ["/di-server"]

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/opendilab-DI-orchestrator.git
git@api.gitlife.ru:oschina-mirror/opendilab-DI-orchestrator.git
oschina-mirror
opendilab-DI-orchestrator
opendilab-DI-orchestrator
main