mirror of
https://github.com/bitnami/containers.git
synced 2026-04-02 07:18:06 +08:00
7.0.2-debian-11-r0 release
This commit is contained in:
committed by
Bitnami Containers
parent
1579ae0180
commit
950cf7e796
@@ -9,7 +9,7 @@ ENV HOME="/" \
|
|||||||
COPY prebuildfs /
|
COPY prebuildfs /
|
||||||
# Install required system packages and dependencies
|
# Install required system packages and dependencies
|
||||||
RUN install_packages acl ca-certificates curl gzip libc6 libssl1.1 procps tar
|
RUN install_packages acl ca-certificates curl gzip libc6 libssl1.1 procps tar
|
||||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "redis" "7.0.1-150" --checksum 33e3f5ecf1836d5c73acb61c04ae778289a55d8c7599270f24ddcc247e63b9d3
|
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "redis" "7.0.2-0" --checksum fdf76de0b9ec9840e6ca259fb5abcc9d6e883294de1c8388bf1f7c4952a6cc21
|
||||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-150" --checksum da4a2f759ccc57c100d795b71ab297f48b31c4dd7578d773d963bbd49c42bd7b
|
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-150" --checksum da4a2f759ccc57c100d795b71ab297f48b31c4dd7578d773d963bbd49c42bd7b
|
||||||
RUN apt-get update && apt-get upgrade -y && \
|
RUN apt-get update && apt-get upgrade -y && \
|
||||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||||
@@ -17,7 +17,7 @@ RUN chmod g+rwX /opt/bitnami
|
|||||||
|
|
||||||
COPY rootfs /
|
COPY rootfs /
|
||||||
RUN /opt/bitnami/scripts/redis-cluster/postunpack.sh
|
RUN /opt/bitnami/scripts/redis-cluster/postunpack.sh
|
||||||
ENV APP_VERSION="7.0.1" \
|
ENV APP_VERSION="7.0.2" \
|
||||||
BITNAMI_APP_NAME="redis-cluster" \
|
BITNAMI_APP_NAME="redis-cluster" \
|
||||||
PATH="/opt/bitnami/redis/bin:/opt/bitnami/common/bin:$PATH"
|
PATH="/opt/bitnami/redis/bin:/opt/bitnami/common/bin:$PATH"
|
||||||
|
|
||||||
|
|||||||
@@ -8,9 +8,9 @@
|
|||||||
},
|
},
|
||||||
"redis": {
|
"redis": {
|
||||||
"arch": "amd64",
|
"arch": "amd64",
|
||||||
"digest": "33e3f5ecf1836d5c73acb61c04ae778289a55d8c7599270f24ddcc247e63b9d3",
|
"digest": "fdf76de0b9ec9840e6ca259fb5abcc9d6e883294de1c8388bf1f7c4952a6cc21",
|
||||||
"distro": "debian-11",
|
"distro": "debian-11",
|
||||||
"type": "NAMI",
|
"type": "NAMI",
|
||||||
"version": "7.0.1-150"
|
"version": "7.0.2-0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -41,7 +41,7 @@ Bitnami containers can be used with [Kubeapps](https://kubeapps.dev/) for deploy
|
|||||||
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/).
|
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/).
|
||||||
|
|
||||||
|
|
||||||
* [`7.0`, `7.0-debian-11`, `7.0.1`, `7.0.1-debian-11-r3`, `latest` (7.0/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-redis-cluster/blob/7.0.1-debian-11-r3/7.0/debian-11/Dockerfile)
|
* [`7.0`, `7.0-debian-11`, `7.0.2`, `7.0.2-debian-11-r0`, `latest` (7.0/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-redis-cluster/blob/7.0.2-debian-11-r0/7.0/debian-11/Dockerfile)
|
||||||
* [`6.2`, `6.2-debian-11`, `6.2.7`, `6.2.7-debian-11-r3` (6.2/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-redis-cluster/blob/6.2.7-debian-11-r3/6.2/debian-11/Dockerfile)
|
* [`6.2`, `6.2-debian-11`, `6.2.7`, `6.2.7-debian-11-r3` (6.2/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-redis-cluster/blob/6.2.7-debian-11-r3/6.2/debian-11/Dockerfile)
|
||||||
* [`6.0`, `6.0-debian-11`, `6.0.16`, `6.0.16-debian-11-r4` (6.0/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-redis-cluster/blob/6.0.16-debian-11-r4/6.0/debian-11/Dockerfile)
|
* [`6.0`, `6.0-debian-11`, `6.0.16`, `6.0.16-debian-11-r4` (6.0/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-redis-cluster/blob/6.0.16-debian-11-r4/6.0/debian-11/Dockerfile)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user