3.11.10-debian-10-r0 release
This commit is contained in:
parent
865ac79d43
commit
2dfcdc0596
|
|
@ -13,7 +13,7 @@ RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "python" "2.7.18-
|
|||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "java" "1.8.282-0" --checksum 473d0ab64adfe82d84dd810c28e0f22242eeffbaf74a85febf7586ce013aa7ba
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "yq" "3.4.1-0" --checksum c88c76a7b5214407821771e5fc340f0320d5ded19eada938629603a982b8b640
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.12.0-2" --checksum 4d858ac600c38af8de454c27b7f65c0074ec3069880cb16d259a6e40a46bbc50
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "cassandra" "3.11.9-1" --checksum 2afafbc4e411a4cd21c6f8d3e7b3282cf871cd8563df988d060ce4db2fdcac09
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "cassandra" "3.11.10-0" --checksum 10d89e5093b52383e456a7aad054bbc636d5b4a715152b75da1d610256399600
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
|
@ -23,7 +23,7 @@ RUN ln -s /opt/bitnami/scripts/cassandra/run.sh /run.sh
|
|||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/cassandra/postunpack.sh
|
||||
ENV BITNAMI_APP_NAME="cassandra" \
|
||||
BITNAMI_IMAGE_VERSION="3.11.9-debian-10-r72" \
|
||||
BITNAMI_IMAGE_VERSION="3.11.10-debian-10-r0" \
|
||||
PATH="/opt/bitnami/python/bin:/opt/bitnami/java/bin:/opt/bitnami/common/bin:/opt/bitnami/cassandra/bin:$PATH"
|
||||
|
||||
EXPOSE 7000 9042
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"cassandra": {
|
||||
"arch": "amd64",
|
||||
"digest": "2afafbc4e411a4cd21c6f8d3e7b3282cf871cd8563df988d060ce4db2fdcac09",
|
||||
"digest": "10d89e5093b52383e456a7aad054bbc636d5b4a715152b75da1d610256399600",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "3.11.9-1"
|
||||
"version": "3.11.10-0"
|
||||
},
|
||||
"gosu": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@ Bitnami containers can be used with [Kubeapps](https://kubeapps.com/) 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/).
|
||||
|
||||
|
||||
* [`3`, `3-debian-10`, `3.11.9`, `3.11.9-debian-10-r72`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-cassandra/blob/3.11.9-debian-10-r72/3/debian-10/Dockerfile)
|
||||
* [`3`, `3-debian-10`, `3.11.10`, `3.11.10-debian-10-r0`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-cassandra/blob/3.11.10-debian-10-r0/3/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/cassandra GitHub repo](https://github.com/bitnami/bitnami-docker-cassandra).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue