You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Dockerfile
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ RUN add-apt-repository ppa:cwchien/gradle; apt-get update; apt-get install -y gr
7
7
8
8
RUN cd /opt; mkdir kafka-src; cd kafka-src; git clone https://github.com/apache/kafka.git
9
9
10
-
ENV BUILD_DATE 2015-03-01
10
+
ENV BUILD_DATE 2015-04-05
11
11
12
12
RUN cd /opt/kafka-src/kafka; git pull; gradle; ./gradlew releaseTarGz ; cd /opt/kafka-src/kafka/core/build/distributions; mkdir /opt/kafka; tar xfvz *.tgz -C /opt/kafka --strip-components=1
0 commit comments