Skip to content

Commit 820d700

Browse files
committed
Merge branch 'main' of https://github.com/stackabletech/docker-images into chore/update-druid-to-31.0.1
2 parents 7f145ef + abf9eb1 commit 820d700

File tree

108 files changed

+10662
-257
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

108 files changed

+10662
-257
lines changed

.cargo/config.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[alias]
2+
patchable = ["run", "--bin", "patchable", "--"]

.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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,16 @@ Add/Change/Remove anything that isn't applicable anymore
3838
- [ ] Upload new version (see `vector/upload_new_vector_version.sh`).
3939
- [ ] Update `versions.py` to the latest supported version of JVM (base and devel).
4040
- [ ] Update other dependencies if applicable (eg: inotify_tools, etc).
41-
- [ ] Check other operators (getting_started / kuttl) for usage of the versions. Add the PR(s) to the list below.
41+
- [ ] Check other operators (getting_started / kuttl / supported-versions) for usage of the versions. Add the PR(s) to the list below.
4242
- [ ] Update the version in demos. Add the PR(s) to the list below.
4343
```
4444

4545
```[tasklist]
4646
### Related Pull Requests
4747
- [ ] _Link to the docker-images PR (product update)_
48-
- [ ] _Link to the operator PR (getting_started / kuttl)_
48+
- [ ] _Link to the operator PR (getting_started / kuttl / supported-versions)_
4949
- [ ] _Link to any other operator PRs (getting_started / kuttl)_
50-
- [ ] _Link to demo PR (raise against the `next` branch)_
50+
- [ ] _Link to demo PR (raise against the `main` branch)_
5151
- [ ] _Link to the Release Notes PR in the documentation repo (if not a comment below)_
5252
```
5353

@@ -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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Add/Change/Remove anything that isn't applicable anymore
3030
- [ ] Update `versions.py` to reflect the agreed upon versions in the spreadsheet (including the removal of old versions).
3131
- [ ] Download new constraints file (see `airflow/download_constraints.sh`).
3232
- [ ] Update other dependencies if applicable (eg: python, statsd_exporter, etc).
33-
- [ ] Check other operators (getting_started / kuttl) for usage of the versions. Add the PR(s) to the list below.
33+
- [ ] Check other operators (getting_started / kuttl / supported-versions) for usage of the versions. Add the PR(s) to the list below.
3434
- [ ] Update the version in demos. Add the PR(s) to the list below.
3535
```
3636

@@ -39,7 +39,7 @@ Add/Change/Remove anything that isn't applicable anymore
3939
- [ ] _Link to the docker-images PR (product update)_
4040
- [ ] _Link to operator PR (getting_started / kuttl)_
4141
- [ ] _Link to any other operator PRs (getting_started / kuttl)_
42-
- [ ] _Link to demo PR (raise against the `next` branch)_
42+
- [ ] _Link to demo PR (raise against the `main` branch)_
4343
- [ ] _Link to the Release Notes PR in the documentation repo (if not a comment below)_
4444
```
4545

@@ -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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,16 @@ Add/Change/Remove anything that isn't applicable anymore
3333
- [ ] Delete old patch directories.
3434
- [ ] Update `versions.py` to the latest supported version of JVM (base and devel).
3535
- [ ] Update the [druid-opa-authorizer](https://github.com/stackabletech/druid-opa-authorizer/) with the new set of versions.
36-
- [ ] Check other operators (getting_started / kuttl) for usage of the versions. Add the PR(s) to the list below.
36+
- [ ] Check other operators (getting_started / kuttl / supported-versions) for usage of the versions. Add the PR(s) to the list below.
3737
- [ ] Update the version in demos. Add the PR(s) to the list below.
3838
```
3939

