File tree Expand file tree Collapse file tree 3 files changed +13
-7
lines changed Expand file tree Collapse file tree 3 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 18
18
FROM java:openjdk-8-jre
19
19
20
20
ENV DEBIAN_FRONTEND noninteractive
21
- ENV SCALA_VERSION 2.11
22
- ENV KAFKA_VERSION 2.2 .0
21
+ ENV SCALA_VERSION 2.13
22
+ ENV KAFKA_VERSION 2.5 .0
23
23
ENV KAFKA_HOME /opt/kafka_"$SCALA_VERSION" -"$KAFKA_VERSION"
24
24
25
25
RUN echo "deb [check-valid-until=no] http://archive.debian.org/debian jessie-backports main" > /etc/apt/sources.list.d/jessie-backports.list
@@ -30,9 +30,9 @@ RUN apt-get -o Acquire::Check-Valid-Until=false update && \
30
30
apt-get -o Acquire::Check-Valid-Until=false install -y zookeeper wget supervisor dnsutils && \
31
31
rm -rf /var/lib/apt/lists/* && \
32
32
apt-get clean && \
33
- wget -q http://apache.mirrors.spacedump.net/kafka/"$ KAFKA_VERSION" /kafka_"$ SCALA_VERSION" - "$ KAFKA_VERSION" .tgz -O /tmp/kafka_"$ SCALA_VERSION" - "$ KAFKA_VERSION" .tgz && \
34
- tar xfz /tmp/kafka_2.11- "$ KAFKA_VERSION" .tgz -C /opt && \
35
- rm /tmp/kafka_2.11- "$ KAFKA_VERSION" .tgz
33
+ wget -q " http://apache.mirrors.spacedump.net/kafka/${ KAFKA_VERSION} /kafka_${ SCALA_VERSION}-${ KAFKA_VERSION} .tgz" -O " /tmp/kafka_${ SCALA_VERSION}-${ KAFKA_VERSION} .tgz" && \
34
+ tar xfz " /tmp/kafka_${SCALA_VERSION}-${ KAFKA_VERSION} .tgz" -C /opt && \
35
+ rm " /tmp/kafka_${SCALA_VERSION}-${ KAFKA_VERSION} .tgz"
36
36
37
37
ADD scripts/start-kafka.sh /usr/bin/start-kafka.sh
38
38
Original file line number Diff line number Diff line change 40
40
</appender >
41
41
42
42
<logger name =" org.reflections.Reflections" level =" ERROR" />
43
+ <logger name =" io.inscopemetrics" level =" DEBUG" />
44
+ <logger name =" com.arpnetworking" level =" DEBUG" />
45
+ <logger name =" com.arpnetworking.metrics.apachehttpsinkextra.shaded" level =" INFO" />
43
46
44
- <root level =" DEBUG " >
47
+ <root level =" INFO " >
45
48
<appender-ref ref =" mad-async" />
46
49
</root >
47
50
</configuration >
Original file line number Diff line number Diff line change 25
25
</appender >
26
26
27
27
<logger name =" org.reflections.Reflections" level =" ERROR" />
28
+ <logger name =" io.inscopemetrics" level =" DEBUG" />
29
+ <logger name =" com.arpnetworking" level =" DEBUG" />
30
+ <logger name =" com.arpnetworking.metrics.apachehttpsinkextra.shaded" level =" INFO" />
28
31
29
- <root level =" DEBUG " >
32
+ <root level =" INFO " >
30
33
<appender-ref ref =" STDOUT" />
31
34
</root >
32
35
</configuration >
You can’t perform that action at this time.
0 commit comments