technocloud-public

docker-postgres-backup (pg17)

Published 2026-03-01 00:05:33 +00:00 by akamoroz in technocloud-public/docker-postgres-backup

Installation

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

Images

Digest OS / Arch Size
a2523981cf linux/amd64 42 MiB
e6e04b2c63 linux/arm64 43 MiB

Image Layers ( linux/arm64)

ADD alpine-minirootfs-3.23.3-aarch64.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
2026-03-01 00:05:33 +00:00
0
OCI / Docker
Versions (5) View all
pg18 2026-03-01
pg17 2026-03-01
pg16 2026-03-01
pg15 2026-03-01
pg14 2024-12-08