[bitnami/memcached] Release 1.6.21-debian-11-r0 (#37799)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
9f2e33895a
commit
3b60b457cc
|
|
@ -3,13 +3,13 @@ FROM docker.io/bitnami/minideb:bullseye
|
|||
ARG TARGETARCH
|
||||
|
||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
|
||||
org.opencontainers.image.created="2023-06-15T00:27:57Z" \
|
||||
org.opencontainers.image.created="2023-06-16T03:50:12Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="1.6.20-debian-11-r11" \
|
||||
org.opencontainers.image.ref.name="1.6.21-debian-11-r0" \
|
||||
org.opencontainers.image.title="memcached" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="1.6.20"
|
||||
org.opencontainers.image.version="1.6.21"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
|
|
@ -22,7 +22,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
|||
RUN install_packages ca-certificates curl libevent-2.1-7 libsasl2-2 libsasl2-modules netcat procps sasl2-bin
|
||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
COMPONENTS=( \
|
||||
"memcached-1.6.20-1-linux-${OS_ARCH}-debian-11" \
|
||||
"memcached-1.6.21-0-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
@ -42,7 +42,7 @@ RUN ln -s /opt/bitnami/scripts/memcached/run.sh /run.sh
|
|||
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/memcached/postunpack.sh
|
||||
ENV APP_VERSION="1.6.20" \
|
||||
ENV APP_VERSION="1.6.21" \
|
||||
BITNAMI_APP_NAME="memcached" \
|
||||
PATH="/opt/bitnami/memcached/bin:$PATH"
|
||||
|
||||
|
|
|
|||
|
|
@ -3,6 +3,6 @@
|
|||
"arch": "amd64",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.6.20-1"
|
||||
"version": "1.6.21-0"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
rolling-tags:
|
||||
- "1"
|
||||
- 1-debian-11
|
||||
- 1.6.20
|
||||
- 1.6.21
|
||||
- latest
|
||||
|
|
|
|||
Loading…
Reference in New Issue