p11/postgresql (sha256:b87133a3f3474c7b1f6aa251f8ef9f5c75ae766a7c37a45c3f094252904be76e)
Published 2024-12-13 18:49:10 +03:00 by fedorovand
Installation
docker pull gitea.basealt.ru/images/p11/postgresql@sha256:b87133a3f3474c7b1f6aa251f8ef9f5c75ae766a7c37a45c3f094252904be76e
sha256:b87133a3f3474c7b1f6aa251f8ef9f5c75ae766a7c37a45c3f094252904be76e
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:0252be30a32a5ced5ef0a12ee12a0415166549b3dbe5b8703cfcfde1cb999009 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 |