mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-02-24 13:30:02 +08:00
OpenContainers
This commit is contained in:
parent
2f19602223
commit
68b7a8f8bc
@ -57,11 +57,17 @@ ENV RAM_SIZE "512M"
|
|||||||
ENV HOST_SERIAL ""
|
ENV HOST_SERIAL ""
|
||||||
ENV GUEST_SERIAL ""
|
ENV GUEST_SERIAL ""
|
||||||
|
|
||||||
|
ARG DATE_ARG=""
|
||||||
ARG BUILD_ARG=0
|
ARG BUILD_ARG=0
|
||||||
ARG VERSION_ARG="0.0"
|
ARG VERSION_ARG="0.0"
|
||||||
ENV BUILD=$BUILD_ARG
|
|
||||||
ENV VERSION=$VERSION_ARG
|
ENV VERSION=$VERSION_ARG
|
||||||
|
|
||||||
|
LABEL org.opencontainers.image.created=${DATE_ARG}
|
||||||
|
LABEL org.opencontainers.image.revision=${BUILD_ARG}
|
||||||
|
LABEL org.opencontainers.image.version=${VERSION_ARG}
|
||||||
|
LABEL org.opencontainers.image.url=https://hub.docker.com/r/kroese/virtual-dsm/
|
||||||
|
LABEL org.opencontainers.image.source=https://github.com/kroese/virtual-dsm/
|
||||||
|
|
||||||
HEALTHCHECK --interval=30s --timeout=2s CMD curl -ILfSs http://20.20.20.21:5000/ || exit 1
|
HEALTHCHECK --interval=30s --timeout=2s CMD curl -ILfSs http://20.20.20.21:5000/ || exit 1
|
||||||
|
|
||||||
ENTRYPOINT ["/run/run.sh"]
|
ENTRYPOINT ["/run/run.sh"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user