From 31eaf22f33b9fbf332a3834f574d2dc8d6eecc6e Mon Sep 17 00:00:00 2001 From: Jiri Pechanec Date: Wed, 11 Dec 2024 14:10:59 +0100 Subject: [PATCH] DBZ-8505 Upgrade clang/llvm to 19 for Alpine --- postgres/11-alpine/Dockerfile | 2 +- postgres/12-alpine/Dockerfile | 2 +- postgres/13-alpine/Dockerfile | 2 +- postgres/14-alpine/Dockerfile | 2 +- postgres/15-alpine/Dockerfile | 2 +- postgres/16-alpine/Dockerfile | 2 +- postgres/17-alpine/Dockerfile | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/postgres/11-alpine/Dockerfile b/postgres/11-alpine/Dockerfile index 8839f69c..3117930f 100644 --- a/postgres/11-alpine/Dockerfile +++ b/postgres/11-alpine/Dockerfile @@ -8,7 +8,7 @@ ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd RUN apk add --no-cache protobuf-c-dev # Compile the plugins from sources and install -RUN apk add --no-cache --virtual .debezium-build-deps gcc clang15 llvm15 git make musl-dev pkgconf \ +RUN apk add --no-cache --virtual .debezium-build-deps gcc clang19 llvm19 git make musl-dev pkgconf \ && git clone https://github.com/debezium/postgres-decoderbufs -b $PLUGIN_VERSION --single-branch \ && (cd /postgres-decoderbufs && make && make install) \ && rm -rf postgres-decoderbufs \ diff --git a/postgres/12-alpine/Dockerfile b/postgres/12-alpine/Dockerfile index 8deaaf29..c630950b 100644 --- a/postgres/12-alpine/Dockerfile +++ b/postgres/12-alpine/Dockerfile @@ -8,7 +8,7 @@ ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd RUN apk add --no-cache protobuf-c-dev # Compile the plugins from sources and install -RUN apk add --no-cache --virtual .debezium-build-deps gcc clang15 llvm15 git make musl-dev pkgconf \ +RUN apk add --no-cache --virtual .debezium-build-deps gcc clang19 llvm19 git make musl-dev pkgconf \ && git clone https://github.com/debezium/postgres-decoderbufs -b $PLUGIN_VERSION --single-branch \ && (cd /postgres-decoderbufs && make && make install) \ && rm -rf postgres-decoderbufs \ diff --git a/postgres/13-alpine/Dockerfile b/postgres/13-alpine/Dockerfile index 279d070c..39ad1247 100644 --- a/postgres/13-alpine/Dockerfile +++ b/postgres/13-alpine/Dockerfile @@ -8,7 +8,7 @@ ENV WAL2JSON_COMMIT_ID=wal2json_2_3 RUN apk add --no-cache protobuf-c-dev # Compile the plugins from sources and install -RUN apk add --no-cache --virtual .debezium-build-deps gcc clang15 llvm15 git make musl-dev pkgconf \ +RUN apk add --no-cache --virtual .debezium-build-deps gcc clang19 llvm19 git make musl-dev pkgconf \ && git clone https://github.com/debezium/postgres-decoderbufs -b $PLUGIN_VERSION --single-branch \ && (cd /postgres-decoderbufs && make && make install) \ && rm -rf postgres-decoderbufs \ diff --git a/postgres/14-alpine/Dockerfile b/postgres/14-alpine/Dockerfile index 4340eaff..369f2915 100644 --- a/postgres/14-alpine/Dockerfile +++ b/postgres/14-alpine/Dockerfile @@ -8,7 +8,7 @@ ENV WAL2JSON_COMMIT_ID=wal2json_2_3 RUN apk add --no-cache protobuf-c-dev # Compile the plugins from sources and install -RUN apk add --no-cache --virtual .debezium-build-deps gcc clang15 llvm15 git make musl-dev pkgconf \ +RUN apk add --no-cache --virtual .debezium-build-deps gcc clang19 llvm19 git make musl-dev pkgconf \ && git clone https://github.com/debezium/postgres-decoderbufs -b $PLUGIN_VERSION --single-branch \ && (cd /postgres-decoderbufs && make && make install) \ && rm -rf postgres-decoderbufs \ diff --git a/postgres/15-alpine/Dockerfile b/postgres/15-alpine/Dockerfile index ef6f8c00..81c60fa8 100644 --- a/postgres/15-alpine/Dockerfile +++ b/postgres/15-alpine/Dockerfile @@ -6,7 +6,7 @@ ENV PLUGIN_VERSION=v3.0.4.Final RUN apk add --no-cache protobuf-c-dev # Compile the plugins from sources and install -RUN apk add --no-cache --virtual .debezium-build-deps gcc clang15 llvm15 git make musl-dev pkgconf \ +RUN apk add --no-cache --virtual .debezium-build-deps gcc clang19 llvm19 git make musl-dev pkgconf \ && git clone https://github.com/debezium/postgres-decoderbufs -b $PLUGIN_VERSION --single-branch \ && (cd /postgres-decoderbufs && make && make install) \ && rm -rf postgres-decoderbufs \ diff --git a/postgres/16-alpine/Dockerfile b/postgres/16-alpine/Dockerfile index 1a6df615..780dc611 100644 --- a/postgres/16-alpine/Dockerfile +++ b/postgres/16-alpine/Dockerfile @@ -6,7 +6,7 @@ ENV PLUGIN_VERSION=v3.0.4.Final RUN apk add --no-cache protobuf-c-dev # Compile the plugins from sources and install -RUN apk add --no-cache --virtual .debezium-build-deps gcc clang15 llvm15 git make musl-dev pkgconf \ +RUN apk add --no-cache --virtual .debezium-build-deps gcc clang19 llvm19 git make musl-dev pkgconf \ && git clone https://github.com/debezium/postgres-decoderbufs -b $PLUGIN_VERSION --single-branch \ && (cd /postgres-decoderbufs && make && make install) \ && rm -rf postgres-decoderbufs \ diff --git a/postgres/17-alpine/Dockerfile b/postgres/17-alpine/Dockerfile index 40a60125..6beecee7 100644 --- a/postgres/17-alpine/Dockerfile +++ b/postgres/17-alpine/Dockerfile @@ -6,7 +6,7 @@ ENV PLUGIN_VERSION=main RUN apk add --no-cache protobuf-c-dev # Compile the plugins from sources and install -RUN apk add --no-cache --virtual .debezium-build-deps gcc clang15 llvm15 git make musl-dev pkgconf \ +RUN apk add --no-cache --virtual .debezium-build-deps gcc clang19 llvm19 git make musl-dev pkgconf \ && git clone https://github.com/debezium/postgres-decoderbufs -b $PLUGIN_VERSION --single-branch \ && (cd /postgres-decoderbufs && make && make install) \ && rm -rf postgres-decoderbufs \