Skip to content

Commit 42c236d

Browse files
Infra: Ensure image arch automatic inference (#378)
1 parent 359069b commit 42c236d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ To run Kafbat UI, you can use either a pre-built Docker image or build it (or a
100100
## Quick start (Demo run)
101101

102102
```
103-
docker run -it -p 8080:8080 -e DYNAMIC_CONFIG_ENABLED=true image: ghcr.io/kafbat/kafka-ui
103+
docker run -it -p 8080:8080 -e DYNAMIC_CONFIG_ENABLED=true ghcr.io/kafbat/kafka-ui
104104
```
105105

106106
Then access the web UI at [http://localhost:8080](http://localhost:8080)

api/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
#FROM azul/zulu-openjdk-alpine:17-jre-headless
2-
FROM azul/zulu-openjdk-alpine@sha256:d59f1266db40341318e563fd76c21b2880ffa5d371f0c097c29d33f89c3a0010
1+
FROM azul/zulu-openjdk-alpine:17.0.11-jre-headless
32

43
RUN apk add --no-cache \
54
# snappy codec

0 commit comments

Comments
 (0)