Skip to content

Commit

Permalink
chore: Add labels to image
Browse files Browse the repository at this point in the history
  • Loading branch information
obalunenko committed Mar 11, 2024
1 parent 7ffe332 commit 161351a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
build:
./build.sh
.PHONY: build
5 changes: 5 additions & 0 deletions docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ target "kafka_base" {
dockerfile = "Dockerfile"
context = "."
platforms = ["linux/amd64", "linux/arm64"]
labels = {
"org.opencontainers.image.source" = "https://github.com/obalunenko/docker-kafka-zookeeper"
"org.opencontainers.image.authors" = "Oleg Balunenko <[email protected]>"
"org.opencontainers.image.title" = "Kafka and Zookeeper"
}
}

target "kafka-0_8" {
Expand Down

0 comments on commit 161351a

Please sign in to comment.