gitea_admin
  • Joined on 2026-05-29

agent-project-template-backend (sha-30d11d6)

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

Installation

docker pull git.wojbed.duckdns.org/gitea_admin/agent-project-template-backend:sha-30d11d6
sha256:e1850589b2e5d85ee739142a37a877b04058885413a67a202b9fdc384695699a

Images

Digest OS / Arch Size
819d16c769 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:05:34.036Z
org.opencontainers.image.description
org.opencontainers.image.licenses
org.opencontainers.image.revision 30d11d62e7b20e282723978fd4ac38f269eac69f
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:00 +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