mirror of
https://github.com/bitnami/containers.git
synced 2026-03-06 06:58:01 +08:00
[bitnami/couchdb] Release 3.3.1-debian-11-r10 (#23489)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -5,7 +5,7 @@ ARG TARGETARCH
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="3.3.1-debian-11-r9" \
|
||||
org.opencontainers.image.ref.name="3.3.1-debian-11-r10" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/couchdb" \
|
||||
org.opencontainers.image.title="couchdb" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
@@ -25,7 +25,8 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
"wait-for-port-1.0.6-0-linux-${OS_ARCH}-debian-11" \
|
||||
"ini-file-1.4.5-0-linux-${OS_ARCH}-debian-11" \
|
||||
"gosu-1.16.0-1-linux-${OS_ARCH}-debian-11" \
|
||||
"couchdb-3.3.1-3-linux-${OS_ARCH}-debian-11" \
|
||||
"erlang-25.2.2-0-linux-${OS_ARCH}-debian-11" \
|
||||
"couchdb-3.3.1-4-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
@@ -45,7 +46,7 @@ RUN /opt/bitnami/scripts/couchdb/postunpack.sh
|
||||
ENV APP_VERSION="3.3.1" \
|
||||
BITNAMI_APP_NAME="couchdb" \
|
||||
LD_LIBRARY_PATH="/opt/bitnami/common/lib:$LD_LIBRARY_PATH" \
|
||||
PATH="/opt/bitnami/common/bin:/opt/bitnami/couchdb/bin:$PATH"
|
||||
PATH="/opt/bitnami/common/bin:/opt/bitnami/erlang/bin:/opt/bitnami/couchdb/bin:$PATH"
|
||||
|
||||
VOLUME [ "/bitnami/couchdb" ]
|
||||
|
||||
|
||||
@@ -1,10 +1,17 @@
|
||||
{
|
||||
"couchdb": {
|
||||
"arch": "amd64",
|
||||
"digest": "4e2c4c97f5f1e36d10e4e08f9f9e80fc864441f4bd47bd6b52e619c6ea933f37",
|
||||
"digest": "f74c4da6b705687edf499b0ca8414588d5a15e8ee7905057fa4c0fa7ed5a6d5e",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "3.3.1-3"
|
||||
"version": "3.3.1-4"
|
||||
},
|
||||
"erlang": {
|
||||
"arch": "amd64",
|
||||
"digest": "a1ce099021af9de24b9df83b2f53769caa1e37f71fa0a284d58e8d2662ee385c",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "25.2.2-0"
|
||||
},
|
||||
"gosu": {
|
||||
"arch": "amd64",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
rolling-tags:
|
||||
- "3"
|
||||
- "3-debian-11"
|
||||
- "3.3.1"
|
||||
- "latest"
|
||||
- "3"
|
||||
- 3-debian-11
|
||||
- 3.3.1
|
||||
- latest
|
||||
|
||||
Reference in New Issue
Block a user