osc-api (sha256:b10bf02b9389b1504643131ff6e61093799da450f6e4f0e369e45c4cd1867251)
Installation
docker pull git.sulej.net/osc_dev/osc-api@sha256:b10bf02b9389b1504643131ff6e61093799da450f6e4f0e369e45c4cd1867251sha256:b10bf02b9389b1504643131ff6e61093799da450f6e4f0e369e45c4cd1867251Image 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"] |