Skip to content
This repository was archived by the owner on Aug 18, 2022. It is now read-only.

Commit c3a112b

Browse files
committed
add docker hub hook
1 parent 3ca194f commit c3a112b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

hooks/build

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/usr/bin/env sh
2+
export LIBRDKAFKA_VERSION=0.11.6-r0
3+
EXT_RDKAFKA_VERSION=3.0.5
4+
docker build ---build-arg LIBRDKAFKA_VERSION=$LIBRDKAFKA_VERSION --build-arg EXT_RDKAFKA_VERSION=$EXT_RDKAFKA_VERSION -t lib-$LIBRDKAFKA_VERSION-ext-EXT_RDKAFKA_VERSION .

0 commit comments

Comments
 (0)