diff --git a/hbase/boil-config.toml b/hbase/boil-config.toml index dc5748f00..93ef2a265 100644 --- a/hbase/boil-config.toml +++ b/hbase/boil-config.toml @@ -2,7 +2,7 @@ "hbase/hbase" = "2.6.3" "hbase/hbase-operator-tools" = "1.3.0-hbase2.6.3" "hbase/phoenix" = "5.2.1-hbase2.6.3" -"hbase/hbase-opa-authorizer" = "0.1.0" # only for HBase 2.6.1 +"hbase/hbase-opa-authorizer" = "0.2.0" "hadoop/hadoop" = "3.4.2" java-base = "11" java-devel = "11" @@ -15,7 +15,7 @@ delete-caches = "true" "hbase/hbase" = "2.6.4" "hbase/hbase-operator-tools" = "1.3.0-hbase2.6.4" "hbase/phoenix" = "5.3.0-hbase2.6.4" -"hbase/hbase-opa-authorizer" = "0.1.0" # only for HBase 2.6.1 +"hbase/hbase-opa-authorizer" = "0.2.0" "hadoop/hadoop" = "3.4.2" java-base = "11" java-devel = "11" diff --git a/hbase/hbase-opa-authorizer/boil-config.toml b/hbase/hbase-opa-authorizer/boil-config.toml index 6e2beba1b..da0ca697b 100644 --- a/hbase/hbase-opa-authorizer/boil-config.toml +++ b/hbase/hbase-opa-authorizer/boil-config.toml @@ -3,3 +3,9 @@ java-devel = "11" [versions."0.1.0".build-arguments] delete-caches = "true" + +[versions."0.2.0".local-images] +java-devel = "11" + +[versions."0.2.0".build-arguments] +delete-caches = "true" diff --git a/hbase/hbase-opa-authorizer/stackable/patches/0.2.0/patchable.toml b/hbase/hbase-opa-authorizer/stackable/patches/0.2.0/patchable.toml new file mode 100644 index 000000000..c7028ce32 --- /dev/null +++ b/hbase/hbase-opa-authorizer/stackable/patches/0.2.0/patchable.toml @@ -0,0 +1 @@ +base = "b81dfdb831d18c8cf5cacd397690cf97d4d4fdcc"