mirror of
https://github.com/bitnami/containers.git
synced 2026-03-16 06:49:12 +08:00
1.6.14-debian-10-r12 release
This commit is contained in:
@@ -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.14-3" --checksum 8bc00939a0902f8c340db71a7c8efdba2754476ee8767504b240adf01e45ea86
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "memcached" "1.6.14-4" --checksum 458e891d88b49be2125324501457dd402190b31d284d74bb58506dfb280035ff
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-6" --checksum 6f8fd2267481ffbe899a7f93b7b3076cd78dd70b7b9835bed79414932a749664
|
||||
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.14-debian-10-r11" \
|
||||
BITNAMI_IMAGE_VERSION="1.6.14-debian-10-r12" \
|
||||
PATH="/opt/bitnami/memcached/bin:/opt/bitnami/common/bin:$PATH"
|
||||
|
||||
EXPOSE 11211
|
||||
|
||||
@@ -8,9 +8,9 @@
|
||||
},
|
||||
"memcached": {
|
||||
"arch": "amd64",
|
||||
"digest": "8bc00939a0902f8c340db71a7c8efdba2754476ee8767504b240adf01e45ea86",
|
||||
"digest": "458e891d88b49be2125324501457dd402190b31d284d74bb58506dfb280035ff",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "1.6.14-3"
|
||||
"version": "1.6.14-4"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user