mirror of https://github.com/milvus-io/milvus.git
parent
f6761bbc33
commit
745280eeef
|
@ -38,7 +38,6 @@ chmod -R 777 "${DOCKER_VOLUME_DIRECTORY:-.docker}"
|
|||
|
||||
docker-compose pull --ignore-pull-failures ubuntu
|
||||
if [[ "${CHECK_BUILDER:-}" == "1" ]]; then
|
||||
DATE_VERSION=latest docker-compose pull --ignore-pull-failures ubuntu
|
||||
docker-compose build ubuntu
|
||||
fi
|
||||
|
||||
|
|
|
@ -53,5 +53,5 @@ RUN wget -qO- "https://github.com/jeffoverflow/autouseradd/releases/download/1.2
|
|||
RUN wget -O /tini https://github.com/krallin/tini/releases/download/v0.19.0/tini && \
|
||||
chmod +x /tini
|
||||
|
||||
ENTRYPOINT [ "/tini", "--", "autouseradd", "--no-create-home", "--user", "milvus", "--", "/entrypoint.sh" ]
|
||||
ENTRYPOINT [ "/tini", "--", "autouseradd", "--user", "milvus", "--", "/entrypoint.sh" ]
|
||||
CMD ["tail", "-f", "/dev/null"]
|
||||
|
|
Loading…
Reference in New Issue