technocloud-public

docker-postgres-backup (pg18)

Published 2026-06-01 00:57:10 +00:00 by akamoroz in technocloud-public/docker-postgres-backup

Installation

docker pull gitea.technocloud.ee/technocloud-public/docker-postgres-backup:pg18
sha256:90a4b6be0c50e5676252eb492f3395650f5351d03f391fdafd88c83040c630f6

Images

Digest OS / Arch Size
0954c011e3 linux/amd64 43 MiB
8039785fda linux/arm64 43 MiB

Image Layers ( linux/arm64)

ADD alpine-minirootfs-3.23.4-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 postgresql18-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-06-01 00:57:10 +00:00
2
OCI / Docker
Versions (5) View all
pg18 2026-06-01
pg17 2026-06-01
pg16 2026-06-01
pg15 2026-06-01
pg14 2024-12-08