osc-api (sha256:b151be23f7cfa44061dc05fc04bb5bbd7d1aa6af265091e3c7d65a3dfdfbd60f)
Installation
docker pull git.sulej.net/osc_dev/osc-api@sha256:b151be23f7cfa44061dc05fc04bb5bbd7d1aa6af265091e3c7d65a3dfdfbd60fsha256:b151be23f7cfa44061dc05fc04bb5bbd7d1aa6af265091e3c7d65a3dfdfbd60fImage layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1779062400' |
| RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates git git-lfs curl && git lfs install --skip-repo && rm -rf /var/lib/apt/lists/* # buildkit |
| WORKDIR /app |
| COPY /app/target/release/osc-api /usr/local/bin/osc-api # buildkit |
| EXPOSE [8000/tcp] |
| HEALTHCHECK {Test:[CMD-SHELL curl -fsS http://127.0.0.1:8000/api/health || exit 1] Interval:30s Timeout:3s StartPeriod:10s StartInterval:0s Retries:3} |
| CMD ["osc-api"] |