mirror of
https://github.com/bitnami/containers.git
synced 2026-03-09 15:40:15 +08:00
1.5.22-debian-10-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.1-6 libsasl2-2 libsasl2-modules procps sasl2-bin sudo unzip
|
||||
RUN . ./libcomponent.sh && component_unpack "memcached" "1.5.21-0" --checksum 6637be9422a5e0c663fffca7c644ac29638501a63bdb974eac7c17f97154e2f3
|
||||
RUN . ./libcomponent.sh && component_unpack "memcached" "1.5.22-0" --checksum 8653e4837f04481a6a64a5d06f65e401de413343075c5241c32ccd3b6307ce2f
|
||||
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.21-debian-10-r8" \
|
||||
BITNAMI_IMAGE_VERSION="1.5.22-debian-10-r0" \
|
||||
PATH="/opt/bitnami/memcached/bin:$PATH"
|
||||
|
||||
EXPOSE 11211
|
||||
|
||||
Reference in New Issue
Block a user