p11/postgresql (sha256:03c55fef6671979a5830fd4e7dcfea9f4593b559dcf6dbda98104a85b5f80364)

Published 2024-12-13 18:49:10 +03:00 by fedorovand

Installation

docker pull gitea.basealt.ru/images/p11/postgresql@sha256:03c55fef6671979a5830fd4e7dcfea9f4593b559dcf6dbda98104a85b5f80364
sha256:03c55fef6671979a5830fd4e7dcfea9f4593b559dcf6dbda98104a85b5f80364

About this package

PostgreSQL rograms and libraries

Image Layers

MAINTAINER [Alexey Shabalin <shaba@altlinux.org>] [Nadezhda Fedorova <fedor@altlinux.org]
LABEL org.opencontainers.image.title="alt"
LABEL org.opencontainers.image.description="Minimal image"
LABEL org.opencontainers.image.licenses="ALT-Container or GPLv3"
LABEL org.opencontainers.image.vendor="ALT Linux Team"
ADD file:cb79e8bc0a031ed6de92848f76843c3fe0e1007b058c74f33b478900f1602ec3 in /
/bin/sh -c true > /etc/security/limits.d/50-defaults.conf
CMD ["/bin/bash"]
MAINTAINER alt-cloud
LABEL org.opencontainers.image.title="base"
LABEL org.opencontainers.image.description="Base image with localization and timezone packages"
LABEL org.opencontainers.image.licenses="GPLv2"
LABEL org.opencontainers.image.vendor="ALT Linux Team"
/bin/sh -c apt-get update && $([ "$(rpm --eval %_host_cpu)" = i586 ] && echo linux32) apt-get install -y glibc-gconv-modules glibc-locales tzdata && rm -f /var/cache/apt/archives/*.rpm /var/cache/apt/*.bin /var/lib/apt/lists/*.*
CMD ["bash"]
MAINTAINER alt-cloud
LABEL org.opencontainers.image.title="postgresql16"
LABEL org.opencontainers.image.description="PostgreSQL rograms and libraries"
LABEL org.opencontainers.image.source="https://github.com/postgres/postgres"
LABEL org.opencontainers.image.licenses="PostgreSQL"
LABEL org.opencontainers.image.vendor="ALT Linux Team"
/bin/sh -c apt-get update && $([ "$(rpm --eval %_host_cpu)" = i586 ] && echo linux32) apt-get install -y postgresql16 postgresql16-server && rm -f /var/cache/apt/archives/*.rpm /var/cache/apt/*.bin /var/lib/apt/lists/*.*
/bin/sh -c usermod -a -G postgres postgres
/bin/sh -c chown -R postgres:postgres /var/lib/pgsql
USER postgres
WORKDIR /var/lib/pgsql
EXPOSE 5432
VOLUME [ "/var/lib/pgsql/data" ]

Labels

Key Value
io.buildah.version 1.37.5
org.opencontainers.image.description PostgreSQL rograms and libraries
org.opencontainers.image.licenses PostgreSQL
org.opencontainers.image.source https://github.com/postgres/postgres
org.opencontainers.image.title postgresql16
org.opencontainers.image.vendor ALT Linux Team
Details
Container
2024-12-13 18:49:10 +03:00
0
OCI / Docker
linux/amd64
PostgreSQL
174 MiB
Versions (1) View all
latest 2024-12-13