Skip to content

Commit 8555be0

Browse files
committed
rdkafka: revert, build fails after library major version update
1 parent fd9c6fa commit 8555be0

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

layers/rdkafka/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ ENV LIBRDKAFKA_BUILD_DIR=${BUILD_DIR}/librdkafka
77
RUN set -xe; \
88
mkdir -p ${LIBRDKAFKA_BUILD_DIR}; \
99
# Download and upack the source code
10-
curl -Ls https://github.com/edenhill/librdkafka/archive/refs/tags/v2.6.1.tar.gz \
10+
curl -Ls https://github.com/edenhill/librdkafka/archive/refs/tags/v1.8.2.tar.gz \
1111
| tar xzC ${LIBRDKAFKA_BUILD_DIR}
1212

1313
# Move into the unpackaged code directory
14-
WORKDIR ${LIBRDKAFKA_BUILD_DIR}/librdkafka-2.6.1/
14+
WORKDIR ${LIBRDKAFKA_BUILD_DIR}/librdkafka-1.8.2/
1515

1616
# Install
1717
RUN set -xe; \

layers/rdkafka/config.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"80",
44
"81",
55
"82",
6-
"83",
7-
"84"
6+
"83"
87
]
98
}

0 commit comments

Comments
 (0)