mirror of
https://github.com/bitnami/containers.git
synced 2026-03-14 14:58:01 +08:00
2.3.1-debian-9-r98 release
This commit is contained in:
@@ -8,7 +8,7 @@ ENV HOME="/" \
|
||||
|
||||
COPY prebuildfs /
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages ca-certificates curl libc6 libgcc1 libicu57 libssl1.1 libstdc++6 libtinfo5 procps unzip zlib1g
|
||||
RUN install_packages ca-certificates curl libc6 libgcc1 libicu57 libssl1.1 libstdc++6 libtinfo5 procps sudo unzip zlib1g
|
||||
RUN . ./libcomponent.sh && component_unpack "couchdb" "2.3.1-6" --checksum 0659a09a8c04ce20dcd680068bdeea110512358c100f33693b58de71d61e708f
|
||||
RUN apt-get update && apt-get upgrade && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
@@ -27,7 +27,7 @@ RUN curl --silent -L https://github.com/bitnami/wait-for-port/releases/download/
|
||||
COPY rootfs /
|
||||
RUN /postunpack.sh
|
||||
ENV BITNAMI_APP_NAME="couchdb" \
|
||||
BITNAMI_IMAGE_VERSION="2.3.1-debian-9-r97" \
|
||||
BITNAMI_IMAGE_VERSION="2.3.1-debian-9-r98" \
|
||||
LD_LIBRARY_PATH="/opt/bitnami/common/lib:$LD_LIBRARY_PATH" \
|
||||
PATH="/opt/bitnami/couchdb/bin:$PATH"
|
||||
|
||||
|
||||
@@ -52,7 +52,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
||||
|
||||
|
||||
* [`2-ol-7`, `2.3.1-ol-7-r126` (2/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-couchdb/blob/2.3.1-ol-7-r126/2/ol-7/Dockerfile)
|
||||
* [`2-debian-9`, `2.3.1-debian-9-r97`, `2`, `2.3.1`, `2.3.1-r97`, `latest` (2/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-couchdb/blob/2.3.1-debian-9-r97/2/debian-9/Dockerfile)
|
||||
* [`2-debian-9`, `2.3.1-debian-9-r98`, `2`, `2.3.1`, `2.3.1-r98`, `latest` (2/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-couchdb/blob/2.3.1-debian-9-r98/2/debian-9/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/couchdb GitHub repo](https://github.com/bitnami/bitnami-docker-couchdb).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user