Skip to content

Commit d62e436

Browse files
xeniapedervoeti
authored andcommitted
chore: update to oci references (#989)
* chore: update to oci references * add changelog entry * Add organization to preflight inputs * update changelog
1 parent 56966f8 commit d62e436

18 files changed

+37
-26
lines changed

.github/ISSUE_TEMPLATE/update-base-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ pip install image-tools-stackabletech==0.0.13
6969
# Test a product image can build, eg: ZooKeeper
7070
bake --product zookeeper=x.y.z # where x.y.z is a valid product version using the newly added Java version
7171

72-
kind load docker-image docker.stackable.tech/stackable/zookeeper:x.y.z-stackable0.0.0-dev
72+
kind load docker-image oci.stackable.tech/sdp/zookeeper:x.y.z-stackable0.0.0-dev
7373

7474
# Change directory into one of the operator repositories (eg: zookeeper-operator) and update the
7575
# product version in tests/test-definition.yaml

.github/ISSUE_TEMPLATE/update-base-vector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ pip install image-tools-stackabletech==0.0.13
7575

7676
bake --product vector=x.y.z # where x.y.z is the new version added in this PR
7777

78-
kind load docker-image docker.stackable.tech/stackable/vector:x.y.z-stackable0.0.0-dev
78+
kind load docker-image oci.stackable.tech/sdp/vector:x.y.z-stackable0.0.0-dev
7979

8080
# Change directory into one of the operator repositories and update the
8181
# product version in tests/test-definition.yaml

.github/ISSUE_TEMPLATE/update-product-airflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ pip install image-tools-stackabletech==0.0.13
6767

6868
bake --product airflow=x.y.z # where x.y.z is the new version added in this PR
6969

70-
kind load docker-image docker.stackable.tech/stackable/airflow:x.y.z-stackable0.0.0-dev
70+
kind load docker-image oci.stackable.tech/sdp/airflow:x.y.z-stackable0.0.0-dev
7171

7272
# Change directory into the airflow-operator repository and update the
7373
# product version in tests/test-definition.yaml

.github/ISSUE_TEMPLATE/update-product-druid.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ pip install image-tools-stackabletech==0.0.13
7171

7272
bake --product druid=x.y.z # where x.y.z is the new version added in this PR
7373

74-
kind load docker-image docker.stackable.tech/stackable/druid:x.y.z-stackable0.0.0-dev
74+
kind load docker-image oci.stackable.tech/sdp/druid:x.y.z-stackable0.0.0-dev
7575

7676
# Change directory into the druid-operator repository and update the
7777
# product version in tests/test-definition.yaml

.github/ISSUE_TEMPLATE/update-product-hbase-phoenix-omid.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ pip install image-tools-stackabletech==0.0.13
7676
bake --product hbase=x.y.z # where x.y.z is the new version added in this PR
7777
bake --product omid=x.y.z # where x.y.z is the new version added in this PR
7878

79-
kind load docker-image docker.stackable.tech/stackable/hbase:x.y.z-stackable0.0.0-dev
80-
kind load docker-image docker.stackable.tech/stackable/omid:x.y.z-stackable0.0.0-dev
79+
kind load docker-image oci.stackable.tech/sdp/hbase:x.y.z-stackable0.0.0-dev
80+
kind load docker-image oci.stackable.tech/sdp/omid:x.y.z-stackable0.0.0-dev
8181

8282
# Change directory into the hbase-operator repository and update the
8383
# product version in tests/test-definition.yaml

.github/ISSUE_TEMPLATE/update-product-hdfs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ pip install image-tools-stackabletech==0.0.13
6969

7070
bake --product hadoop=x.y.z # where x.y.z is the new version added in this PR
7171

72-
kind load docker-image docker.stackable.tech/stackable/hadoop:x.y.z-stackable0.0.0-dev
72+
kind load docker-image oci.stackable.tech/sdp/hadoop:x.y.z-stackable0.0.0-dev
7373

7474
# Change directory into the hdfs-operator repository and update the
7575
# product version in tests/test-definition.yaml

.github/ISSUE_TEMPLATE/update-product-hive.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ pip install image-tools-stackabletech==0.0.13
6868

6969
bake --product hive=x.y.z # where x.y.z is the new version added in this PR
7070

71-
kind load docker-image docker.stackable.tech/stackable/hive:x.y.z-stackable0.0.0-dev
71+
kind load docker-image oci.stackable.tech/sdp/hive:x.y.z-stackable0.0.0-dev
7272

7373
# Change directory into the hive-operator repository and update the
7474
# product version in tests/test-definition.yaml

.github/ISSUE_TEMPLATE/update-product-kafka.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ pip install image-tools-stackabletech==0.0.13
8080
bake --product kafka=x.y.z # where x.y.z is the new version added in this PR
8181
bake --product kafka-testing-tools=1.0.0 # This version doesn't change
8282

83-
kind load docker-image docker.stackable.tech/stackable/kafka:x.y.z-stackable0.0.0-dev
84-
kind load docker-image docker.stackable.tech/stackable/kafka-testing-tools:1.0.0-stackable0.0.0-dev
83+
kind load docker-image oci.stackable.tech/sdp/kafka:x.y.z-stackable0.0.0-dev
84+
kind load docker-image oci.stackable.tech/sdp/kafka-testing-tools:1.0.0-stackable0.0.0-dev
8585

8686
# Change directory into the kafka-operator repository and update the
8787
# product version in tests/test-definition.yaml

.github/ISSUE_TEMPLATE/update-product-nifi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ pip install image-tools-stackabletech==0.0.13
6868

6969
bake --product nifi=x.y.z # where x.y.z is the new version added in this PR
7070

71-
kind load docker-image docker.stackable.tech/stackable/nifi:x.y.z-stackable0.0.0-dev
71+
kind load docker-image oci.stackable.tech/sdp/nifi:x.y.z-stackable0.0.0-dev
7272

7373
# Change directory into the nifi-operator repository and update the
7474
# product version in tests/test-definition.yaml

.github/ISSUE_TEMPLATE/update-product-opa.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ pip install image-tools-stackabletech==0.0.13
6767

6868
bake --product opa=x.y.z # where x.y.z is the new version added in this PR
6969

70-
kind load docker-image docker.stackable.tech/stackable/opa:x.y.z-stackable0.0.0-dev
70+
kind load docker-image oci.stackable.tech/sdp/opa:x.y.z-stackable0.0.0-dev
7171

7272
# Change directory into the opa-operator repository and update the
7373
# product version in tests/test-definition.yaml

0 commit comments

Comments
 (0)