1.6.15-debian-11-r3 release
This commit is contained in:
parent
e801d656a4
commit
e04f78a560
|
|
@ -9,8 +9,8 @@ ENV HOME="/" \
|
|||
COPY prebuildfs /
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages acl ca-certificates curl gzip libc6 libevent-2.1-7 libsasl2-2 libsasl2-modules procps sasl2-bin tar
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "memcached" "1.6.15-0" --checksum 0f717af5c53843c3fe20edbb606aaf56a2229fa999aa9701cc2cd1b67495dd53
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-0" --checksum da4a2f759ccc57c100d795b71ab297f48b31c4dd7578d773d963bbd49c42bd7b
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "memcached" "1.6.15-150" --checksum 0f717af5c53843c3fe20edbb606aaf56a2229fa999aa9701cc2cd1b67495dd53
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-150" --checksum da4a2f759ccc57c100d795b71ab297f48b31c4dd7578d773d963bbd49c42bd7b
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
|
|
|||
|
|
@ -4,13 +4,13 @@
|
|||
"digest": "da4a2f759ccc57c100d795b71ab297f48b31c4dd7578d773d963bbd49c42bd7b",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.14.0-0"
|
||||
"version": "1.14.0-150"
|
||||
},
|
||||
"memcached": {
|
||||
"arch": "amd64",
|
||||
"digest": "0f717af5c53843c3fe20edbb606aaf56a2229fa999aa9701cc2cd1b67495dd53",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.6.15-0"
|
||||
"version": "1.6.15-150"
|
||||
}
|
||||
}
|
||||
|
|
@ -45,7 +45,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-11`, `1.6.15`, `1.6.15-debian-11-r2`, `latest` (1/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-memcached/blob/1.6.15-debian-11-r2/1/debian-11/Dockerfile)
|
||||
* [`1`, `1-debian-11`, `1.6.15`, `1.6.15-debian-11-r3`, `latest` (1/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-memcached/blob/1.6.15-debian-11-r3/1/debian-11/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/memcached GitHub repo](https://github.com/bitnami/bitnami-docker-memcached).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue