1.6.9-debian-10-r190 release

This commit is contained in:
Bitnami Bot
2021-06-23 08:07:13 +00:00
parent dee2b23bb0
commit 9f0dc1185d
4 changed files with 6 additions and 6 deletions

View File

@@ -9,7 +9,7 @@ ENV HOME="/" \
COPY prebuildfs /
# Install required system packages and dependencies
RUN install_packages acl ca-certificates curl gzip libc6 libevent-2.1-6 libsasl2-2 libsasl2-modules procps sasl2-bin tar
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "memcached" "1.6.9-0" --checksum ba34c1a7f77068678199d5975d45132fab0e6f2fec923150ff94d145340c37af
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "memcached" "1.6.9-1" --checksum 6a25bd53f52c6e806c9b76e00465f87e7f4ac8d8898afaab2382131f3cd6c8ed
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.13.0-0" --checksum fd7257c2736164d02832dbf72e2c1ed9d875bf3e32f0988520796bc503330129
RUN chmod g+rwX /opt/bitnami
RUN ln -s /opt/bitnami/scripts/memcached/entrypoint.sh /entrypoint.sh
@@ -18,7 +18,7 @@ RUN ln -s /opt/bitnami/scripts/memcached/run.sh /run.sh
COPY rootfs /
RUN /opt/bitnami/scripts/memcached/postunpack.sh
ENV BITNAMI_APP_NAME="memcached" \
BITNAMI_IMAGE_VERSION="1.6.9-debian-10-r189" \
BITNAMI_IMAGE_VERSION="1.6.9-debian-10-r190" \
PATH="/opt/bitnami/memcached/bin:/opt/bitnami/common/bin:$PATH"
EXPOSE 11211

View File

@@ -8,9 +8,9 @@
},
"memcached": {
"arch": "amd64",
"digest": "ba34c1a7f77068678199d5975d45132fab0e6f2fec923150ff94d145340c37af",
"digest": "6a25bd53f52c6e806c9b76e00465f87e7f4ac8d8898afaab2382131f3cd6c8ed",
"distro": "debian-10",
"type": "NAMI",
"version": "1.6.9-0"
"version": "1.6.9-1"
}
}

View File

@@ -17,7 +17,7 @@ set -o pipefail
print_welcome_page
if [[ "$*" = "/opt/bitnami/scripts/memcached/run.sh" || "$*" = "/run.sh" ]]; then
if [[ "$*" = *"/opt/bitnami/scripts/memcached/run.sh"* || "$*" = *"/run.sh"* ]]; then
info "** Starting Memcached setup **"
/opt/bitnami/scripts/memcached/setup.sh
info "** Memcached setup finished! **"

View File

@@ -44,7 +44,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.6.9`, `1.6.9-debian-10-r189`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-memcached/blob/1.6.9-debian-10-r189/1/debian-10/Dockerfile)
* [`1`, `1-debian-10`, `1.6.9`, `1.6.9-debian-10-r190`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-memcached/blob/1.6.9-debian-10-r190/1/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/memcached GitHub repo](https://github.com/bitnami/bitnami-docker-memcached).