gitea_admin
  • Joined on 2026-05-29

agent-project-template-backend (sha-ddf6031)

Published 2026-06-05 11:06:34 +00:00 by gitea_admin

Installation

docker pull git.wojbed.duckdns.org/gitea_admin/agent-project-template-backend:sha-ddf6031
sha256:bb8f58480fecb2787bf35114b7cb050cdbc29b177fb1592fea86809c97da3e03

Images

Digest OS / Arch Size
a1f1d9d0bc linux/amd64 60 MiB

Image Layers ( linux/amd64)

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.version=24.04
ADD file:46ac5b8ee4c64ad9ebe840abd5619f571a617ac19483764d47d0eeba7907934f in /
CMD ["/bin/bash"]
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates tzdata && rm -rf /var/lib/apt/lists/* # buildkit
WORKDIR /app
COPY --chmod=755 bin/backend_linux_amd64 . # buildkit
COPY firebase-admin-key.json . # buildkit
COPY docs/ docs/ # buildkit
EXPOSE [3000/tcp]
ENV HTTP_PORT=3000
ENV DB_HOST=postgres
ENV DB_PORT=5432
ENV DB_USER=postgres
ENV DB_PASSWORD=postgres
ENV DB_NAME=backend_db
ENV S3_ENDPOINT=minio:9000
ENV FIREBASE_ADMIN_KEY_PATH=/app/firebase-admin-key.json
CMD ["/app/backend_linux_amd64"]

Labels

Key Value
org.opencontainers.image.created 2026-06-05T11:06:06.034Z
org.opencontainers.image.description
org.opencontainers.image.licenses
org.opencontainers.image.revision ddf6031788bdf866d290396af7cfc4736decb6fe
org.opencontainers.image.source https://github.com/benq95/agent-project-template
org.opencontainers.image.title agent-project-template
org.opencontainers.image.url https://github.com/benq95/agent-project-template
org.opencontainers.image.version master
Details
Container
2026-06-05 11:06:34 +00:00
0
OCI / Docker
Versions (6) View all
master 2026-07-15
sha-079f2a6 2026-07-15
sha-fa2d2a4 2026-06-14
sha-ddf6031 2026-06-05
sha-30d11d6 2026-06-05