1.6.10-debian-10-r0 release
This commit is contained in:
parent
26ae4a03c6
commit
c4da6cfdc4
|
|
@ -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-1" --checksum 6a25bd53f52c6e806c9b76e00465f87e7f4ac8d8898afaab2382131f3cd6c8ed
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "memcached" "1.6.10-0" --checksum 93290d793ac1df1d36aee35057f3b04983e1e5dc283b42e0873300900ac89909
|
||||
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-r214" \
|
||||
BITNAMI_IMAGE_VERSION="1.6.10-debian-10-r0" \
|
||||
PATH="/opt/bitnami/memcached/bin:/opt/bitnami/common/bin:$PATH"
|
||||
|
||||
EXPOSE 11211
|
||||
|
|
|
|||
|
|
@ -8,9 +8,9 @@
|
|||
},
|
||||
"memcached": {
|
||||
"arch": "amd64",
|
||||
"digest": "6a25bd53f52c6e806c9b76e00465f87e7f4ac8d8898afaab2382131f3cd6c8ed",
|
||||
"digest": "93290d793ac1df1d36aee35057f3b04983e1e5dc283b42e0873300900ac89909",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "1.6.9-1"
|
||||
"version": "1.6.10-0"
|
||||
}
|
||||
}
|
||||
|
|
@ -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-r214`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-memcached/blob/1.6.9-debian-10-r214/1/debian-10/Dockerfile)
|
||||
* [`1`, `1-debian-10`, `1.6.10`, `1.6.10-debian-10-r0`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-memcached/blob/1.6.10-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).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue