mirror of
https://github.com/bitnami/containers.git
synced 2026-03-15 06:48:04 +08:00
3.0.26-debian-10-r74 release
This commit is contained in:
committed by
Bitnami Containers
parent
a891375c93
commit
82b3e49609
@@ -12,9 +12,9 @@ COPY prebuildfs /
|
|||||||
# Install required system packages and dependencies
|
# 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 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-26" --checksum fd52077cc4ff3286c0b4094f30fc392f741b662268eeffd8259ffbdbc22d7bd5
|
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 "java" "1.8.332-0" --checksum ea45a7908b8a86363659aa7e3953a1308af86db3ffa1656e46036c8e1f7c659a
|
||||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-7" --checksum d6280b6f647a62bf6edc74dc8e526bfff63ddd8067dcb8540843f47203d9ccf1
|
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.24.5-0" --checksum bdae511963f6a46ad128f41f9a6f2eec8c56fbb4929619fcd54232edfec6209e
|
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "yq" "4.25.1-0" --checksum 863b0a81f75feed5c08bb5c1c5b280469b10c7cee9232ecbf613544755a7433c
|
||||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "cassandra" "3.0.26-4" --checksum e9521bede618ceec4d8e0db40236a653deeb033fad3ee754f010a9061ccca5b0
|
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "cassandra" "3.0.26-4" --checksum e9521bede618ceec4d8e0db40236a653deeb033fad3ee754f010a9061ccca5b0
|
||||||
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
|
||||||
|
|||||||
@@ -15,10 +15,10 @@
|
|||||||
},
|
},
|
||||||
"java": {
|
"java": {
|
||||||
"arch": "amd64",
|
"arch": "amd64",
|
||||||
"digest": "d5670d09ac0e679ae28306e417e77e91b44051908ca3a82259efcd70764b996f",
|
"digest": "ea45a7908b8a86363659aa7e3953a1308af86db3ffa1656e46036c8e1f7c659a",
|
||||||
"distro": "debian-10",
|
"distro": "debian-10",
|
||||||
"type": "NAMI",
|
"type": "NAMI",
|
||||||
"version": "1.8.322-8"
|
"version": "1.8.332-0"
|
||||||
},
|
},
|
||||||
"python": {
|
"python": {
|
||||||
"arch": "amd64",
|
"arch": "amd64",
|
||||||
@@ -29,9 +29,9 @@
|
|||||||
},
|
},
|
||||||
"yq": {
|
"yq": {
|
||||||
"arch": "amd64",
|
"arch": "amd64",
|
||||||
"digest": "bdae511963f6a46ad128f41f9a6f2eec8c56fbb4929619fcd54232edfec6209e",
|
"digest": "863b0a81f75feed5c08bb5c1c5b280469b10c7cee9232ecbf613544755a7433c",
|
||||||
"distro": "debian-10",
|
"distro": "debian-10",
|
||||||
"type": "NAMI",
|
"type": "NAMI",
|
||||||
"version": "4.24.5-0"
|
"version": "4.25.1-0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -830,7 +830,9 @@ wait_for_nodetool_up() {
|
|||||||
debug "Checking status with nodetool"
|
debug "Checking status with nodetool"
|
||||||
|
|
||||||
check_function_nodetool() {
|
check_function_nodetool() {
|
||||||
local -r check_cmd=("${CASSANDRA_BIN_DIR}/nodetool")
|
# Using legacy RMI URL parsing to avoid URISyntaxException: 'Malformed IPv6 address at index 7: rmi://[127.0.0.1]:7199' error
|
||||||
|
# https://community.datastax.com/questions/13764/java-version-for-cassandra-3113.html
|
||||||
|
local -r check_cmd=("${CASSANDRA_BIN_DIR}/nodetool" "-Dcom.sun.jndi.rmiURLParsing=legacy")
|
||||||
local -r check_args=("status" "--port" "$CASSANDRA_JMX_PORT_NUMBER")
|
local -r check_args=("status" "--port" "$CASSANDRA_JMX_PORT_NUMBER")
|
||||||
local -r machine_ip="$(dns_lookup "$CASSANDRA_HOST" "v4")"
|
local -r machine_ip="$(dns_lookup "$CASSANDRA_HOST" "v4")"
|
||||||
local -r check_regex="UN\s*(${CASSANDRA_HOST}|${machine_ip}|127.0.0.1)"
|
local -r check_regex="UN\s*(${CASSANDRA_HOST}|${machine_ip}|127.0.0.1)"
|
||||||
@@ -977,7 +979,9 @@ cassandra_stop() {
|
|||||||
! is_cassandra_running && return
|
! is_cassandra_running && return
|
||||||
info "Stopping Cassandra..."
|
info "Stopping Cassandra..."
|
||||||
stop_cassandra() {
|
stop_cassandra() {
|
||||||
"${CASSANDRA_BIN_DIR}/nodetool" stopdaemon
|
# Using legacy RMI URL parsing to avoid URISyntaxException: 'Malformed IPv6 address at index 7: rmi://[127.0.0.1]:7199' error
|
||||||
|
# https://community.datastax.com/questions/13764/java-version-for-cassandra-3113.html
|
||||||
|
"${CASSANDRA_BIN_DIR}/nodetool" "-Dcom.sun.jndi.rmiURLParsing=legacy" stopdaemon
|
||||||
is_cassandra_not_running
|
is_cassandra_not_running
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -49,7 +49,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-r68`, `latest` (4.0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-cassandra/blob/4.0.3-debian-10-r68/4.0/debian-10/Dockerfile)
|
* [`4.0`, `4.0-debian-10`, `4.0.3`, `4.0.3-debian-10-r68`, `latest` (4.0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-cassandra/blob/4.0.3-debian-10-r68/4.0/debian-10/Dockerfile)
|
||||||
* [`3.11`, `3.11-debian-10`, `3.11.12`, `3.11.12-debian-10-r75` (3.11/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-cassandra/blob/3.11.12-debian-10-r75/3.11/debian-10/Dockerfile)
|
* [`3.11`, `3.11-debian-10`, `3.11.12`, `3.11.12-debian-10-r75` (3.11/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-cassandra/blob/3.11.12-debian-10-r75/3.11/debian-10/Dockerfile)
|
||||||
* [`3.0`, `3.0-debian-10`, `3.0.26`, `3.0.26-debian-10-r73` (3.0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-cassandra/blob/3.0.26-debian-10-r73/3.0/debian-10/Dockerfile)
|
* [`3.0`, `3.0-debian-10`, `3.0.26`, `3.0.26-debian-10-r74` (3.0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-cassandra/blob/3.0.26-debian-10-r74/3.0/debian-10/Dockerfile)
|
||||||
|
|
||||||
Subscribe to project updates by watching the [bitnami/cassandra GitHub repo](https://github.com/bitnami/bitnami-docker-cassandra).
|
Subscribe to project updates by watching the [bitnami/cassandra GitHub repo](https://github.com/bitnami/bitnami-docker-cassandra).
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user