4040
```[tasklist]
4141
### Related Pull Requests
4242
- [ ] _Link to the docker-images PR (product update)_
43-
- [ ] _Link to the operator PR (getting_started / kuttl)_
43+
- [ ] _Link to the operator PR (getting_started / kuttl / supported-versions)_
4444
- [ ] _Link to any other operator PRs (getting_started / kuttl)_
45-
- [ ] _Link to demo PR (raise against the `next` branch)_
45+
- [ ] _Link to demo PR (raise against the `main` branch)_
4646
- [ ] _Link to [druid-opa-authorizer](https://github.com/stackabletech/druid-opa-authorizer/) PR_
4747
- [ ] _Link to the Release Notes PR in the documentation repo (if not a comment below)_
4848
```
@@ -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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Add/Change/Remove anything that isn't applicable anymore
3131
- [ ] Upload new versions (see the `hbase/*.sh` scripts).
3232
- [ ] Update `versions.py` to the latest supported version of JVM (base and devel).
3333
- [ ] Update other dependencies if applicable (eg: phoenix, opa_authorizer, etc).
34-
- [ ] Check other operators (getting_started / kuttl) for usage of the versions. Add the PR to the list below.
34+
- [ ] Check other operators (getting_started / kuttl / supported-versions) for usage of the versions. Add the PR to the list below.
3535
```
3636

3737
```[tasklist]
@@ -47,7 +47,7 @@ Add/Change/Remove anything that isn't applicable anymore
4747
- [ ] _Link to the docker-images PR (product update)_
4848
- [ ] _Link to operator PR (getting_started / kuttl)_
4949
- [ ] _Link to any other operator PRs (getting_started / kuttl)_
50-
- [ ] _Link to demo PR (raise against the `next` branch)_
50+
- [ ] _Link to demo PR (raise against the `main` branch)_
5151
- [ ] _Link to the Release Notes PR in the documentation repo (if not a comment below)_
5252
```
5353

@@ -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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,17 @@ Add/Change/Remove anything that isn't applicable anymore
3131
- [ ] Upload new version (see `hadoop/upload_new_hadoop_version.sh`).
3232
- [ ] Update `versions.py` to the latest supported version of JVM (base and devel).
3333
- [ ] Update other dependencies if applicable (eg: hdfs_utils, jmx_exporter, protobuf, etc).
34-
- [ ] Check other operators (getting_started / kuttl) for usage of the versions. Add the PR(s) to the list below.
34+
- [ ] Check other operators (getting_started / kuttl / supported-versions) for usage of the versions. Add the PR(s) to the list below.
3535
- [ ] Update the version in demos. Add the PR(s) to the list below.
3636
```
3737

3838
```[tasklist]
3939
### Related Pull Requests
4040
- [ ] _Link to the docker-images PR (product update)_
4141
- [ ] _Link to [hdfs-utils](https://github.com/stackabletech/hdfs-utils/) PR (if applicable)_
42-
- [ ] _Link to the operator PR (getting_started / kuttl)_
42+
- [ ] _Link to the operator PR (getting_started / kuttl / supported-versions)_
4343
- [ ] _Link to any other operator PRs (getting_started / kuttl)_
44-
- [ ] _Link to demo PR (raise against the `next` branch)_
44+
- [ ] _Link to demo PR (raise against the `main` branch)_
4545
- [ ] _Link to the Release Notes PR in the documentation repo (if not a comment below)_
4646
```
4747

