We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a30b5e7 commit b3491ceCopy full SHA for b3491ce
update-kafka-image.sh
@@ -3,6 +3,8 @@
3
IMAGE=$1
4
[ -z "$IMAGE" ] && echo "First argument should be the image to set" && exit 1
5
6
+[[ $IMAGE != solsson/kafka:* ]] && echo "Should be the full image identifier" && exit 1
7
+
8
for F in ./ test/ zookeeper/; do
9
sed -i "s|image: solsson/kafka:.*|image: $IMAGE|" $F*.yml
10
done
0 commit comments