orjinfinity
  • Joined on 2026-04-09

odax-backend (latest)

Published 2026-07-04 15:01:47 +00:00 by orjinfinity

Installation

docker pull git.odaxerp.com/orjinfinity/odax-backend:latest
sha256:b226fea4001cc93d69b531fe507963de36e6a93b83342b8c9349731592cbeec2

Images

Digest OS / Arch Size
d59e119a1f linux/arm64 53 MiB

Image Layers ( linux/arm64)

# debian.sh --arch 'arm64' out/ 'bookworm' '@1782172800'
RUN /bin/sh -c apt-get update && apt-get install -y ca-certificates curl && rm -rf /var/lib/apt/lists/* # buildkit
RUN /bin/sh -c groupadd -r -g 10001 app && useradd -r -u 10001 -g app -m -s /usr/sbin/nologin app # buildkit
COPY /app/target/release/suit-app /usr/local/bin/suit-app # buildkit
COPY /app/migrations /app/migrations # buildkit
RUN /bin/sh -c chmod 0755 /usr/local/bin/suit-app && chown -R app:app /app # buildkit
USER app
ENV RUST_LOG=info
EXPOSE [3000/tcp]
HEALTHCHECK {Test:[CMD-SHELL curl -f http://localhost:3000/health || exit 1] Interval:10s Timeout:5s StartPeriod:0s StartInterval:0s Retries:3}
ENTRYPOINT ["/usr/local/bin/suit-app"]
Details
Container
2026-07-04 15:01:47 +00:00
0
OCI / Docker
Versions (2) View all