Skip to content

Commit

Permalink
Update docker files
Browse files Browse the repository at this point in the history
Signed-off-by: Keshava Munegowda <keshava.gowda@gmail.com>
  • Loading branch information
kmgowda committed Oct 10, 2023
1 parent 6f91275 commit 86502a5
Show file tree
Hide file tree
Showing 47 changed files with 64 additions and 63 deletions.
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -229,11 +229,12 @@ allprojects {
def id = artifact.moduleVersion.id
if (id.group.toString() == sbkGroup) {
if (!driversToSkip.contains(id.name)) {
buffer += "COPY --chown=root:root " + id.name + " \${APP_HOME}/drivers/" + id.name + "\n"
buffer += "COPY --chown=root:root " + "drivers/"+ id.name + " \${APP_HOME}/drivers/" +
id.name + "\n"
}
}
}
buffer += "COPY --chown=root:root " + project.name + " \${APP_HOME}/drivers/" + project.name + "\n"
buffer += "COPY --chown=root:root " + "drivers/"+ project.name + " \${APP_HOME}/drivers/" + project.name + "\n"
copy {
from "$rootDir/driver-docker-template"
into outDir
Expand Down
2 changes: 1 addition & 1 deletion dockers/sbk-activemq
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ COPY --chown=root:root sbk-gem-yal ${APP_HOME}/sbk-gem-yal
RUN mkdir -p ${APP_HOME}/drivers

# Copy the SBK storage drivers
COPY --chown=root:root activemq ${APP_HOME}/drivers/activemq
COPY --chown=root:root drivers/activemq ${APP_HOME}/drivers/activemq



Expand Down
2 changes: 1 addition & 1 deletion dockers/sbk-artemis
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ COPY --chown=root:root sbk-gem-yal ${APP_HOME}/sbk-gem-yal
RUN mkdir -p ${APP_HOME}/drivers

# Copy the SBK storage drivers
COPY --chown=root:root artemis ${APP_HOME}/drivers/artemis
COPY --chown=root:root drivers/artemis ${APP_HOME}/drivers/artemis



Expand Down
2 changes: 1 addition & 1 deletion dockers/sbk-asyncfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ COPY --chown=root:root sbk-gem-yal ${APP_HOME}/sbk-gem-yal
RUN mkdir -p ${APP_HOME}/drivers

# Copy the SBK storage drivers
COPY --chown=root:root asyncfile ${APP_HOME}/drivers/asyncfile
COPY --chown=root:root drivers/asyncfile ${APP_HOME}/drivers/asyncfile



Expand Down
2 changes: 1 addition & 1 deletion dockers/sbk-bookkeeper
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ COPY --chown=root:root sbk-gem-yal ${APP_HOME}/sbk-gem-yal
RUN mkdir -p ${APP_HOME}/drivers

# Copy the SBK storage drivers
COPY --chown=root:root bookkeeper ${APP_HOME}/drivers/bookkeeper
COPY --chown=root:root drivers/bookkeeper ${APP_HOME}/drivers/bookkeeper



Expand Down
2 changes: 1 addition & 1 deletion dockers/sbk-cassandra
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ COPY --chown=root:root sbk-gem-yal ${APP_HOME}/sbk-gem-yal
RUN mkdir -p ${APP_HOME}/drivers

# Copy the SBK storage drivers
COPY --chown=root:root cassandra ${APP_HOME}/drivers/cassandra
COPY --chown=root:root drivers/cassandra ${APP_HOME}/drivers/cassandra



Expand Down
4 changes: 2 additions & 2 deletions dockers/sbk-cephs3
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ COPY --chown=root:root sbk-gem-yal ${APP_HOME}/sbk-gem-yal
RUN mkdir -p ${APP_HOME}/drivers

# Copy the SBK storage drivers
COPY --chown=root:root minio ${APP_HOME}/drivers/minio
COPY --chown=root:root cephs3 ${APP_HOME}/drivers/cephs3
COPY --chown=root:root drivers/minio ${APP_HOME}/drivers/minio
COPY --chown=root:root drivers/cephs3 ${APP_HOME}/drivers/cephs3



Expand Down
2 changes: 1 addition & 1 deletion dockers/sbk-concurrentq
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ COPY --chown=root:root sbk-gem-yal ${APP_HOME}/sbk-gem-yal
RUN mkdir -p ${APP_HOME}/drivers

# Copy the SBK storage drivers
COPY --chown=root:root concurrentq ${APP_HOME}/drivers/concurrentq
COPY --chown=root:root drivers/concurrentq ${APP_HOME}/drivers/concurrentq



Expand Down
2 changes: 1 addition & 1 deletion dockers/sbk-couchbase
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ COPY --chown=root:root sbk-gem-yal ${APP_HOME}/sbk-gem-yal
RUN mkdir -p ${APP_HOME}/drivers

# Copy the SBK storage drivers
COPY --chown=root:root couchbase ${APP_HOME}/drivers/couchbase
COPY --chown=root:root drivers/couchbase ${APP_HOME}/drivers/couchbase



Expand Down
2 changes: 1 addition & 1 deletion dockers/sbk-couchdb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ COPY --chown=root:root sbk-gem-yal ${APP_HOME}/sbk-gem-yal
RUN mkdir -p ${APP_HOME}/drivers

# Copy the SBK storage drivers
COPY --chown=root:root couchdb ${APP_HOME}/drivers/couchdb
COPY --chown=root:root drivers/couchdb ${APP_HOME}/drivers/couchdb



Expand Down
2 changes: 1 addition & 1 deletion dockers/sbk-csv
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ COPY --chown=root:root sbk-gem-yal ${APP_HOME}/sbk-gem-yal
RUN mkdir -p ${APP_HOME}/drivers

# Copy the SBK storage drivers
COPY --chown=root:root csv ${APP_HOME}/drivers/csv
COPY --chown=root:root drivers/csv ${APP_HOME}/drivers/csv



Expand Down
4 changes: 2 additions & 2 deletions dockers/sbk-db2
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ COPY --chown=root:root sbk-gem-yal ${APP_HOME}/sbk-gem-yal
RUN mkdir -p ${APP_HOME}/drivers

# Copy the SBK storage drivers
COPY --chown=root:root jdbc ${APP_HOME}/drivers/jdbc
COPY --chown=root:root db2 ${APP_HOME}/drivers/db2
COPY --chown=root:root drivers/jdbc ${APP_HOME}/drivers/jdbc
COPY --chown=root:root drivers/db2 ${APP_HOME}/drivers/db2



Expand Down
4 changes: 2 additions & 2 deletions dockers/sbk-derby
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ COPY --chown=root:root sbk-gem-yal ${APP_HOME}/sbk-gem-yal
RUN mkdir -p ${APP_HOME}/drivers

# Copy the SBK storage drivers
COPY --chown=root:root jdbc ${APP_HOME}/drivers/jdbc
COPY --chown=root:root derby ${APP_HOME}/drivers/derby
COPY --chown=root:root drivers/jdbc ${APP_HOME}/drivers/jdbc
COPY --chown=root:root drivers/derby ${APP_HOME}/drivers/derby



Expand Down
2 changes: 1 addition & 1 deletion dockers/sbk-dynamodb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ COPY --chown=root:root sbk-gem-yal ${APP_HOME}/sbk-gem-yal
RUN mkdir -p ${APP_HOME}/drivers

# Copy the SBK storage drivers
COPY --chown=root:root dynamodb ${APP_HOME}/drivers/dynamodb
COPY --chown=root:root drivers/dynamodb ${APP_HOME}/drivers/dynamodb



Expand Down
4 changes: 2 additions & 2 deletions dockers/sbk-exasol
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ COPY --chown=root:root sbk-gem-yal ${APP_HOME}/sbk-gem-yal
RUN mkdir -p ${APP_HOME}/drivers

# Copy the SBK storage drivers
COPY --chown=root:root jdbc ${APP_HOME}/drivers/jdbc
COPY --chown=root:root exasol ${APP_HOME}/drivers/exasol
COPY --chown=root:root drivers/jdbc ${APP_HOME}/drivers/jdbc
COPY --chown=root:root drivers/exasol ${APP_HOME}/drivers/exasol



Expand Down
2 changes: 1 addition & 1 deletion dockers/sbk-fdbrecord
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ COPY --chown=root:root sbk-gem-yal ${APP_HOME}/sbk-gem-yal
RUN mkdir -p ${APP_HOME}/drivers

# Copy the SBK storage drivers
COPY --chown=root:root fdbrecord ${APP_HOME}/drivers/fdbrecord
COPY --chown=root:root drivers/fdbrecord ${APP_HOME}/drivers/fdbrecord



Expand Down
2 changes: 1 addition & 1 deletion dockers/sbk-file
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ COPY --chown=root:root sbk-gem-yal ${APP_HOME}/sbk-gem-yal
RUN mkdir -p ${APP_HOME}/drivers

# Copy the SBK storage drivers
COPY --chown=root:root file ${APP_HOME}/drivers/file
COPY --chown=root:root drivers/file ${APP_HOME}/drivers/file



Expand Down
2 changes: 1 addition & 1 deletion dockers/sbk-filestream
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ COPY --chown=root:root sbk-gem-yal ${APP_HOME}/sbk-gem-yal
RUN mkdir -p ${APP_HOME}/drivers

# Copy the SBK storage drivers
COPY --chown=root:root filestream ${APP_HOME}/drivers/filestream
COPY --chown=root:root drivers/filestream ${APP_HOME}/drivers/filestream



Expand Down
2 changes: 1 addition & 1 deletion dockers/sbk-foundationdb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ COPY --chown=root:root sbk-gem-yal ${APP_HOME}/sbk-gem-yal
RUN mkdir -p ${APP_HOME}/drivers

# Copy the SBK storage drivers
COPY --chown=root:root foundationdb ${APP_HOME}/drivers/foundationdb
COPY --chown=root:root drivers/foundationdb ${APP_HOME}/drivers/foundationdb



Expand Down
4 changes: 2 additions & 2 deletions dockers/sbk-h2
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ COPY --chown=root:root sbk-gem-yal ${APP_HOME}/sbk-gem-yal
RUN mkdir -p ${APP_HOME}/drivers

# Copy the SBK storage drivers
COPY --chown=root:root jdbc ${APP_HOME}/drivers/jdbc
COPY --chown=root:root h2 ${APP_HOME}/drivers/h2
COPY --chown=root:root drivers/jdbc ${APP_HOME}/drivers/jdbc
COPY --chown=root:root drivers/h2 ${APP_HOME}/drivers/h2



Expand Down
2 changes: 1 addition & 1 deletion dockers/sbk-hdfs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ COPY --chown=root:root sbk-gem-yal ${APP_HOME}/sbk-gem-yal
RUN mkdir -p ${APP_HOME}/drivers

# Copy the SBK storage drivers
COPY --chown=root:root hdfs ${APP_HOME}/drivers/hdfs
COPY --chown=root:root drivers/hdfs ${APP_HOME}/drivers/hdfs



Expand Down
4 changes: 2 additions & 2 deletions dockers/sbk-hive
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ COPY --chown=root:root sbk-gem-yal ${APP_HOME}/sbk-gem-yal
RUN mkdir -p ${APP_HOME}/drivers

# Copy the SBK storage drivers
COPY --chown=root:root jdbc ${APP_HOME}/drivers/jdbc
COPY --chown=root:root hive ${APP_HOME}/drivers/hive
COPY --chown=root:root drivers/jdbc ${APP_HOME}/drivers/jdbc
COPY --chown=root:root drivers/hive ${APP_HOME}/drivers/hive



Expand Down
2 changes: 1 addition & 1 deletion dockers/sbk-ignite
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ COPY --chown=root:root sbk-gem-yal ${APP_HOME}/sbk-gem-yal
RUN mkdir -p ${APP_HOME}/drivers

# Copy the SBK storage drivers
COPY --chown=root:root ignite ${APP_HOME}/drivers/ignite
COPY --chown=root:root drivers/ignite ${APP_HOME}/drivers/ignite



Expand Down
2 changes: 1 addition & 1 deletion dockers/sbk-jdbc
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ COPY --chown=root:root sbk-gem-yal ${APP_HOME}/sbk-gem-yal
RUN mkdir -p ${APP_HOME}/drivers

# Copy the SBK storage drivers
COPY --chown=root:root jdbc ${APP_HOME}/drivers/jdbc
COPY --chown=root:root drivers/jdbc ${APP_HOME}/drivers/jdbc



Expand Down
2 changes: 1 addition & 1 deletion dockers/sbk-kafka
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ COPY --chown=root:root sbk-gem-yal ${APP_HOME}/sbk-gem-yal
RUN mkdir -p ${APP_HOME}/drivers

# Copy the SBK storage drivers
COPY --chown=root:root kafka ${APP_HOME}/drivers/kafka
COPY --chown=root:root drivers/kafka ${APP_HOME}/drivers/kafka



Expand Down
2 changes: 1 addition & 1 deletion dockers/sbk-leveldb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ COPY --chown=root:root sbk-gem-yal ${APP_HOME}/sbk-gem-yal
RUN mkdir -p ${APP_HOME}/drivers

# Copy the SBK storage drivers
COPY --chown=root:root leveldb ${APP_HOME}/drivers/leveldb
COPY --chown=root:root drivers/leveldb ${APP_HOME}/drivers/leveldb



Expand Down
6 changes: 3 additions & 3 deletions dockers/sbk-mariadb
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ COPY --chown=root:root sbk-gem-yal ${APP_HOME}/sbk-gem-yal
RUN mkdir -p ${APP_HOME}/drivers

# Copy the SBK storage drivers
COPY --chown=root:root mysql ${APP_HOME}/drivers/mysql
COPY --chown=root:root jdbc ${APP_HOME}/drivers/jdbc
COPY --chown=root:root mariadb ${APP_HOME}/drivers/mariadb
COPY --chown=root:root drivers/mysql ${APP_HOME}/drivers/mysql
COPY --chown=root:root drivers/jdbc ${APP_HOME}/drivers/jdbc
COPY --chown=root:root drivers/mariadb ${APP_HOME}/drivers/mariadb



Expand Down
2 changes: 1 addition & 1 deletion dockers/sbk-memcached
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ COPY --chown=root:root sbk-gem-yal ${APP_HOME}/sbk-gem-yal
RUN mkdir -p ${APP_HOME}/drivers

# Copy the SBK storage drivers
COPY --chown=root:root memcached ${APP_HOME}/drivers/memcached
COPY --chown=root:root drivers/memcached ${APP_HOME}/drivers/memcached



Expand Down
2 changes: 1 addition & 1 deletion dockers/sbk-minio
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ COPY --chown=root:root sbk-gem-yal ${APP_HOME}/sbk-gem-yal
RUN mkdir -p ${APP_HOME}/drivers

# Copy the SBK storage drivers
COPY --chown=root:root minio ${APP_HOME}/drivers/minio
COPY --chown=root:root drivers/minio ${APP_HOME}/drivers/minio



Expand Down
2 changes: 1 addition & 1 deletion dockers/sbk-mongodb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ COPY --chown=root:root sbk-gem-yal ${APP_HOME}/sbk-gem-yal
RUN mkdir -p ${APP_HOME}/drivers

# Copy the SBK storage drivers
COPY --chown=root:root mongodb ${APP_HOME}/drivers/mongodb
COPY --chown=root:root drivers/mongodb ${APP_HOME}/drivers/mongodb



Expand Down
4 changes: 2 additions & 2 deletions dockers/sbk-mssql
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ COPY --chown=root:root sbk-gem-yal ${APP_HOME}/sbk-gem-yal
RUN mkdir -p ${APP_HOME}/drivers

# Copy the SBK storage drivers
COPY --chown=root:root jdbc ${APP_HOME}/drivers/jdbc
COPY --chown=root:root mssql ${APP_HOME}/drivers/mssql
COPY --chown=root:root drivers/jdbc ${APP_HOME}/drivers/jdbc
COPY --chown=root:root drivers/mssql ${APP_HOME}/drivers/mssql



Expand Down
4 changes: 2 additions & 2 deletions dockers/sbk-mysql
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ COPY --chown=root:root sbk-gem-yal ${APP_HOME}/sbk-gem-yal
RUN mkdir -p ${APP_HOME}/drivers

# Copy the SBK storage drivers
COPY --chown=root:root jdbc ${APP_HOME}/drivers/jdbc
COPY --chown=root:root mysql ${APP_HOME}/drivers/mysql
COPY --chown=root:root drivers/jdbc ${APP_HOME}/drivers/jdbc
COPY --chown=root:root drivers/mysql ${APP_HOME}/drivers/mysql



Expand Down
2 changes: 1 addition & 1 deletion dockers/sbk-nats
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ COPY --chown=root:root sbk-gem-yal ${APP_HOME}/sbk-gem-yal
RUN mkdir -p ${APP_HOME}/drivers

# Copy the SBK storage drivers
COPY --chown=root:root nats ${APP_HOME}/drivers/nats
COPY --chown=root:root drivers/nats ${APP_HOME}/drivers/nats



Expand Down
2 changes: 1 addition & 1 deletion dockers/sbk-natsStream
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ COPY --chown=root:root sbk-gem-yal ${APP_HOME}/sbk-gem-yal
RUN mkdir -p ${APP_HOME}/drivers

# Copy the SBK storage drivers
COPY --chown=root:root natsStream ${APP_HOME}/drivers/natsStream
COPY --chown=root:root drivers/natsStream ${APP_HOME}/drivers/natsStream



Expand Down
2 changes: 1 addition & 1 deletion dockers/sbk-nsq
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ COPY --chown=root:root sbk-gem-yal ${APP_HOME}/sbk-gem-yal
RUN mkdir -p ${APP_HOME}/drivers

# Copy the SBK storage drivers
COPY --chown=root:root nsq ${APP_HOME}/drivers/nsq
COPY --chown=root:root drivers/nsq ${APP_HOME}/drivers/nsq



Expand Down
2 changes: 1 addition & 1 deletion dockers/sbk-null
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ COPY --chown=root:root sbk-gem-yal ${APP_HOME}/sbk-gem-yal
RUN mkdir -p ${APP_HOME}/drivers

# Copy the SBK storage drivers
COPY --chown=root:root null ${APP_HOME}/drivers/null
COPY --chown=root:root drivers/null ${APP_HOME}/drivers/null



Expand Down
4 changes: 2 additions & 2 deletions dockers/sbk-openio
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ COPY --chown=root:root sbk-gem-yal ${APP_HOME}/sbk-gem-yal
RUN mkdir -p ${APP_HOME}/drivers

# Copy the SBK storage drivers
COPY --chown=root:root minio ${APP_HOME}/drivers/minio
COPY --chown=root:root openio ${APP_HOME}/drivers/openio
COPY --chown=root:root drivers/minio ${APP_HOME}/drivers/minio
COPY --chown=root:root drivers/openio ${APP_HOME}/drivers/openio



Expand Down
4 changes: 2 additions & 2 deletions dockers/sbk-postgresql
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ COPY --chown=root:root sbk-gem-yal ${APP_HOME}/sbk-gem-yal
RUN mkdir -p ${APP_HOME}/drivers

# Copy the SBK storage drivers
COPY --chown=root:root jdbc ${APP_HOME}/drivers/jdbc
COPY --chown=root:root postgresql ${APP_HOME}/drivers/postgresql
COPY --chown=root:root drivers/jdbc ${APP_HOME}/drivers/jdbc
COPY --chown=root:root drivers/postgresql ${APP_HOME}/drivers/postgresql



Expand Down
2 changes: 1 addition & 1 deletion dockers/sbk-pravega
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ COPY --chown=root:root sbk-gem-yal ${APP_HOME}/sbk-gem-yal
RUN mkdir -p ${APP_HOME}/drivers

# Copy the SBK storage drivers
COPY --chown=root:root pravega ${APP_HOME}/drivers/pravega
COPY --chown=root:root drivers/pravega ${APP_HOME}/drivers/pravega



Expand Down
2 changes: 1 addition & 1 deletion dockers/sbk-pulsar
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ COPY --chown=root:root sbk-gem-yal ${APP_HOME}/sbk-gem-yal
RUN mkdir -p ${APP_HOME}/drivers

# Copy the SBK storage drivers
COPY --chown=root:root pulsar ${APP_HOME}/drivers/pulsar
COPY --chown=root:root drivers/pulsar ${APP_HOME}/drivers/pulsar



Expand Down
2 changes: 1 addition & 1 deletion dockers/sbk-rabbitmq
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ COPY --chown=root:root sbk-gem-yal ${APP_HOME}/sbk-gem-yal
RUN mkdir -p ${APP_HOME}/drivers

# Copy the SBK storage drivers
COPY --chown=root:root rabbitmq ${APP_HOME}/drivers/rabbitmq
COPY --chown=root:root drivers/rabbitmq ${APP_HOME}/drivers/rabbitmq



Expand Down
Loading

0 comments on commit 86502a5

Please sign in to comment.