@@ -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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,16 @@ Add/Change/Remove anything that isn't applicable anymore
3131
- [ ] Upload new version (see `hive/upload_new_hive_version.sh`).
3232
- [ ] Update `versions.py` to the latest supported version of JVM (base and devel).
3333
- [ ] Update other dependencies if applicable (eg: jmx_exporter, aws_java_sdk_bundle, etc).
34-
- [ ] Check other operators (getting_started / kuttl) for usage of the versions. Add the PR(s) to the list below.
34+
- [ ] Check other operators (getting_started / kuttl / supported-versions) for usage of the versions. Add the PR(s) to the list below.
3535
- [ ] Update the version in demos. Add the PR(s) to the list below.
3636
```
3737

3838
```[tasklist]
3939
### Related Pull Requests
4040
- [ ] _Link to the docker-images PR (product update)_
41-
- [ ] _Link to the operator PR (getting_started / kuttl)_
41+
- [ ] _Link to the operator PR (getting_started / kuttl / supported-versions)_
4242
- [ ] _Link to any other operator PRs (getting_started / kuttl)_
43-
- [ ] _Link to demo PR (raise against the `next` branch)_
43+
- [ ] _Link to demo PR (raise against the `main` branch)_
4444
- [ ] _Link to the Release Notes PR in the documentation repo (if not a comment below)_
4545
```
4646

@@ -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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Add/Change/Remove anything that isn't applicable anymore
3131
- [ ] Upload new version (see `kafka/upload_new_kafka_version.sh`).
3232
- [ ] Update `versions.py` to the latest supported version of JVM (base and devel).
3333
- [ ] Update other dependencies if applicable (eg: jmx_exporter, kcat, scala, etc).
34-
- [ ] Check other operators (getting_started / kuttl) for usage of the versions. Add the PR(s) to the list below.
34+
- [ ] Check other operators (getting_started / kuttl / supported-versions) for usage of the versions. Add the PR(s) to the list below.
3535
- [ ] Update the version in demos. Add the PR(s) to the list below.
3636
```
3737

@@ -42,16 +42,16 @@ Add/Change/Remove anything that isn't applicable anymore
4242
- [ ] Update `kafka-testing-tools/versions.py`.
4343
- [ ] Upload new version (see `.scripts/upload_new_kcat_version.sh`).
4444
- [ ] Update `versions.py` to the latest supported version of JVM (base and devel).
45-
- [ ] Check other operators (getting_started / kuttl) for usage of the versions. Add the PR(s) to the list below.
45+
- [ ] Check other operators (getting_started / kuttl / supported-versions) for usage of the versions. Add the PR(s) to the list below.
4646
- [ ] Update the version in demos. Add the PR(s) to the list below.
4747
```
4848

4949
```[tasklist]
5050
### Related Pull Requests
5151
- [ ] _Link to the docker-images PR (product update)_
52-
- [ ] _Link to the operator PR (getting_started / kuttl)_
52+
- [ ] _Link to the operator PR (getting_started / kuttl / supported-versions)_
5353
- [ ] _Link to any other operator PRs (getting_started / kuttl)_
54-
- [ ] _Link to demo PR (raise against the `next` branch)_
54+
- [ ] _Link to demo PR (raise against the `main` branch)_
5555
- [ ] _Link to the Release Notes PR in the documentation repo (if not a comment below)_
5656
```
5757

@@ -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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,16 @@ Add/Change/Remove anything that isn't applicable anymore
3131
- [ ] Upload new version (see `nifi/upload_new_nifi_version.sh`).
3232
- [ ] Update `versions.py` to the latest supported version of JVM (base and devel).
3333
- [ ] Update other dependencies if applicable (eg: jmx_exporter, kcat, scala, etc).
34-
- [ ] Check other operators (getting_started / kuttl) for usage of the versions. Add the PR(s) to the list below.
34+
- [ ] Check other operators (getting_started / kuttl / supported-versions) for usage of the versions. Add the PR(s) to the list below.
3535
- [ ] Update the version in demos. Add the PR(s) to the list below.
3636
```
3737

3838
```[tasklist]
3939
### Related Pull Requests
4040
- [ ] _Link to the docker-images PR (product update)_
41-
- [ ] _Link to the operator PR (getting_started / kuttl)_
41+
- [ ] _Link to the operator PR (getting_started / kuttl / supported-versions)_
4242
- [ ] _Link to any other operator PRs (getting_started / kuttl)_
43-
- [ ] _Link to demo PR (raise against the `next` branch)_
43+
- [ ] _Link to demo PR (raise against the `main` branch)_
4444
- [ ] _Link to the Release Notes PR in the documentation repo (if not a comment below)_
4545
```
4646

@@ -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

0 commit comments

Comments
 (0)