technocloud-public

docker-postgres-backup (pg18)

Published 2026-01-01 00:07:40 +00:00 by akamoroz in technocloud-public/docker-postgres-backup

Installation

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

Images

Digest OS / Arch Size
492f63312d linux/amd64 42 MiB
56c3036e38 linux/arm64 43 MiB

Image Layers ( linux/amd64)

ADD alpine-minirootfs-3.23.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 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-01-01 00:07:40 +00:00
1
OCI / Docker
Versions (5) View all
pg18 2026-01-01
pg17 2026-01-01
pg16 2026-01-01
pg15 2026-01-01
pg14 2024-12-08