[bitnami/clickhouse] Release 22.12.3-debian-11-r0 (#19778)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
9d77906d9f
commit
e56ea76886
|
|
@ -4,11 +4,11 @@ ARG TARGETARCH
|
|||
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.ref.name="22.12.2-debian-11-r1" \
|
||||
org.opencontainers.image.ref.name="22.12.3-debian-11-r0" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/clickhouse" \
|
||||
org.opencontainers.image.title="clickhouse" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="22.12.2"
|
||||
org.opencontainers.image.version="22.12.3"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
|
|
@ -22,7 +22,7 @@ RUN install_packages ca-certificates curl procps xmlstarlet
|
|||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
COMPONENTS=( \
|
||||
"gosu-1.16.0-0-linux-${OS_ARCH}-debian-11" \
|
||||
"clickhouse-22.12.2-0-linux-${OS_ARCH}-debian-11" \
|
||||
"clickhouse-22.12.3-0-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
@ -40,7 +40,7 @@ RUN chmod g+rwX /opt/bitnami
|
|||
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/clickhouse/postunpack.sh
|
||||
ENV APP_VERSION="22.12.2" \
|
||||
ENV APP_VERSION="22.12.3" \
|
||||
BITNAMI_APP_NAME="clickhouse" \
|
||||
PATH="/opt/bitnami/common/bin:/opt/bitnami/clickhouse/bin:$PATH" \
|
||||
clickhouseCTL_API="3"
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"clickhouse": {
|
||||
"arch": "amd64",
|
||||
"digest": "349fe0907d28f17d50c1eb98d38b3555f294304c2082cec10d86d55093f0cdf8",
|
||||
"digest": "df69ece5a79b11bceb3b511cbbaba2165024ee526eabaddf1d73980a5b9f3f64",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "22.12.2-0"
|
||||
"version": "22.12.3-0"
|
||||
},
|
||||
"gosu": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ get_sematic_version () {
|
|||
|
||||
while [[ $i -lt $n ]]; do
|
||||
if [[ -n "${BASH_REMATCH[$i]}" ]] && [[ "${BASH_REMATCH[$i]:0:1}" != '.' ]]; then
|
||||
version_sections[$j]=${BASH_REMATCH[$i]}
|
||||
version_sections[j]="${BASH_REMATCH[$i]}"
|
||||
((j++))
|
||||
fi
|
||||
((i++))
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
rolling-tags:
|
||||
- "22"
|
||||
- "22-debian-11"
|
||||
- "22.12.2"
|
||||
- "22.12.3"
|
||||
- "latest"
|
||||
|
|
|
|||
Loading…
Reference in New Issue