backend (sha256:c869f4cd33efc3bd5eb4099c22b13322d5c58447b1a8c833589af11d3975b83d)

Published 2025-05-07 21:17:28 +00:00 by radical in gorb/backend

Installation

docker pull git.gorb.app/gorb/backend@sha256:c869f4cd33efc3bd5eb4099c22b13322d5c58447b1a8c833589af11d3975b83d
sha256:c869f4cd33efc3bd5eb4099c22b13322d5c58447b1a8c833589af11d3975b83d

Image layers

# debian.sh --arch 'arm64' out/ 'bookworm' '@1745798400'
RUN /bin/sh -c apt update && apt install libssl3 && rm -rf /var/lib/apt/lists/* /var/cache/apt/* /tmp/* # buildkit
COPY /src/target/release/backend /usr/bin/gorb-backend # buildkit
COPY entrypoint.sh /usr/bin/entrypoint.sh # buildkit
RUN /bin/sh -c useradd --create-home --home-dir /gorb gorb # buildkit
USER gorb
ENV DATABASE_USERNAME=gorb DATABASE_PASSWORD=gorb DATABASE=gorb DATABASE_HOST=database DATABASE_PORT=5432 CACHE_DB_HOST=valkey CACHE_DB_PORT=6379
ENTRYPOINT ["/usr/bin/entrypoint.sh"]
Details
Container
2025-05-07 21:17:28 +00:00
0
OCI / Docker
linux/arm64
31 MiB
Versions (1) View all
main 2025-05-07