镜像信息
{
"Id": "sha256:35c8a13c98ec9052fef963395dbdc79541071afe15a5c230db91f3797fd83851",
"RepoTags": [
"apecloud/pgbouncer:1.19.0",
"swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apecloud/pgbouncer:1.19.0"
],
"RepoDigests": [
"apecloud/pgbouncer@sha256:c788fda7436d178e6ea94cf7b8fa767005f0ef483edd90b328c560e1935b26b5",
"swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apecloud/pgbouncer@sha256:8b86eceaaad25f8504ff69440557f2a2c168d38119c6951e79981563321229af"
],
"Parent": "",
"Comment": "[{\"created\":\"2023-05-12T00:10:11.513452739Z\",\"comment\":\"from Bitnami with love\"},{\"created\":\"2023-05-30T22:35:17.412726767Z\",\"created_by\":\"ARG TARGETARCH\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2023-05-30T22:35:17.412726767Z\",\"created_by\":\"LABEL org.opencontainers.image.base.name=docker.io/bitnami/minideb:bullseye org.opencontainers.image.created=2023-05-30T22:34:14Z org.opencontainers.image.description=Application packaged by VMware, Inc org.opencontainers.image.licenses=Apache-2.0 org.opencontainers.image.ref.name=1.19.0-debian-11-r8 org.opencontainers.image.title=pgbouncer org.opencontainers.image.vendor=VMware, Inc. org.opencontainers.image.version=1.19.0\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2023-05-30T22:35:17.412726767Z\",\"created_by\":\"ENV HOME=/ OS_ARCH=amd64 OS_FLAVOUR=debian-11 OS_NAME=linux\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2023-05-30T22:35:17.412726767Z\",\"created_by\":\"COPY prebuildfs / # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2023-05-30T22:35:17.412726767Z\",\"created_by\":\"SHELL [/bin/bash -o pipefail -c]\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2023-05-30T22:35:24.894704849Z\",\"created_by\":\"RUN |1 TARGETARCH=amd64 /bin/bash -o pipefail -c install_packages ca-certificates curl libaudit1 libbsd0 libc-ares2 libcap-ng0 libedit2 libevent-2.1-7 libffi7 libgcc-s1 libgmp10 libgnutls30 libhogweed6 libicu67 libidn2-0 libldap-2.4-2 liblzma5 libmd0 libnettle8 libp11-kit0 libpam0g libsasl2-2 libssl1.1 libstdc++6 libtasn1-6 libtinfo6 libunistring2 libuuid1 libxml2 libxslt1.1 locales procps zlib1g # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2023-05-30T22:35:25.405505219Z\",\"created_by\":\"RUN |1 TARGETARCH=amd64 /bin/bash -o pipefail -c mkdir -p /tmp/bitnami/pkg/cache/ \\u0026\\u0026 cd /tmp/bitnami/pkg/cache/ \\u0026\\u0026 COMPONENTS=( \\\"wait-for-port-1.0.6-7-linux-${OS_ARCH}-debian-11\\\" \\\"postgresql-client-14.8.0-1-linux-${OS_ARCH}-debian-11\\\" \\\"ini-file-1.4.5-6-linux-${OS_ARCH}-debian-11\\\" \\\"pgbouncer-1.19.0-1-linux-${OS_ARCH}-debian-11\\\" ) \\u0026\\u0026 for COMPONENT in \\\"${COMPONENTS[@]}\\\"; do if [ ! -f \\\"${COMPONENT}.tar.gz\\\" ]; then curl -SsLf \\\"https://downloads.bitnami.com/files/stacksmith/${COMPONENT}.tar.gz\\\" -O ; curl -SsLf \\\"https://downloads.bitnami.com/files/stacksmith/${COMPONENT}.tar.gz.sha256\\\" -O ; fi \\u0026\\u0026 sha256sum -c \\\"${COMPONENT}.tar.gz.sha256\\\" \\u0026\\u0026 tar -zxf \\\"${COMPONENT}.tar.gz\\\" -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' \\u0026\\u0026 rm -rf \\\"${COMPONENT}\\\".tar.gz{,.sha256} ; done # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2023-05-30T22:35:27.55776642Z\",\"created_by\":\"RUN |1 TARGETARCH=amd64 /bin/bash -o pipefail -c apt-get autoremove --purge -y curl \\u0026\\u0026 apt-get update \\u0026\\u0026 apt-get upgrade -y \\u0026\\u0026 apt-get clean \\u0026\\u0026 rm -rf /var/lib/apt/lists /var/cache/apt/archives # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2023-05-30T22:35:27.64006221Z\",\"created_by\":\"RUN |1 TARGETARCH=amd64 /bin/bash -o pipefail -c chmod g+rwX /opt/bitnami # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2023-05-30T22:35:28.825966642Z\",\"created_by\":\"RUN |1 TARGETARCH=amd64 /bin/bash -o pipefail -c localedef -c -f UTF-8 -i en_US en_US.UTF-8 # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2023-05-30T22:35:29.347499995Z\",\"created_by\":\"RUN |1 TARGETARCH=amd64 /bin/bash -o pipefail -c update-locale LANG=C.UTF-8 LC_MESSAGES=POSIX \\u0026\\u0026 DEBIAN_FRONTEND=noninteractive dpkg-reconfigure locales # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2023-05-30T22:35:30.53021176Z\",\"created_by\":\"RUN |1 TARGETARCH=amd64 /bin/bash -o pipefail -c echo 'en_GB.UTF-8 UTF-8' \\u003e\\u003e /etc/locale.gen \\u0026\\u0026 locale-gen # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2023-05-30T22:35:32.90625568Z\",\"created_by\":\"RUN |1 TARGETARCH=amd64 /bin/bash -o pipefail -c echo 'en_US.UTF-8 UTF-8' \\u003e\\u003e /etc/locale.gen \\u0026\\u0026 locale-gen # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2023-05-30T22:35:32.94610313Z\",\"created_by\":\"COPY rootfs / # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2023-05-30T22:35:35.386978312Z\",\"created_by\":\"RUN |1 TARGETARCH=amd64 /bin/bash -o pipefail -c /opt/bitnami/scripts/locales/add-extra-locales.sh # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2023-05-30T22:35:35.502528922Z\",\"created_by\":\"RUN |1 TARGETARCH=amd64 /bin/bash -o pipefail -c /opt/bitnami/scripts/pgbouncer/postunpack.sh # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2023-05-30T22:35:35.502528922Z\",\"created_by\":\"ENV APP_VERSION=1.19.0 BITNAMI_APP_NAME=pgbouncer LANG=en_US.UTF-8 LANGUAGE=en_US:en NSS_WRAPPER_LIB=/opt/bitnami/common/lib/libnss_wrapper.so PATH=/opt/bitnami/common/bin:/opt/bitnami/postgresql/bin:/opt/bitnami/pgbouncer/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2023-05-30T22:35:35.502528922Z\",\"created_by\":\"EXPOSE map[6432/tcp:{}]\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2023-05-30T22:35:35.502528922Z\",\"created_by\":\"USER 1001\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2023-05-30T22:35:35.502528922Z\",\"created_by\":\"ENTRYPOINT [\\\"/opt/bitnami/scripts/pgbouncer/entrypoint.sh\\\"]\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2023-05-30T22:35:35.502528922Z\",\"created_by\":\"CMD [\\\"/opt/bitnami/scripts/pgbouncer/run.sh\\\"]\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true}]",
"Created": "2023-05-30T22:35:35.502528922Z",
"Container": "",
"ContainerConfig": null,
"DockerVersion": "",
"Author": "",
"Config": {
"Hostname": "",
"Domainname": "",
"User": "1001",
"AttachStdin": false,
"AttachStdout": false,
"AttachStderr": false,
"ExposedPorts": {
"6432/tcp": {}
},
"Tty": false,
"OpenStdin": false,
"StdinOnce": false,
"Env": [
"PATH=/opt/bitnami/common/bin:/opt/bitnami/postgresql/bin:/opt/bitnami/pgbouncer/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME=/",
"OS_ARCH=amd64",
"OS_FLAVOUR=debian-11",
"OS_NAME=linux",
"APP_VERSION=1.19.0",
"BITNAMI_APP_NAME=pgbouncer",
"LANG=en_US.UTF-8",
"LANGUAGE=en_US:en",
"NSS_WRAPPER_LIB=/opt/bitnami/common/lib/libnss_wrapper.so"
],
"Cmd": [
"/opt/bitnami/scripts/pgbouncer/run.sh"
],
"ArgsEscaped": true,
"Image": "",
"Volumes": null,
"WorkingDir": "",
"Entrypoint": [
"/opt/bitnami/scripts/pgbouncer/entrypoint.sh"
],
"OnBuild": null,
"Labels": {
"org.opencontainers.image.base.name": "docker.io/bitnami/minideb:bullseye",
"org.opencontainers.image.created": "2023-05-30T22:34:14Z",
"org.opencontainers.image.description": "Application packaged by VMware, Inc",
"org.opencontainers.image.licenses": "Apache-2.0",
"org.opencontainers.image.ref.name": "1.19.0-debian-11-r8",
"org.opencontainers.image.title": "pgbouncer",
"org.opencontainers.image.vendor": "VMware, Inc.",
"org.opencontainers.image.version": "1.19.0"
},
"Shell": [
"/bin/bash",
"-o",
"pipefail",
"-c"
]
},
"Architecture": "amd64",
"Os": "linux",
"Size": 157843057,
"GraphDriver": {
"Data": {
"MergedDir": "/var/lib/docker/overlay2/d2385cc293b8bf2a1389cca12b4406a09fcc94159836df4e341e1d64a44384a6/merged",
"UpperDir": "/var/lib/docker/overlay2/d2385cc293b8bf2a1389cca12b4406a09fcc94159836df4e341e1d64a44384a6/diff",
"WorkDir": "/var/lib/docker/overlay2/d2385cc293b8bf2a1389cca12b4406a09fcc94159836df4e341e1d64a44384a6/work"
},
"Name": "overlay2"
},
"RootFS": {
"Type": "layers",
"Layers": [
"sha256:17066870e76a68bece2ebe4221b34c159fd2d6de0e61f49ccc30030b33b1c0f8"
]
},
"Metadata": {
"LastTagTime": "2026-08-12T12:21:03.533014753+08:00"
}
}