File tree Expand file tree Collapse file tree 6 files changed +1
-86
lines changed Expand file tree Collapse file tree 6 files changed +1
-86
lines changed Load Diff This file was deleted. 
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ This repository contains Dockerfiles and scripts to build base images for use wi
66|  |  |  |  | 
77|  -: |  -: |  -: |  -: | 
88|  [ ![ Build Airflow]] [ build_airflow.yaml ]  |  [ ![ Build Druid]] [ build_druid.yaml ]  |  [ ![ Build Hadoop]] [ build_hadoop.yaml ]  |  [ ![ Build HBase]] [ build_hbase.yaml ]  | 
9- |  [ ![ Build Hello-World ]] [ build_hello-world.yaml ]   |   [ ![ Build  Hive]] [ build_hive.yaml ]  |  [ ![ Build Java Base]] [ build_java-base.yaml ]  |  [ ![ Build Java Development]] [ build_java-devel.yaml ]  | 
9+ |  [ ![ Build Hive]] [ build_hive.yaml ]  |  [ ![ Build Java Base]] [ build_java-base.yaml ]  |  [ ![ Build Java Development]] [ build_java-devel.yaml ]  | 
1010|  [ ![ Build Kafka Testing Tools]] [ build_kafka-testing-tools.yaml ]  |  [ ![ Build Kafka]] [ build_kafka.yaml ]  |  [ ![ Build Krb5]] [ build_krb5.yaml ]  |  [ ![ Build NiFi]] [ build_nifi.yaml ]  | 
1111|  [ ![ Build Omid]] [ build_omid.yaml ]  |  [ ![ Build OPA]] [ build_opa.yaml ]  |  [ ![ Build Spark Connect Client]] [ build_spark-connect-client.yaml ]  |  [ ![ Build Spark K8s]] [ build_spark-k8s.yaml ]  | 
1212|  [ ![ Build Stackable Base]] [ build_stackable-base.yaml ]  |  [ ![ Build Superset]] [ build_superset.yaml ]  |  [ ![ Build Testing Tools]] [ build_testing-tools.yaml ]  |  [ ![ Build Tools]] [ build_tools.yaml ]  | 
@@ -222,8 +222,6 @@ ENTRYPOINT ["/stackable-zookeeper-operator"]
222222[ build_hadoop.yaml ] : https://github.com/stackabletech/docker-images/actions/workflows/build_hadoop.yaml 
223223[ Build HBase ] : https://github.com/stackabletech/docker-images/actions/workflows/build_hbase.yaml/badge.svg 
224224[ build_hbase.yaml ] : https://github.com/stackabletech/docker-images/actions/workflows/build_hbase.yaml 
225- [ Build Hello-World ] : https://github.com/stackabletech/docker-images/actions/workflows/build_hello-world.yaml/badge.svg 
226- [ build_hello-world.yaml ] : https://github.com/stackabletech/docker-images/actions/workflows/build_hello-world.yaml 
227225[ Build Hive ] : https://github.com/stackabletech/docker-images/actions/workflows/build_hive.yaml/badge.svg 
228226[ build_hive.yaml ] : https://github.com/stackabletech/docker-images/actions/workflows/build_hive.yaml 
229227[ Build Java Base ] : https://github.com/stackabletech/docker-images/actions/workflows/build_java-base.yaml/badge.svg 
Original file line number Diff line number Diff line change 1818hbase_phoenix  =  importlib .import_module ("hbase.phoenix.versions" )
1919hbase_opa_authorizer  =  importlib .import_module ("hbase.hbase-opa-authorizer.versions" )
2020hbase_operator_tools  =  importlib .import_module ("hbase.hbase-operator-tools.versions" )
21- hello_world  =  importlib .import_module ("hello-world.versions" )
2221hive  =  importlib .import_module ("hive.versions" )
2322java_base  =  importlib .import_module ("java-base.versions" )
2423java_devel  =  importlib .import_module ("java-devel.versions" )
5453    {"name" : "hbase/phoenix" , "versions" : hbase_phoenix .versions },
5554    {"name" : "hbase/hbase-opa-authorizer" , "versions" : hbase_opa_authorizer .versions },
5655    {"name" : "hbase/hbase-operator-tools" , "versions" : hbase_operator_tools .versions },
57-     {"name" : "hello-world" , "versions" : hello_world .versions },
5856    {"name" : "hive" , "versions" : hive .versions },
5957    {"name" : "java-base" , "versions" : java_base .versions },
6058    {"name" : "java-devel" , "versions" : java_devel .versions },
Load Diff This file was deleted. 
Load Diff This file was deleted. 
Load Diff This file was deleted. 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments