dora-site (sha256:d6eb220e39d9005bd0efe49177fbb2d505398b5a14d2da9bdebd40a625ecbc2e)

Published 2026-05-09 19:43:57 +00:00 by mrscaryspacecat in mrscaryspacecat/dora-site

Installation

docker pull git.clowdertech.com/mrscaryspacecat/dora-site@sha256:d6eb220e39d9005bd0efe49177fbb2d505398b5a14d2da9bdebd40a625ecbc2e
sha256:d6eb220e39d9005bd0efe49177fbb2d505398b5a14d2da9bdebd40a625ecbc2e

Image layers

# debian.sh --arch 'amd64' out/ 'trixie' '@1777939200'
ARG APP_NAME=dora-site
ARG UID=10001
LABEL vendor=ClowderTech LLC maintainer=ClowderTech LLC
ENV DEBIAN_FRONTEND=noninteractive
RUN |2 APP_NAME=dora-site UID=10001 /bin/sh -c groupadd --gid "${UID}" --system appuser && useradd --create-home --uid "${UID}" --gid "${UID}" --no-log-init --system appuser # buildkit
RUN |2 APP_NAME=dora-site UID=10001 /bin/sh -c apt-get update && apt-get install -y ca-certificates && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit
USER appuser
WORKDIR /app
COPY ./templates ./templates # buildkit
COPY ./static ./static # buildkit
COPY /app/server /app/server # buildkit
EXPOSE [3000/tcp]
CMD ["/app/server"]

Labels

Key Value
maintainer ClowderTech LLC
org.opencontainers.image.created 2026-05-09T19:42:57.465Z
org.opencontainers.image.description
org.opencontainers.image.licenses
org.opencontainers.image.revision 5e408216053bf64d4bb9175bd930f04f1ee7f5e5
org.opencontainers.image.source https://git.clowdertech.com/mrscaryspacecat/dora-site
org.opencontainers.image.title dora-site
org.opencontainers.image.url https://git.clowdertech.com/mrscaryspacecat/dora-site
org.opencontainers.image.version master
vendor ClowderTech LLC
Details
Container
2026-05-09 19:43:57 +00:00
3
OCI / Docker
linux/amd64
75 MiB
Versions (1) View all
master 2026-05-09