mirror of
https://github.com/bitnami/containers.git
synced 2026-03-09 15:40:15 +08:00
1.5.21-debian-9-r0 release
This commit is contained in:
@@ -9,7 +9,7 @@ ENV HOME="/" \
|
||||
COPY prebuildfs /
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages ca-certificates curl libc6 libevent-2.0-5 libsasl2-2 libsasl2-modules procps sasl2-bin sudo unzip
|
||||
RUN . ./libcomponent.sh && component_unpack "memcached" "1.5.20-1" --checksum 19b6b10c6d0a7ca2845b906a981e4df33aee9959883f3b09ead0b1910d41ce5f
|
||||
RUN . ./libcomponent.sh && component_unpack "memcached" "1.5.21-0" --checksum 473cb820a2de2ade8aa3625a691d9960a3690038b54d4ddd1e0570760a921803
|
||||
RUN apt-get update && apt-get upgrade && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
RUN /build/install-gosu.sh
|
||||
@@ -17,7 +17,7 @@ RUN /build/install-gosu.sh
|
||||
COPY rootfs /
|
||||
RUN /postunpack.sh
|
||||
ENV BITNAMI_APP_NAME="memcached" \
|
||||
BITNAMI_IMAGE_VERSION="1.5.20-debian-9-r55" \
|
||||
BITNAMI_IMAGE_VERSION="1.5.21-debian-9-r0" \
|
||||
PATH="/opt/bitnami/memcached/bin:$PATH"
|
||||
|
||||
EXPOSE 11211
|
||||
|
||||
@@ -46,8 +46,8 @@ 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-9`, `1.5.21-debian-9-r0`, `1`, `1.5.21`, `1.5.21-r0`, `latest` (1/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-memcached/blob/1.5.21-debian-9-r0/1/debian-9/Dockerfile)
|
||||
* [`1-ol-7`, `1.5.20-ol-7-r73` (1/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-memcached/blob/1.5.20-ol-7-r73/1/ol-7/Dockerfile)
|
||||
* [`1-debian-9`, `1.5.20-debian-9-r55`, `1`, `1.5.20`, `1.5.20-r55`, `latest` (1/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-memcached/blob/1.5.20-debian-9-r55/1/debian-9/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/memcached GitHub repo](https://github.com/bitnami/bitnami-docker-memcached).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user