technocloud-public

docker-postgres-backup (pg17)

Published 2025-12-01 00:28:22 +00:00 by akamoroz in technocloud-public/docker-postgres-backup

Installation

docker pull gitea.technocloud.ee/technocloud-public/docker-postgres-backup:pg17
sha256:fd21599e8f92449b88a945510d273427d53364bb7f38a9f364d5ee1a021c7d96

Images

Digest OS / Arch Size
ec9caa71d1 linux/amd64 42 MiB
9d196b8767 linux/arm64 42 MiB

Image Layers ( linux/amd64)

ADD alpine-minirootfs-3.22.2-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
ENV APP_HOME=/home/app/docker-postgres-backup PYTHONUNBUFFERED=1 PYTHONDONTWRITEBYTECODE=1 PIP_BREAK_SYSTEM_PACKAGES=1 PIP_NO_CACHE_DIR=off PIP_DISABLE_PIP_VERSION_CHECK=on LANG=en_US.UTF-8
RUN /bin/sh -c apk --no-cache add postgresql17-client python3 py3-pip tini # buildkit
COPY ./ /home/app/docker-postgres-backup # buildkit
WORKDIR /home/app/docker-postgres-backup
RUN /bin/sh -c python3 -m pip install $APP_HOME # buildkit
ENTRYPOINT ["tini" "--"]
CMD ["python3" "start.py"]
Details
Container
2025-12-01 00:28:22 +00:00
0
OCI / Docker
Versions (4) View all
pg17 2025-12-01
pg16 2025-12-01
pg15 2025-12-01
pg14 2024-12-08