1.6.1-debian-10-r0 release
This commit is contained in:
parent
361064f977
commit
724609bd42
|
|
@ -9,7 +9,7 @@ ENV HOME="/" \
|
|||
COPY prebuildfs /
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages ca-certificates curl libc6 libevent-2.1-6 libsasl2-2 libsasl2-modules procps sasl2-bin sudo unzip
|
||||
RUN . ./libcomponent.sh && component_unpack "memcached" "1.6.0-1" --checksum 8c1de120a568dbd3ca2d1ebcbff17e2af4c983a1436a8870d58a15dc2271a370
|
||||
RUN . ./libcomponent.sh && component_unpack "memcached" "1.6.1-0" --checksum 2a912daea05dd7f506501add436f115baefb97bb3a86336785cc4d44066a093a
|
||||
RUN . ./libcomponent.sh && component_unpack "gosu" "1.11.0-3" --checksum c18bb8bcc95aa2494793ed5a506c4d03acc82c8c60ad061d5702e0b4048f0cb1
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
|
|
@ -18,7 +18,7 @@ RUN useradd -r -u 1001 -g root memcached
|
|||
COPY rootfs /
|
||||
RUN /postunpack.sh
|
||||
ENV BITNAMI_APP_NAME="memcached" \
|
||||
BITNAMI_IMAGE_VERSION="1.6.0-debian-10-r9" \
|
||||
BITNAMI_IMAGE_VERSION="1.6.1-debian-10-r0" \
|
||||
PATH="/opt/bitnami/memcached/bin:/opt/bitnami/common/bin:$PATH"
|
||||
|
||||
EXPOSE 11211
|
||||
|
|
|
|||
|
|
@ -46,7 +46,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/containers/how-to/understand-rolling-tags-containers/).
|
||||
|
||||
|
||||
* [`1-debian-10`, `1.6.0-debian-10-r9`, `1`, `1.6.0`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-memcached/blob/1.6.0-debian-10-r9/1/debian-10/Dockerfile)
|
||||
* [`1-debian-10`, `1.6.1-debian-10-r0`, `1`, `1.6.1`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-memcached/blob/1.6.1-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