3.0.26-debian-10-r17 release
This commit is contained in:
parent
3e7b96b891
commit
45967f838b
|
|
@ -11,11 +11,11 @@ ARG JAVA_EXTRA_SECURITY_DIR="/bitnami/java/extra-security"
|
|||
COPY prebuildfs /
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages acl ca-certificates curl gzip libbz2-1.0 libc6 libgcc1 libjemalloc2 libncursesw6 libreadline7 libsqlite3-0 libssl1.1 libtinfo6 procps tar zlib1g
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "python" "2.7.18-25" --checksum d8de642930163ff6bd2e82b46a46584df2f2d63bdf594c934cda2d284351b421
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "java" "1.8.322-7" --checksum 3ce0c1dc975421abe79ffa5d459b4562802312f299a86576d1a169fe2d38f5d9
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-6" --checksum 6f8fd2267481ffbe899a7f93b7b3076cd78dd70b7b9835bed79414932a749664
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "yq" "4.21.1-0" --checksum 4a2289448b8cfe68482c1316d901a1f68692194085b6f0b05c64538bdf3858f8
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "cassandra" "3.0.26-2" --checksum 15b4a54c5a5cacb53b31b8c0f0eb20f715e587a3260dba566595ea3e403a729b
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "python" "2.7.18-26" --checksum fd52077cc4ff3286c0b4094f30fc392f741b662268eeffd8259ffbdbc22d7bd5
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "java" "1.8.322-8" --checksum d5670d09ac0e679ae28306e417e77e91b44051908ca3a82259efcd70764b996f
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-7" --checksum d6280b6f647a62bf6edc74dc8e526bfff63ddd8067dcb8540843f47203d9ccf1
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "yq" "4.21.1-1" --checksum d0927015892d9e13182fbf5242b41d75de0bf5eca43106bb1c0f0f936b05144a
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "cassandra" "3.0.26-3" --checksum e9521bede618ceec4d8e0db40236a653deeb033fad3ee754f010a9061ccca5b0
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
|
@ -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="3.0.26-debian-10-r16" \
|
||||
BITNAMI_IMAGE_VERSION="3.0.26-debian-10-r17" \
|
||||
JAVA_HOME="/opt/bitnami/java" \
|
||||
PATH="/opt/bitnami/python/bin:/opt/bitnami/java/bin:/opt/bitnami/common/bin:/opt/bitnami/cassandra/bin:$PATH"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,37 +1,37 @@
|
|||
{
|
||||
"cassandra": {
|
||||
"arch": "amd64",
|
||||
"digest": "15b4a54c5a5cacb53b31b8c0f0eb20f715e587a3260dba566595ea3e403a729b",
|
||||
"digest": "e9521bede618ceec4d8e0db40236a653deeb033fad3ee754f010a9061ccca5b0",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "3.0.26-2"
|
||||
"version": "3.0.26-3"
|
||||
},
|
||||
"gosu": {
|
||||
"arch": "amd64",
|
||||
"digest": "6f8fd2267481ffbe899a7f93b7b3076cd78dd70b7b9835bed79414932a749664",
|
||||
"digest": "d6280b6f647a62bf6edc74dc8e526bfff63ddd8067dcb8540843f47203d9ccf1",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "1.14.0-6"
|
||||
"version": "1.14.0-7"
|
||||
},
|
||||
"java": {
|
||||
"arch": "amd64",
|
||||
"digest": "3ce0c1dc975421abe79ffa5d459b4562802312f299a86576d1a169fe2d38f5d9",
|
||||
"digest": "d5670d09ac0e679ae28306e417e77e91b44051908ca3a82259efcd70764b996f",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "1.8.322-7"
|
||||
"version": "1.8.322-8"
|
||||
},
|
||||
"python": {
|
||||
"arch": "amd64",
|
||||
"digest": "d8de642930163ff6bd2e82b46a46584df2f2d63bdf594c934cda2d284351b421",
|
||||
"digest": "fd52077cc4ff3286c0b4094f30fc392f741b662268eeffd8259ffbdbc22d7bd5",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "2.7.18-25"
|
||||
"version": "2.7.18-26"
|
||||
},
|
||||
"yq": {
|
||||
"arch": "amd64",
|
||||
"digest": "4a2289448b8cfe68482c1316d901a1f68692194085b6f0b05c64538bdf3858f8",
|
||||
"digest": "d0927015892d9e13182fbf5242b41d75de0bf5eca43106bb1c0f0f936b05144a",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "4.21.1-0"
|
||||
"version": "4.21.1-1"
|
||||
}
|
||||
}
|
||||
|
|
@ -74,9 +74,8 @@ is_dir_empty() {
|
|||
# boolean
|
||||
#########################
|
||||
is_mounted_dir_empty() {
|
||||
local -r path="${1:?missing directory}"
|
||||
# Calculate real path in order to avoid issues with symlinks
|
||||
local -r dir="$(realpath "$path")"
|
||||
local dir="${1:?missing directory}"
|
||||
|
||||
if is_dir_empty "$dir" || find "$dir" -mindepth 1 -maxdepth 1 -not -name ".snapshot" -not -name "lost+found" -exec false {} +; then
|
||||
true
|
||||
else
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
|||
|
||||
* [`4.0`, `4.0-debian-10`, `4.0.3`, `4.0.3-debian-10-r10`, `latest` (4.0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-cassandra/blob/4.0.3-debian-10-r10/4.0/debian-10/Dockerfile)
|
||||
* [`3.11`, `3.11-debian-10`, `3.11.12`, `3.11.12-debian-10-r17` (3.11/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-cassandra/blob/3.11.12-debian-10-r17/3.11/debian-10/Dockerfile)
|
||||
* [`3.0`, `3.0-debian-10`, `3.0.26`, `3.0.26-debian-10-r16` (3.0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-cassandra/blob/3.0.26-debian-10-r16/3.0/debian-10/Dockerfile)
|
||||
* [`3.0`, `3.0-debian-10`, `3.0.26`, `3.0.26-debian-10-r17` (3.0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-cassandra/blob/3.0.26-debian-10-r17/3.0/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