Skip to content

Commit 0ebe644

Browse files
authored
chore: stop building kcat image (#1124)
* chore: stop building kcat image * fix: adjust kafka / kafka-testing-tools watched paths
1 parent c1e9e44 commit 0ebe644

File tree

6 files changed

+12
-46
lines changed

6 files changed

+12
-46
lines changed

.github/workflows/build_kafka-testing-tools.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
paths:
1414
# To check dependencies, run this ( you will need to consider transitive dependencies)
1515
# bake --product PRODUCT -d | grep -v 'docker buildx bake' | jq '.target | keys[]'
16-
- kcat/**
16+
- kafka/kcat/**
1717
- kafka-testing-tools/**
1818
- vector/**
1919
- stackable-base/**

.github/workflows/build_kafka.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ on:
1313
paths:
1414
# To check dependencies, run this ( you will need to consider transitive dependencies)
1515
# bake --product PRODUCT -d | grep -v 'docker buildx bake' | jq '.target | keys[]'
16-
- kcat/**
1716
- kafka/**
1817
- kafka-testing-tools/**
1918
- vector/**

.github/workflows/build_kcat.yaml

Lines changed: 0 additions & 35 deletions
This file was deleted.

.scripts/update_readme_badges.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,10 @@ for BUILD_WORKFLOW_FILE in .github/workflows/build_*.yaml; do
5656
done
5757
# This needs to add the remaning empty columns of the last row in the table
5858
# This is a hack to fix the status quo and make markdownlint happy.
59-
echo -n "| | | |" >> "$BADGES_TMP"
60-
echo >> "$BADGES_TMP"
59+
for _ in $(seq 0 $((COLS - 1))); do
60+
echo -n "| " >> "$BADGES_TMP"
61+
done
62+
echo "|" >> "$BADGES_TMP"
6163
echo -n "<!-- end:badges -->" >> "$BADGES_TMP"
6264

6365
# Print the image and link shortcuts. Eg:

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ All notable changes to this project will be documented in this file.
6161
- vector: Bump to `0.46.1` ([#1098]).
6262
- spark: update dependencies for 3.5.5 ([#1094])
6363
- nifi: include NAR SBOMs ([#1119])
64+
- BREAKING: kcat: Stop building kcat image ([#1124]).
6465

6566
### Fixed
6667

@@ -138,6 +139,7 @@ All notable changes to this project will be documented in this file.
138139
[#1117]: https://github.com/stackabletech/docker-images/pull/1117
139140
[#1119]: https://github.com/stackabletech/docker-images/pull/1119
140141
[#1121]: https://github.com/stackabletech/docker-images/pull/1121
142+
[#1124]: https://github.com/stackabletech/docker-images/pull/1124
141143

142144
## [25.3.0] - 2025-03-21
143145

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ This repository contains Dockerfiles and scripts to build base images for use wi
77
| -: | -: | -: | -: |
88
| [![Build Airflow]][build_airflow.yaml] | [![Build Druid]][build_druid.yaml] | [![Build Hadoop]][build_hadoop.yaml] | [![Build HBase]][build_hbase.yaml] |
99
| [![Build Hello-World]][build_hello-world.yaml] | [![Build Hive]][build_hive.yaml] | [![Build Java Base]][build_java-base.yaml] | [![Build Java Development]][build_java-devel.yaml] |
10-
| [![Build Kafka Testing Tools]][build_kafka-testing-tools.yaml] | [![Build Kafka]][build_kafka.yaml] | [![Build kcat]][build_kcat.yaml] | [![Build Krb5]][build_krb5.yaml] |
11-
| [![Build NiFi]][build_nifi.yaml] | [![Build Omid]][build_omid.yaml] | [![Build OPA]][build_opa.yaml] | [![Build Spark Connect Client]][build_spark-connect-client.yaml] |
12-
| [![Build Spark K8s]][build_spark-k8s.yaml] | [![Build Stackable Base]][build_stackable-base.yaml] | [![Build Superset]][build_superset.yaml] | [![Build Testing Tools]][build_testing-tools.yaml] |
13-
| [![Build Tools]][build_tools.yaml] | [![Build Trino CLI]][build_trino-cli.yaml] | [![Build Trino]][build_trino.yaml] | [![Build Vector]][build_vector.yaml] |
14-
| [![Build ZooKeeper]][build_zookeeper.yaml] | | | |
10+
| [![Build Kafka Testing Tools]][build_kafka-testing-tools.yaml] | [![Build Kafka]][build_kafka.yaml] | [![Build Krb5]][build_krb5.yaml] | [![Build NiFi]][build_nifi.yaml] |
11+
| [![Build Omid]][build_omid.yaml] | [![Build OPA]][build_opa.yaml] | [![Build Spark Connect Client]][build_spark-connect-client.yaml] | [![Build Spark K8s]][build_spark-k8s.yaml] |
12+
| [![Build Stackable Base]][build_stackable-base.yaml] | [![Build Superset]][build_superset.yaml] | [![Build Testing Tools]][build_testing-tools.yaml] | [![Build Tools]][build_tools.yaml] |
13+
| [![Build Trino CLI]][build_trino-cli.yaml] | [![Build Trino]][build_trino.yaml] | [![Build Vector]][build_vector.yaml] | [![Build ZooKeeper]][build_zookeeper.yaml] |
14+
| | | | |
1515
<!-- end:badges -->
1616

1717
## Prerequisites
@@ -234,8 +234,6 @@ ENTRYPOINT ["/stackable-zookeeper-operator"]
234234
[build_kafka-testing-tools.yaml]: https://github.com/stackabletech/docker-images/actions/workflows/build_kafka-testing-tools.yaml
235235
[Build Kafka]: https://github.com/stackabletech/docker-images/actions/workflows/build_kafka.yaml/badge.svg
236236
[build_kafka.yaml]: https://github.com/stackabletech/docker-images/actions/workflows/build_kafka.yaml
237-
[Build kcat]: https://github.com/stackabletech/docker-images/actions/workflows/build_kcat.yaml/badge.svg
238-
[build_kcat.yaml]: https://github.com/stackabletech/docker-images/actions/workflows/build_kcat.yaml
239237
[Build Krb5]: https://github.com/stackabletech/docker-images/actions/workflows/build_krb5.yaml/badge.svg
240238
[build_krb5.yaml]: https://github.com/stackabletech/docker-images/actions/workflows/build_krb5.yaml
241239
[Build NiFi]: https://github.com/stackabletech/docker-images/actions/workflows/build_nifi.yaml/badge.svg

0 commit comments

Comments
 (0)