osc-api (sha256:cb0fba6ce954baf350c429681101a8e701046ba39eb0dbe5c069911f4982fa2e)
Installation
docker pull git.sulej.net/osc_dev/osc-api@sha256:cb0fba6ce954baf350c429681101a8e701046ba39eb0dbe5c069911f4982fa2esha256:cb0fba6ce954baf350c429681101a8e701046ba39eb0dbe5c069911f4982fa2eImage 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 && 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] |
| CMD ["osc-api"] |