dr-portal (latest)

Published 2026-05-11 00:22:34 +00:00 by mhugo

Installation

docker pull git.infra.centralcloud.com/centralcloud/dr-portal:latest
sha256:bb03e01d0e13b0483d1eb7d9f08e897c39b51dc69327a1a1352ad5522d545beb

Image layers

ADD alpine-minirootfs-3.19.9-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
RUN /bin/sh -c apk add --no-cache ca-certificates sqlite curl wget tzdata # buildkit
WORKDIR /app
RUN /bin/sh -c mkdir -p /app/certs /app/data /app/config /app/downloads # buildkit
ENV HEADSCALE_VERSION=0.22.3
RUN /bin/sh -c wget -q -O /usr/local/bin/headscale https://github.com/juanfont/headscale/releases/download/v${HEADSCALE_VERSION}/headscale_${HEADSCALE_VERSION}_linux_amd64 && chmod +x /usr/local/bin/headscale # buildkit
ENV WALG_VERSION=v2.0.1
RUN /bin/sh -c wget -q -O /usr/local/bin/wal-g https://github.com/wal-g/wal-g/releases/download/${WALG_VERSION}/wal-g-pg-ubuntu-20.04-amd64.tar.gz && tar -xzf /usr/local/bin/wal-g -C /usr/local/bin/ && chmod +x /usr/local/bin/wal-g-pg-ubuntu-20.04-amd64 && mv /usr/local/bin/wal-g-pg-ubuntu-20.04-amd64 /usr/local/bin/wal-g # buildkit
COPY /build/dr-portal /app/dr-portal # buildkit
COPY /build/portal/templates /app/templates # buildkit
COPY /build/portal/static /app/static # buildkit
COPY migrations/ /app/migrations/ # buildkit
EXPOSE map[443/tcp:{} 80/tcp:{}]
HEALTHCHECK &{["CMD-SHELL" "wget --no-verbose --tries=1 -O /dev/null http://localhost/healthz || exit 1"] "30s" "10s" "5s" "0s" '\x03'}
ENV DR_DB_HOST=postgres DR_DB_PORT=5432 DR_DB_NAME=dr_platform DR_DB_USER=drportal DR_PORTAL_DOMAIN=localhost DR_PORTAL_USE_HTTPS=true DR_INSTALL_PATH=/app
ENTRYPOINT ["/app/dr-portal"]
CMD []
Details
Container
2026-05-11 00:22:34 +00:00
4
OCI / Docker
linux/amd64
48 MiB
Versions (1) View all
latest 2026-05-11