Skip to content

Commit cb993ee

Browse files
authored
Make uid/gid configurable & change group of files (#849)
* WIP * Fix install command * Rework image to get the commands in order and have everything owned by stackable:0 * Make precommit happy(er) * Adjust Druid * Adjust Hadoop * Update to image-tools 0.0.13 * Fix Druid & Hadoop * Fix Hadoop * Adjust HBase * Adjust Hello-World * Fix Hadoop * Fix HBase * WIP Fix Hive * Delete unused file
1 parent 5086a48 commit cb993ee

23 files changed

+207
-154
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ This list should be completed by the assignee(s), once respective PRs have been
6464

6565
```shell
6666
# See the latest version at https://pypi.org/project/image-tools-stackabletech/
67-
pip install image-tools-stackabletech==0.0.12
67+
pip install image-tools-stackabletech==0.0.13
6868

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ This list should be completed by the assignee(s), once respective PRs have been
5353

5454
```shell
5555
# See the latest version at https://pypi.org/project/image-tools-stackabletech/
56-
pip install image-tools-stackabletech==0.0.12
56+
pip install image-tools-stackabletech==0.0.13
5757

5858
bake --product vector=x.y.z # where x.y.z is a valid version
5959
```

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ This list should be completed by the assignee(s), once respective PRs have been
7171

7272
```shell
7373
# See the latest version at https://pypi.org/project/image-tools-stackabletech/
74-
pip install image-tools-stackabletech==0.0.12
74+
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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ This list should be completed by the assignee(s), once respective PRs have been
6363

6464
```shell
6565
# See the latest version at https://pypi.org/project/image-tools-stackabletech/
66-
pip install image-tools-stackabletech==0.0.12
66+
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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ This list should be completed by the assignee(s), once respective PRs have been
6767

6868
```shell
6969
# See the latest version at https://pypi.org/project/image-tools-stackabletech/
70-
pip install image-tools-stackabletech==0.0.12
70+
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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ This list should be completed by the assignee(s), once respective PRs have been
7171

7272
```shell
7373
# See the latest version at https://pypi.org/project/image-tools-stackabletech/
74-
pip install image-tools-stackabletech==0.0.12
74+
pip install image-tools-stackabletech==0.0.13
7575

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ This list should be completed by the assignee(s), once respective PRs have been
6565

6666
```shell
6767
# See the latest version at https://pypi.org/project/image-tools-stackabletech/
68-
pip install image-tools-stackabletech==0.0.12
68+
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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ This list should be completed by the assignee(s), once respective PRs have been
6464

6565
```shell
6666
# See the latest version at https://pypi.org/project/image-tools-stackabletech/
67-
pip install image-tools-stackabletech==0.0.12
67+
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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ This list should be completed by the assignee(s), once respective PRs have been
7575

7676
```shell
7777
# See the latest version at https://pypi.org/project/image-tools-stackabletech/
78-
pip install image-tools-stackabletech==0.0.12
78+
pip install image-tools-stackabletech==0.0.13
7979

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ This list should be completed by the assignee(s), once respective PRs have been
6464

6565
```shell
6666
# See the latest version at https://pypi.org/project/image-tools-stackabletech/
67-
pip install image-tools-stackabletech==0.0.12
67+
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

0 commit comments

Comments
 (0)