File tree 3 files changed +6
-12
lines changed
3 files changed +6
-12
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,11 @@ All notable changes to this project will be documented in this file.
9
9
- nifi: Add NiFi hadoop Azure and GCP libraries ([ #943 ] ).
10
10
- base: Add containerdebug tool ([ #928 ] ).
11
11
12
+ ### Removed
13
+
14
+ - kafka: Remove ` kubectl ` , as we are now using listener-op ([ #884 ] ).
15
+
16
+ [ #884 ] : https://github.com/stackabletech/docker-images/pull/884
12
17
[ #928 ] : https://github.com/stackabletech/docker-images/pull/928
13
18
[ #943 ] : https://github.com/stackabletech/docker-images/pull/943
14
19
Original file line number Diff line number Diff line change @@ -68,8 +68,6 @@ LABEL name="Apache Kafka" \
68
68
summary="The Stackable image for Apache Kafka." \
69
69
description="This image is deployed by the Stackable Operator for Apache Kafka."
70
70
71
- # This is needed for kubectl
72
- COPY kafka/kubernetes.repo /etc/yum.repos.d/kubernetes.repo
73
71
COPY --chown=${STACKABLE_USER_UID}:0 kafka/licenses /licenses
74
72
COPY --chown=${STACKABLE_USER_UID}:0 --from=kafka-builder /stackable/kafka_${SCALA}-${PRODUCT} /stackable/kafka_${SCALA}-${PRODUCT}
75
73
COPY --chown=${STACKABLE_USER_UID}:0 --from=kafka-builder /stackable/kafka_${SCALA}-${PRODUCT}.cdx.json /stackable/kafka_${SCALA}-${PRODUCT}/kafka_${SCALA}-${PRODUCT}.cdx.json
@@ -82,10 +80,8 @@ WORKDIR /stackable
82
80
RUN <<EOF
83
81
microdnf update
84
82
# cyrus-sasl-gssapi: needed by kcat for kerberos
85
- # kubectl: Can be removed once listener-operator integration is used
86
83
microdnf install \
87
- cyrus-sasl-gssapi \
88
- kubectl
84
+ cyrus-sasl-gssapi
89
85
90
86
microdnf clean all
91
87
rpm -qa --qf "%{NAME}-%{VERSION}-%{RELEASE}\n " | sort > /stackable/package_manifest.txt
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments