File tree Expand file tree Collapse file tree 3 files changed +6
-12
lines changed Expand file tree Collapse file tree 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.
99- nifi: Add NiFi hadoop Azure and GCP libraries ([ #943 ] ).
1010- base: Add containerdebug tool ([ #928 ] ).
1111
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
1217[ #928 ] : https://github.com/stackabletech/docker-images/pull/928
1318[ #943 ] : https://github.com/stackabletech/docker-images/pull/943
1419
Original file line number Diff line number Diff line change @@ -68,8 +68,6 @@ LABEL name="Apache Kafka" \
6868 summary="The Stackable image for Apache Kafka." \
6969 description="This image is deployed by the Stackable Operator for Apache Kafka."
7070
71- # This is needed for kubectl
72- COPY kafka/kubernetes.repo /etc/yum.repos.d/kubernetes.repo
7371COPY --chown=${STACKABLE_USER_UID}:0 kafka/licenses /licenses
7472COPY --chown=${STACKABLE_USER_UID}:0 --from=kafka-builder /stackable/kafka_${SCALA}-${PRODUCT} /stackable/kafka_${SCALA}-${PRODUCT}
7573COPY --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
8280RUN <<EOF
8381microdnf update
8482# cyrus-sasl-gssapi: needed by kcat for kerberos
85- # kubectl: Can be removed once listener-operator integration is used
8683microdnf install \
87- cyrus-sasl-gssapi \
88- kubectl
84+ cyrus-sasl-gssapi
8985
9086microdnf clean all
9187rpm -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