1.6.8-debian-10-r0 release

This commit is contained in:
Bitnami Bot
2020-10-27 06:38:57 +00:00
parent 5eee457339
commit a28f2eeba4
3 changed files with 5 additions and 5 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.7-0" --checksum 736b53ed71e0af83e178c54e7427fba85b36feca5ec6d70ec8ade3cf63acab81
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "memcached" "1.6.8-0" --checksum 922c3d0c8f3dd9e9bb0a2654ab46f4788fc31fa65c0b4049a09fb93118ca3a66
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.12.0-2" --checksum 4d858ac600c38af8de454c27b7f65c0074ec3069880cb16d259a6e40a46bbc50
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
@@ -20,7 +20,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.7-debian-10-r45" \
BITNAMI_IMAGE_VERSION="1.6.8-debian-10-r0" \
PATH="/opt/bitnami/memcached/bin:/opt/bitnami/common/bin:$PATH"
EXPOSE 11211

View File

@@ -8,9 +8,9 @@
},
"memcached": {
"arch": "amd64",
"digest": "736b53ed71e0af83e178c54e7427fba85b36feca5ec6d70ec8ade3cf63acab81",
"digest": "922c3d0c8f3dd9e9bb0a2654ab46f4788fc31fa65c0b4049a09fb93118ca3a66",
"distro": "debian-10",
"type": "NAMI",
"version": "1.6.7-0"
"version": "1.6.8-0"
}
}

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.7`, `1.6.7-debian-10-r45`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-memcached/blob/1.6.7-debian-10-r45/1/debian-10/Dockerfile)
* [`1`, `1-debian-10`, `1.6.8`, `1.6.8-debian-10-r0`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-memcached/blob/1.6.8-debian-10-r0/1/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/memcached GitHub repo](https://github.com/bitnami/bitnami-docker-memcached).