Skip to content

Commit

Permalink
remove Dockerfile and .dockerignore for Java connectors (#31769)
Browse files Browse the repository at this point in the history
  • Loading branch information
alafanechere committed Oct 24, 2023
1 parent 5520139 commit ac6f44c
Show file tree
Hide file tree
Showing 112 changed files with 77 additions and 429 deletions.

This file was deleted.

This file was deleted.

29 changes: 0 additions & 29 deletions airbyte-integrations/connectors/destination-bigquery/Dockerfile

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ Note that the `secrets` directory is git-ignored by default, so there is no dang

#### Build
Build the connector image via Gradle:

```
./gradlew :airbyte-integrations:connectors:destination-bigquery:airbyteDocker
./gradlew :airbyte-integrations:connectors:destination-bigquery:buildConnectorImage
```
When building via Gradle, the docker image name and tag, respectively, are the values of the `io.airbyte.name` and `io.airbyte.version` `LABEL`s in
the Dockerfile.
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ Note that the `secrets` directory is git-ignored by default, so there is no dang

#### Build
Build the connector image via Gradle:

```
./gradlew :airbyte-integrations:connectors:destination-cassandra:airbyteDocker
./gradlew :airbyte-integrations:connectors:destination-cassandra:buildConnectorImage
```
When building via Gradle, the docker image name and tag, respectively, are the values of the `io.airbyte.name` and `io.airbyte.version` `LABEL`s in
the Dockerfile.
Expand Down

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ Note that the `secrets` directory is git-ignored by default, so there is no dang

#### Build
Build the connector image via Gradle:

```
./gradlew :airbyte-integrations:connectors:destination-clickhouse:airbyteDocker
./gradlew :airbyte-integrations:connectors:destination-clickhouse:buildConnectorImage
```
When building via Gradle, the docker image name and tag, respectively, are the values of the `io.airbyte.name` and `io.airbyte.version` `LABEL`s in
the Dockerfile.
Expand Down
3 changes: 0 additions & 3 deletions airbyte-integrations/connectors/destination-csv/.dockerignore

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@ From the Airbyte repository root, run:

#### Build
Build the connector image via Gradle:

```
./gradlew :airbyte-integrations:connectors:destination-databricks:airbyteDocker
./gradlew :airbyte-integrations:connectors:destination-databricks:buildConnectorImage
```
When building via Gradle, the docker image name and tag, respectively, are the values of the `io.airbyte.name` and `io.airbyte.version` `LABEL`s in
the Dockerfile.
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ From the Airbyte repository root, run:

#### Build
Build the connector image via Gradle:

```
./gradlew :airbyte-integrations:connectors:destination-dev-null:airbyteDocker
./gradlew :airbyte-integrations:connectors:destination-dev-null:buildConnectorImage
```
When building via Gradle, the docker image name and tag, respectively, are the values of the `io.airbyte.name` and `io.airbyte.version` `LABEL`s in
the Dockerfile.
Expand Down

This file was deleted.

3 changes: 2 additions & 1 deletion airbyte-integrations/connectors/destination-doris/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ Note that the `secrets` directory is git-ignored by default, so there is no dang

#### Build
Build the connector image via Gradle:

```
./gradlew :airbyte-integrations:connectors:destination-doris:airbyteDocker
./gradlew :airbyte-integrations:connectors:destination-doris:buildConnectorImage
```
When building via Gradle, the docker image name and tag, respectively, are the values of the `io.airbyte.name` and `io.airbyte.version` `LABEL`s in
the Dockerfile.
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ Note that the `secrets` directory is git-ignored by default, so there is no dang

#### Build
Build the connector image via Gradle:

```
./gradlew :airbyte-integrations:connectors:destination-dynamodb:airbyteDocker
./gradlew :airbyte-integrations:connectors:destination-dynamodb:buildConnectorImage
```
When building via Gradle, the docker image name and tag, respectively, are the values of the `io.airbyte.name` and `io.airbyte.version` `LABEL`s in
the Dockerfile.
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ No credential is needed for this connector.

#### Build
Build the connector image via Gradle:

```
./gradlew :airbyte-integrations:connectors:destination-e2e-test:airbyteDocker
./gradlew :airbyte-integrations:connectors:destination-e2e-test:buildConnectorImage
```
When building via Gradle, the docker image name and tag, respectively, are the values of the `io.airbyte.name` and `io.airbyte.version` `LABEL`s in
the Dockerfile.
Expand Down

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ Note that the `secrets` directory is git-ignored by default, so there is no dang

#### Build
Build the connector image via Gradle:

```
./gradlew :airbyte-integrations:connectors:destination-elasticsearch:airbyteDocker
./gradlew :airbyte-integrations:connectors:destination-elasticsearch:buildConnectorImage
```
When building via Gradle, the docker image name and tag, respectively, are the values of the `io.airbyte.name` and `io.airbyte.version` `LABEL`s in
the Dockerfile.
Expand Down

This file was deleted.

3 changes: 2 additions & 1 deletion airbyte-integrations/connectors/destination-exasol/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ Note that the `secrets` directory is git-ignored by default, so there is no dang

#### Build
Build the connector image via Gradle:

```
./gradlew :airbyte-integrations:connectors:destination-exasol:airbyteDocker
./gradlew :airbyte-integrations:connectors:destination-exasol:buildConnectorImage
```
When building via Gradle, the docker image name and tag, respectively, are the values of the `io.airbyte.name` and `io.airbyte.version` `LABEL`s in
the Dockerfile.
Expand Down
3 changes: 0 additions & 3 deletions airbyte-integrations/connectors/destination-gcs/.dockerignore

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ the [instructions](https://docs.airbyte.io/connector-development#using-credentia

Build the connector image via Gradle:


```
./gradlew :airbyte-integrations:connectors:destination-iceberg:airbyteDocker
./gradlew :airbyte-integrations:connectors:destination-iceberg:buildConnectorImage
```

When building via Gradle, the docker image name and tag, respectively, are the values of the `io.airbyte.name`
Expand Down

This file was deleted.

3 changes: 2 additions & 1 deletion airbyte-integrations/connectors/destination-kafka/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ Note that the `secrets` directory is git-ignored by default, so there is no dang

#### Build
Build the connector image via Gradle:

```
./gradlew :airbyte-integrations:connectors:destination-kafka:airbyteDocker
./gradlew :airbyte-integrations:connectors:destination-kafka:buildConnectorImage
```
When building via Gradle, the docker image name and tag, respectively, are the values of the `io.airbyte.name` and `io.airbyte.version` `LABEL`s in
the Dockerfile.
Expand Down

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ Note that the `secrets` directory is git-ignored by default, so there is no dang

#### Build
Build the connector image via Gradle:

```
./gradlew :airbyte-integrations:connectors:destination-kinesis:airbyteDocker
./gradlew :airbyte-integrations:connectors:destination-kinesis:buildConnectorImage
```
When building via Gradle, the docker image name and tag, respectively, are the values of the `io.airbyte.name` and `io.airbyte.version` `LABEL`s in
the Dockerfile.
Expand Down

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ Note that the `secrets` directory is git-ignored by default, so there is no dang

#### Build
Build the connector image via Gradle:

```
./gradlew :airbyte-integrations:connectors:destination-mariadb-columnstore:airbyteDocker
./gradlew :airbyte-integrations:connectors:destination-mariadb-columnstore:buildConnectorImage
```
When building via Gradle, the docker image name and tag, respectively, are the values of the `io.airbyte.name` and `io.airbyte.version` `LABEL`s in
the Dockerfile.
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

3 changes: 2 additions & 1 deletion airbyte-integrations/connectors/destination-mqtt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ Note that the `secrets` directory is git-ignored by default, so there is no dang

#### Build
Build the connector image via Gradle:

```
./gradlew :airbyte-integrations:connectors:destination-mqtt:airbyteDocker
./gradlew :airbyte-integrations:connectors:destination-mqtt:buildConnectorImage
```
When building via Gradle, the docker image name and tag, respectively, are the values of the `io.airbyte.name` and `io.airbyte.version` `LABEL`s in
the Dockerfile.
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

3 changes: 2 additions & 1 deletion airbyte-integrations/connectors/destination-pulsar/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ Note that the `secrets` directory is git-ignored by default, so there is no dang

#### Build
Build the connector image via Gradle:

```
./gradlew :airbyte-integrations:connectors:destination-pulsar:airbyteDocker
./gradlew :airbyte-integrations:connectors:destination-pulsar:buildConnectorImage
```
When building via Gradle, the docker image name and tag, respectively, are the values of the `io.airbyte.name` and `io.airbyte.version` `LABEL`s in
the Dockerfile.
Expand Down
3 changes: 0 additions & 3 deletions airbyte-integrations/connectors/destination-r2/.dockerignore

This file was deleted.

3 changes: 2 additions & 1 deletion airbyte-integrations/connectors/destination-r2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ Note that the `secrets` directory is git-ignored by default, so there is no dang

#### Build
Build the connector image via Gradle:

```
./gradlew :airbyte-integrations:connectors:destination-r2:airbyteDocker
./gradlew :airbyte-integrations:connectors:destination-r2:buildConnectorImage
```
When building via Gradle, the docker image name and tag, respectively, are the values of the `io.airbyte.name` and `io.airbyte.version` `LABEL`s in
the Dockerfile.
Expand Down

This file was deleted.

3 changes: 2 additions & 1 deletion airbyte-integrations/connectors/destination-redis/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ Note that the `secrets` directory is git-ignored by default, so there is no dang

#### Build
Build the connector image via Gradle:

```
./gradlew :airbyte-integrations:connectors:destination-redis:airbyteDocker
./gradlew :airbyte-integrations:connectors:destination-redis:buildConnectorImage
```
When building via Gradle, the docker image name and tag, respectively, are the values of the `io.airbyte.name` and `io.airbyte.version` `LABEL`s in
the Dockerfile.
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ Note that the `secrets` directory is git-ignored by default, so there is no dang

#### Build
Build the connector image via Gradle:

```
./gradlew :airbyte-integrations:connectors:destination-redpanda:airbyteDocker
./gradlew :airbyte-integrations:connectors:destination-redpanda:buildConnectorImage
```
When building via Gradle, the docker image name and tag, respectively, are the values of the `io.airbyte.name` and `io.airbyte.version` `LABEL`s in
the Dockerfile.
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit ac6f44c

Please sign in to comment.