Skip to content

Commit

Permalink
docs: fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
mherwig committed Mar 14, 2024
1 parent b7eb816 commit 0e8839a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,15 +72,15 @@ Please note that the default helm values configure the kafka compression type `s
So either provide a base image with gcompat installed or change/disable the compression type in the helm values.

```bash
docker build -t horizon-starligh:latest --build-arg="DOCKER_BASE_IMAGE=<myjvmbaseimage:1.0.0>" .
docker build -t horizon-starlight:latest --build-arg="DOCKER_BASE_IMAGE=<myjvmbaseimage:1.0.0>" .
```

#### Multi-stage Docker build

To simplify things, we have also added a mult-stage Dockerfile to the respository, which also handles the Java build of the application in a build container. The resulting image already contains "gcompat", which is necessary for Kafka compression.

```bash
docker build -t horizon-starligh:latest . -f Dockerfile.multi-stage
docker build -t horizon-starlight:latest . -f Dockerfile.multi-stage
```

## Running Starlight
Expand Down

0 comments on commit 0e8839a

Please sign in to comment.