4.0.1-debian-10-r133 release
This commit is contained in:
parent
b5cbd176f7
commit
e3960e497d
|
|
@ -12,9 +12,9 @@ COPY prebuildfs /
|
|||
# Install required system packages and dependencies
|
||||
RUN install_packages acl ca-certificates curl gzip libbz2-1.0 libc6 libffi6 libgcc1 libjemalloc2 liblzma5 libncursesw6 libreadline7 libsqlite3-0 libssl1.1 libtinfo6 procps tar zlib1g
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "python" "3.9.10-14" --checksum 2265c94194fe1bdee9d1b1af2aac044edc67b86d9c770cfcc20ef3b83e102bb4
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "java" "1.8.322-1" --checksum 064c0df11dedb32c3a3e13c1daac87085ed44ccd816898f11e7a2496ece5d9ee
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-2" --checksum 7419bc5e2be68eb14c92e321acc843413481cda73323fb8c0d1dda8b1e5aa9d5
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "yq" "4.17.2-0" --checksum e44965c2d2878443baa6c21214be5ce416a0ba34aaa3b23127ceb3aaefc72b4a
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "java" "1.8.322-2" --checksum b4d038090cda6aa243de5dc579a06d642918fbfc2473f114bdb443880e8a0d70
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-3" --checksum 276ab5a0be4b05e136ec468d62c8f9cc4f40d9664c55f01f16a9f1209ba16980
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "yq" "4.17.2-2" --checksum d4477fb9d29cf2cf450dcfc09da4db214d3435b6f4412b139bdddfbb20e8252d
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "cassandra" "4.0.1-2" --checksum 32fc25c1fa11721a5079e946ba5297eb10dc405c0b8211aa046ea535618988b2
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
|
|
@ -26,7 +26,7 @@ COPY rootfs /
|
|||
RUN /opt/bitnami/scripts/cassandra/postunpack.sh
|
||||
RUN /opt/bitnami/scripts/java/postunpack.sh
|
||||
ENV BITNAMI_APP_NAME="cassandra" \
|
||||
BITNAMI_IMAGE_VERSION="4.0.1-debian-10-r132" \
|
||||
BITNAMI_IMAGE_VERSION="4.0.1-debian-10-r133" \
|
||||
JAVA_HOME="/opt/bitnami/java" \
|
||||
PATH="/opt/bitnami/python/bin:/opt/bitnami/java/bin:/opt/bitnami/common/bin:/opt/bitnami/cassandra/bin:$PATH"
|
||||
|
||||
|
|
|
|||
|
|
@ -8,17 +8,17 @@
|
|||
},
|
||||
"gosu": {
|
||||
"arch": "amd64",
|
||||
"digest": "7419bc5e2be68eb14c92e321acc843413481cda73323fb8c0d1dda8b1e5aa9d5",
|
||||
"digest": "276ab5a0be4b05e136ec468d62c8f9cc4f40d9664c55f01f16a9f1209ba16980",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "1.14.0-2"
|
||||
"version": "1.14.0-3"
|
||||
},
|
||||
"java": {
|
||||
"arch": "amd64",
|
||||
"digest": "064c0df11dedb32c3a3e13c1daac87085ed44ccd816898f11e7a2496ece5d9ee",
|
||||
"digest": "b4d038090cda6aa243de5dc579a06d642918fbfc2473f114bdb443880e8a0d70",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "1.8.322-1"
|
||||
"version": "1.8.322-2"
|
||||
},
|
||||
"python": {
|
||||
"arch": "amd64",
|
||||
|
|
@ -29,9 +29,9 @@
|
|||
},
|
||||
"yq": {
|
||||
"arch": "amd64",
|
||||
"digest": "e44965c2d2878443baa6c21214be5ce416a0ba34aaa3b23127ceb3aaefc72b4a",
|
||||
"digest": "d4477fb9d29cf2cf450dcfc09da4db214d3435b6f4412b139bdddfbb20e8252d",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "4.17.2-0"
|
||||
"version": "4.17.2-2"
|
||||
}
|
||||
}
|
||||
|
|
@ -50,7 +50,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/).
|
||||
|
||||
|
||||
* [`4.0`, `4.0-debian-10`, `4.0.1`, `4.0.1-debian-10-r132`, `latest` (4.0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-cassandra/blob/4.0.1-debian-10-r132/4.0/debian-10/Dockerfile)
|
||||
* [`4.0`, `4.0-debian-10`, `4.0.1`, `4.0.1-debian-10-r133`, `latest` (4.0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-cassandra/blob/4.0.1-debian-10-r133/4.0/debian-10/Dockerfile)
|
||||
* [`3.11`, `3.11-debian-10`, `3.11.11`, `3.11.11-debian-10-r167` (3.11/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-cassandra/blob/3.11.11-debian-10-r167/3.11/debian-10/Dockerfile)
|
||||
* [`3.0`, `3.0-debian-10`, `3.0.25`, `3.0.25-debian-10-r106` (3.0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-cassandra/blob/3.0.25-debian-10-r106/3.0/debian-10/Dockerfile)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue