gitea_admin
  • Joined on 2023-01-30

postgresql-ta (latest)

Published 2025-09-16 15:05:42 +00:00 by gitea_admin

Installation

docker pull gitea.autosys.tk/gitea_admin/postgresql-ta:latest
sha256:bc0ba724c998ede06c23d6fe377104a68cbf632d88768b51314b4578cc1735b6

About this package

Application packaged by Broadcom, Inc.

Image Layers

crane flatten sha256:8c5f2cca1e8215fbbaaaa174cca91d8c318f6579abaef63eb0e18856081df5b8
USER root
ENV TA_LIB_VERSION=0.6.4
ENV DEBIAN_FRONTEND=noninteractive
ENV DEBCONF_NONINTERACTIVE_SEEN=true
ENV PYTHONUNBUFFERED=1
ENV PIP_UPGRADE_STRATEGY=eager
ENV PIP_BREAK_SYSTEM_PACKAGES=1
ENV PIP_PREFER_BINARY=1
ENV PIP_FORCE_REINSTALL=1
ENV MAKEFLAGS=-j8
ENV CFLAGS=-O2 -pipe -fPIC -march=native -mtune=native
RUN /bin/bash -o errexit -o nounset -o pipefail -c apt-get update && apt-get upgrade -y && apt-get install -y build-essential autoconf python3 python3-pip # buildkit
ADD https://github.com/ta-lib/ta-lib/releases/download/v0.6.4/ta-lib-0.6.4-src.tar.gz ./ta-lib-0.6.4-src.tar.gz # buildkit
RUN /bin/bash -o errexit -o nounset -o pipefail -c mkdir ta-lib && tar -xvf ta-lib-${TA_LIB_VERSION}-src.tar.gz -C ./ta-lib && cd ta-lib/ta-lib-${TA_LIB_VERSION} && autoconf && ./configure --prefix=/usr && make install # buildkit
COPY ./requirements-postgresql.txt . # buildkit
RUN /bin/bash -o errexit -o nounset -o pipefail -c pip3 install -r requirements-postgresql.txt && rm -Rf ta-lib* requirements-postgresql.txt # buildkit
COPY /usr/local/pgsql/share/extension/*python* /opt/bitnami/postgresql/share/extension/ # buildkit
COPY /usr/local/pgsql/lib/*python* /opt/bitnami/postgresql/lib/ # buildkit

Labels

Key Value
com.vmware.cp.artifact.flavor sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83
org.opencontainers.image.base.name docker.io/bitnami/minideb:bookworm
org.opencontainers.image.created 2025-06-03T15:54:56Z
org.opencontainers.image.description Application packaged by Broadcom, Inc.
org.opencontainers.image.documentation https://github.com/bitnami/containers/tree/main/bitnami/postgresql/README.md
org.opencontainers.image.ref.name 17.5.0-debian-12-r10
org.opencontainers.image.source https://github.com/bitnami/containers/tree/main/bitnami/postgresql
org.opencontainers.image.title postgresql
org.opencontainers.image.vendor Broadcom, Inc.
org.opencontainers.image.version 17.5.0
Details
Container
2025-09-16 15:05:42 +00:00
10
OCI / Docker
linux/amd64
501 MiB
Versions (1) View all
latest 2025-09-16