Skip to content

Commit 75220a6

Browse files
committed
chore: Add registry metadata to all boil configs
1 parent 3484bbe commit 75220a6

26 files changed

Lines changed: 90 additions & 17 deletions

File tree

airflow/boil-config.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
[metadata.registries]
2+
"oci.stackable.tech" = { namespace = "sdp" }
3+
14
# Deprecated since SDP 25.11
25
[versions."2.9.3".local-images]
36
"shared/statsd-exporter" = "0.28.0"

druid/boil-config.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
[metadata.registries]
2+
"oci.stackable.tech" = { namespace = "sdp" }
3+
14
# LTS since 24.11
25
[versions."30.0.1".local-images]
36
# https://druid.apache.org/docs/30.0.1/operations/java/

hadoop/boil-config.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
[metadata.registries]
2+
"oci.stackable.tech" = { namespace = "sdp" }
3+
14
# Not part of SDP 25.7.0, but still required for hbase, hive, spark-k8s
25
[versions."3.3.6".local-images]
36
"hadoop/hadoop" = "3.3.6"

hbase/boil-config.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
[metadata.registries]
2+
"oci.stackable.tech" = { namespace = "sdp" }
3+
14
[versions."2.6.3".local-images]
25
"hbase/hbase" = "2.6.3"
36
"hbase/hbase-operator-tools" = "1.3.0-hbase2.6.3"

hive/boil-config.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
[metadata.registries]
2+
"oci.stackable.tech" = { namespace = "sdp" }
3+
14
[versions."3.1.3".local-images]
25
# Hive 3 must be built with Java 8 but will run on Java 11
36
java-base = "11"

java-devel/boil-config.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
[metadata.registries]
2+
"oci.stackable.tech" = { namespace = "sdp" }
3+
14
[versions."8".local-images]
25
stackable-devel = "1.0.0"
36

jdk-base/boil-config.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[versions."21".local-images]
22
vector = "0.52.0"
33

4-
54
[versions."24".local-images]
65
vector = "0.52.0"

kafka-testing-tools/boil-config.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
[metadata.registries]
2+
"oci.stackable.tech" = { namespace = "sdp" }
3+
14
[versions."1.0.0".local-images]
25
stackable-base = "1.0.0"
36
"kafka/kcat" = "1.7.0"

kafka/boil-config.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
[metadata.registries]
2+
"oci.stackable.tech" = { namespace = "sdp" }
3+
14
[versions."3.9.1".local-images]
25
java-base = "21"
36
java-devel = "21"

krb5/boil-config.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1+
[metadata.registries]
2+
"oci.stackable.tech" = { namespace = "sdp" }
3+
14
[versions."1.21.1"]

0 commit comments

Comments
 (0)