Skip to content

Commit 413a000

Browse files
committed
Remove Hello World operator
1 parent d40bf9e commit 413a000

File tree

6 files changed

+1
-86
lines changed

6 files changed

+1
-86
lines changed

.github/workflows/build_hello-world.yaml

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

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This repository contains Dockerfiles and scripts to build base images for use wi
66
| | | | |
77
| -: | -: | -: | -: |
88
| [![Build Airflow]][build_airflow.yaml] | [![Build Druid]][build_druid.yaml] | [![Build Hadoop]][build_hadoop.yaml] | [![Build HBase]][build_hbase.yaml] |
9-
| [![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] |
9+
| [![Build Hive]][build_hive.yaml] | [![Build Java Base]][build_java-base.yaml] | [![Build Java Development]][build_java-devel.yaml] |
1010
| [![Build Kafka Testing Tools]][build_kafka-testing-tools.yaml] | [![Build Kafka]][build_kafka.yaml] | [![Build Krb5]][build_krb5.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] |
@@ -222,8 +222,6 @@ ENTRYPOINT ["/stackable-zookeeper-operator"]
222222
[build_hadoop.yaml]: https://github.com/stackabletech/docker-images/actions/workflows/build_hadoop.yaml
223223
[Build HBase]: https://github.com/stackabletech/docker-images/actions/workflows/build_hbase.yaml/badge.svg
224224
[build_hbase.yaml]: https://github.com/stackabletech/docker-images/actions/workflows/build_hbase.yaml
225-
[Build Hello-World]: https://github.com/stackabletech/docker-images/actions/workflows/build_hello-world.yaml/badge.svg
226-
[build_hello-world.yaml]: https://github.com/stackabletech/docker-images/actions/workflows/build_hello-world.yaml
227225
[Build Hive]: https://github.com/stackabletech/docker-images/actions/workflows/build_hive.yaml/badge.svg
228226
[build_hive.yaml]: https://github.com/stackabletech/docker-images/actions/workflows/build_hive.yaml
229227
[Build Java Base]: https://github.com/stackabletech/docker-images/actions/workflows/build_java-base.yaml/badge.svg

conf.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
hbase_phoenix = importlib.import_module("hbase.phoenix.versions")
1919
hbase_opa_authorizer = importlib.import_module("hbase.hbase-opa-authorizer.versions")
2020
hbase_operator_tools = importlib.import_module("hbase.hbase-operator-tools.versions")
21-
hello_world = importlib.import_module("hello-world.versions")
2221
hive = importlib.import_module("hive.versions")
2322
java_base = importlib.import_module("java-base.versions")
2423
java_devel = importlib.import_module("java-devel.versions")
@@ -54,7 +53,6 @@
5453
{"name": "hbase/phoenix", "versions": hbase_phoenix.versions},
5554
{"name": "hbase/hbase-opa-authorizer", "versions": hbase_opa_authorizer.versions},
5655
{"name": "hbase/hbase-operator-tools", "versions": hbase_operator_tools.versions},
57-
{"name": "hello-world", "versions": hello_world.versions},
5856
{"name": "hive", "versions": hive.versions},
5957
{"name": "java-base", "versions": java_base.versions},
6058
{"name": "java-devel", "versions": java_devel.versions},

hello-world/Dockerfile

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

hello-world/README.md

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

hello-world/versions.py

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

0 commit comments

Comments
 (0)