Skip to content

Commit

Permalink
Update Kafka.Dockerfile reference
Browse files Browse the repository at this point in the history
  • Loading branch information
liuml07 committed Nov 14, 2022
1 parent 909daf5 commit 5891263
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Expand Up @@ -419,7 +419,7 @@ services:
```yaml
jobmanager:
build:
dockerfile: ./Dockerfile.kafka
dockerfile: ./Kafka.Dockerfile
...
```
Expand Down
Expand Up @@ -407,7 +407,7 @@ services:
* Note that all required dependencies (e.g. for connectors) need to be available in the cluster as well as the client.
For example, if you would like to use the Kafka Connector, you can build a custom image.
1. Create a Dockerfile named `Dockerfile.kafka` as follows:
1. Create a Dockerfile named `Kafka.Dockerfile` as follows:
```Dockerfile
FROM flink:{{< stable >}}{{< version >}}-scala{{< scala_version >}}{{< /stable >}}{{< unstable >}}latest{{< /unstable >}}
Expand All @@ -419,7 +419,7 @@ services:
```yaml
jobmanager:
build:
dockerfile: ./Dockerfile.kafka
dockerfile: ./Kafka.Dockerfile
...
```
Expand Down

0 comments on commit 5891263

Please sign in to comment.