Skip to content

Commit 42e3fcd

Browse files
committed
ci(pr_test_build_images): Add versions.toml to all product directories.
I have left a note in versions.py to remind people to update versions.toml and explain why there are now two files to maintain.
1 parent 0811522 commit 42e3fcd

Some content is hidden

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

49 files changed

+245
-1
lines changed

airflow/versions.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Please also update versions.toml. It will eventually replace versions.py
2+
# For more information, see: https://github.com/stackabletech/docker-images/issues/770
3+
14
versions = [
25
{
36
"product": "2.9.2",

airflow/versions.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
[versions."2.9.2"]
2+
# This will come later. See: https://github.com/stackabletech/docker-images/issues/770
3+
# dependencies = { ... }
24

35
[versions."2.9.3"]
4-
build_on_pr = true
6+
# This will come later. See: https://github.com/stackabletech/docker-images/issues/770
7+
# dependencies = { ... }
58

69
[versions."2.10.2"]
710
build_on_pr = true

druid/versions.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Please also update versions.toml. It will eventually replace versions.py
2+
# For more information, see: https://github.com/stackabletech/docker-images/issues/770
3+
14
versions = [
25
{
36
"product": "26.0.0",

druid/versions.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[versions."26.0.0"]
2+
# This will come later. See: https://github.com/stackabletech/docker-images/issues/770
3+
# dependencies = { ... }
4+
5+
[versions."30.0.0"]
6+
build_on_pr = true
7+
# This will come later. See: https://github.com/stackabletech/docker-images/issues/770
8+
# dependencies = { ... }

hadoop/versions.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Please also update versions.toml. It will eventually replace versions.py
2+
# For more information, see: https://github.com/stackabletech/docker-images/issues/770
3+
14
versions = [
25
{
36
"product": "3.3.4",

hadoop/versions.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[versions."3.3.4"]
2+
# This will come later. See: https://github.com/stackabletech/docker-images/issues/770
3+
# dependencies = { ... }
4+
5+
[versions."3.3.6"]
6+
# This will come later. See: https://github.com/stackabletech/docker-images/issues/770
7+
# dependencies = { ... }
8+
9+
[versions."3.4.0"]
10+
build_on_pr = true
11+
# This will come later. See: https://github.com/stackabletech/docker-images/issues/770
12+
# dependencies = { ... }

hbase/versions.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Please also update versions.toml. It will eventually replace versions.py
2+
# For more information, see: https://github.com/stackabletech/docker-images/issues/770
3+
14
versions = [
25
# Also do not merge java-base with java below as "JAVA-BASE is not a valid identifier" in Dockerfiles, it's unfortunate but to fix this would require a bigger refactoring of names or the image tools
36
# hbase-thirdparty is used to build the hbase-operator-tools and should be set to the version defined in the POM of HBase.

hbase/versions.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[versions."2.4.18"]
2+
# This will come later. See: https://github.com/stackabletech/docker-images/issues/770
3+
# dependencies = { ... }
4+
5+
[versions."2.6.0"]
6+
build_on_pr = true
7+
# This will come later. See: https://github.com/stackabletech/docker-images/issues/770
8+
# dependencies = { ... }

hello-world/versions.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Please also update versions.toml. It will eventually replace versions.py
2+
# For more information, see: https://github.com/stackabletech/docker-images/issues/770
3+
14
versions = [
25
{
36
"product": "0.0.1-SNAPSHOT",

hello-world/versions.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[versions."0.0.1-SNAPSHOT"]
2+
build_on_pr = true
3+
# This will come later. See: https://github.com/stackabletech/docker-images/issues/770
4+
# dependencies = { ... }

0 commit comments

Comments
 (0)