[bitnami/memcached] Release 1.6.18-debian-11-r0 (#19820)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2023-01-11 10:58:34 +01:00
committed by GitHub
parent a0a28f67be
commit ffe6f9d175
4 changed files with 8 additions and 8 deletions

View File

@@ -4,11 +4,11 @@ ARG TARGETARCH
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
org.opencontainers.image.description="Application packaged by Bitnami" \
org.opencontainers.image.ref.name="1.6.17-debian-11-r45" \
org.opencontainers.image.ref.name="1.6.18-debian-11-r0" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/memcached" \
org.opencontainers.image.title="memcached" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="1.6.17"
org.opencontainers.image.version="1.6.18"
ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \
@@ -21,7 +21,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN install_packages ca-certificates curl libevent-2.1-7 libsasl2-2 libsasl2-modules procps sasl2-bin
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
COMPONENTS=( \
"memcached-1.6.17-1-linux-${OS_ARCH}-debian-11" \
"memcached-1.6.18-0-linux-${OS_ARCH}-debian-11" \
"gosu-1.16.0-0-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
@@ -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.17" \
ENV APP_VERSION="1.6.18" \
BITNAMI_APP_NAME="memcached" \
PATH="/opt/bitnami/memcached/bin:/opt/bitnami/common/bin:$PATH"

View File

@@ -8,9 +8,9 @@
},
"memcached": {
"arch": "amd64",
"digest": "e75edb1b8680e679a8b0a0200a09bcf9123c97c92c57698dfc239a691f5ffaf8",
"digest": "8a1e261ccf96278cdf0728d019ec779b0209b1fbcf13c5f08d64c8ac2b1d357d",
"distro": "debian-11",
"type": "NAMI",
"version": "1.6.17-1"
"version": "1.6.18-0"
}
}

View File

@@ -31,7 +31,7 @@ get_sematic_version () {
while [[ $i -lt $n ]]; do
if [[ -n "${BASH_REMATCH[$i]}" ]] && [[ "${BASH_REMATCH[$i]:0:1}" != '.' ]]; then
version_sections[$j]=${BASH_REMATCH[$i]}
version_sections[j]="${BASH_REMATCH[$i]}"
((j++))
fi
((i++))

View File

@@ -1,5 +1,5 @@
rolling-tags:
- "1"
- "1-debian-11"
- "1.6.17"
- "1.6.18"
- "latest"