Skip to content

Commit f570cff

Browse files
richardmarssscaling
authored andcommitted
Consistent use of $KAFKA_HOME variable (wurstmeister#484)
1 parent 650171a commit f570cff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ RUN apk add --no-cache bash curl jq docker \
3030
&& sync && /tmp/download-kafka.sh \
3131
&& tar xfz /tmp/kafka_${SCALA_VERSION}-${KAFKA_VERSION}.tgz -C /opt \
3232
&& rm /tmp/kafka_${SCALA_VERSION}-${KAFKA_VERSION}.tgz \
33-
&& ln -s /opt/kafka_${SCALA_VERSION}-${KAFKA_VERSION} /opt/kafka \
33+
&& ln -s /opt/kafka_${SCALA_VERSION}-${KAFKA_VERSION} ${KAFKA_HOME} \
3434
&& rm /tmp/* \
3535
&& wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/${GLIBC_VERSION}/glibc-${GLIBC_VERSION}.apk \
3636
&& apk add --no-cache --allow-untrusted glibc-${GLIBC_VERSION}.apk \

0 commit comments

Comments
 (0)