Skip to content

Commit 2c821ca

Browse files
committed
chore(krb5-testing-tools): Rename image and harbour project
1 parent 012a546 commit 2c821ca

File tree

8 files changed

+14
-14
lines changed

8 files changed

+14
-14
lines changed

.github/ISSUE_TEMPLATE/early-pre-release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Part of stackabletech/issues#xxx.
5353
## Additional items which don't have a tracking issue
5454

5555
- [ ] jmx_exporter (validate via hdfs-operator smoke tests)
56-
- [ ] krb5
56+
- [ ] krb5-testing-tools (Update the base image if possible)
5757
- [ ] tools (update the versions in version.py)
5858
- [ ] testing-tools (update the base, maybe keycloak)
5959
- [ ] statsd_exporter

.github/workflows/build_krb5.yaml renamed to .github/workflows/build_krb5-testing-tools.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
name: Build Krb5
2+
name: Build Krb5 Testing Tools
33
run-name: |
4-
Build Krb5 (attempt #${{ github.run_attempt }})
4+
Build Krb5 Testing Tools (attempt #${{ github.run_attempt }})
55
66
on:
77
workflow_dispatch:
@@ -13,9 +13,9 @@ 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-
- krb5/**
16+
- krb5-testing-tools/**
1717
- .github/actions/**
18-
- .github/workflows/build_krb5.yaml
18+
- .github/workflows/build_krb5-testing-tools.yaml
1919
- .github/workflows/reusable_build_image.yaml
2020

2121
jobs:
@@ -26,6 +26,6 @@ jobs:
2626
harbor-robot-secret: ${{ secrets.HARBOR_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }}
2727
slack-token: ${{ secrets.SLACK_CONTAINER_IMAGE_TOKEN }}
2828
with:
29-
product-name: krb5
29+
product-name: krb5-testing-tools
3030
sdp-version: ${{ github.ref_type == 'tag' && github.ref_name || '0.0.0-dev' }}
31-
registry-namespace: sdp
31+
registry-namespace: stackable

.scripts/enumerate-product-versions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"hive",
1616
"kafka",
1717
"kafka-testing-tools",
18-
"krb5",
18+
"krb5-testing-tools",
1919
"nifi",
2020
"opa",
2121
"omid",

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ 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 Krb5]][build_krb5.yaml] | [![Build NiFi]][build_nifi.yaml] |
10+
| [![Build Kafka Testing Tools]][build_kafka-testing-tools.yaml] | [![Build Kafka]][build_kafka.yaml] | [![Build Krb5 Testing Tools]][build_krb5-testing-tools.yaml] | [![Build NiFi]][build_nifi.yaml] |
1111
| [![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] |
1212
| [![Build Stackable Base]][build_stackable-base.yaml] | [![Build Superset]][build_superset.yaml] | [![Build Testing Tools]][build_testing-tools.yaml] | [![Build Tools]][build_tools.yaml] |
1313
| [![Build Trino CLI]][build_trino-cli.yaml] | [![Build Trino]][build_trino.yaml] | [![Build Vector]][build_vector.yaml] | [![Build ZooKeeper]][build_zookeeper.yaml] |
@@ -234,8 +234,8 @@ 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 Krb5]: https://github.com/stackabletech/docker-images/actions/workflows/build_krb5.yaml/badge.svg
238-
[build_krb5.yaml]: https://github.com/stackabletech/docker-images/actions/workflows/build_krb5.yaml
237+
[Build Krb5 Testing Tools]: https://github.com/stackabletech/docker-images/actions/workflows/build_krb5-testing-tools.yaml/badge.svg
238+
[build_krb5-testing-tools.yaml]: https://github.com/stackabletech/docker-images/actions/workflows/build_krb5-testing-tools.yaml
239239
[Build NiFi]: https://github.com/stackabletech/docker-images/actions/workflows/build_nifi.yaml/badge.svg
240240
[build_nifi.yaml]: https://github.com/stackabletech/docker-images/actions/workflows/build_nifi.yaml
241241
[Build Omid]: https://github.com/stackabletech/docker-images/actions/workflows/build_omid.yaml/badge.svg

conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
java_base = importlib.import_module("java-base.versions")
2323
java_devel = importlib.import_module("java-devel.versions")
2424
kafka = importlib.import_module("kafka.versions")
25-
krb5 = importlib.import_module("krb5.versions")
25+
krb5_testing_tools = importlib.import_module("krb5-testing-tools.versions")
2626
vector = importlib.import_module("vector.versions")
2727
nifi = importlib.import_module("nifi.versions")
2828
omid = importlib.import_module("omid.versions")
@@ -55,7 +55,7 @@
5555
{"name": "java-base", "versions": java_base.versions},
5656
{"name": "java-devel", "versions": java_devel.versions},
5757
{"name": "kafka", "versions": kafka.versions},
58-
{"name": "krb5", "versions": krb5.versions},
58+
{"name": "krb5-testing-tools", "versions": krb5_testing_tools.versions},
5959
{"name": "vector", "versions": vector.versions},
6060
{"name": "nifi", "versions": nifi.versions},
6161
{"name": "omid", "versions": omid.versions},
File renamed without changes.

krb5/README.md renamed to krb5-testing-tools/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# krb5
1+
# krb5-testing-tools
22

33
> [!CAUTION]
44
> This image is only intended for Stackable-internal tests.
File renamed without changes.

0 commit comments

Comments
 (0)