1.15.0-debian-10-r1 release
This commit is contained in:
parent
07592248af
commit
ccdb9f7b8e
|
|
@ -13,7 +13,7 @@ RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wait-for-port" "
|
|||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "postgresql-client" "10.15.0-0" --checksum a3b2c9f7bcc58ec78b2bbb4170cd0bb5b71a8fd8d879187aaff4a7f81326dcfc
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "ini-file" "1.3.0-2" --checksum d89528e5d733f34ae030984584659ff10a36370d40332bd8d41c047764d39cda
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.12.0-2" --checksum 4d858ac600c38af8de454c27b7f65c0074ec3069880cb16d259a6e40a46bbc50
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "pgbouncer" "1.15.0-0" --checksum 4bed55628f31a53980351657b65fd26caefcc5a4484842cb4e819edeabe51431
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "pgbouncer" "1.15.0-1" --checksum 6e3cbcdfcde40c2189c361876710919f9075a0743be4930a4a2f9233ab2eaacd
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
|
@ -27,7 +27,7 @@ COPY rootfs /
|
|||
RUN /opt/bitnami/scripts/locales/add-extra-locales.sh
|
||||
RUN /opt/bitnami/scripts/pgbouncer/postunpack.sh
|
||||
ENV BITNAMI_APP_NAME="pgbouncer" \
|
||||
BITNAMI_IMAGE_VERSION="1.15.0-debian-10-r0" \
|
||||
BITNAMI_IMAGE_VERSION="1.15.0-debian-10-r1" \
|
||||
LANG="en_US.UTF-8" \
|
||||
LANGUAGE="en_US:en" \
|
||||
NSS_WRAPPER_LIB="/opt/bitnami/common/lib/libnss_wrapper.so" \
|
||||
|
|
|
|||
|
|
@ -15,10 +15,10 @@
|
|||
},
|
||||
"pgbouncer": {
|
||||
"arch": "amd64",
|
||||
"digest": "4bed55628f31a53980351657b65fd26caefcc5a4484842cb4e819edeabe51431",
|
||||
"digest": "6e3cbcdfcde40c2189c361876710919f9075a0743be4930a4a2f9233ab2eaacd",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "1.15.0-0"
|
||||
"version": "1.15.0-1"
|
||||
},
|
||||
"postgresql-client": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ Non-root container images add an extra layer of security and are generally recom
|
|||
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
|
||||
|
||||
|
||||
* [`1`, `1-debian-10`, `1.15.0`, `1.15.0-debian-10-r0`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-pgbouncer/blob/1.15.0-debian-10-r0/1/debian-10/Dockerfile)
|
||||
* [`1`, `1-debian-10`, `1.15.0`, `1.15.0-debian-10-r1`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-pgbouncer/blob/1.15.0-debian-10-r1/1/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/pgbouncer GitHub repo](https://github.com/bitnami/bitnami-docker-pgbouncer).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue