Commit 448cd15d authored by 罗永亮's avatar 罗永亮

Update .beagle/dockerfile

parent dbf1a448
Pipeline #90347 failed with stage
ARG BASE
FROM $BASE
ADD dl.wodcloud.com/lyl/kafka_2.12-3.2.0.tar /opt/
WORKDIR /opt/kafka_2.12-3.2.0/bin
RUN wget https://dl.wodcloud.com/lyl/kafka_2.12-3.2.0.tar /opt/ && tar xf /opt/kafka_2.12-3.2.0.tar
WORKDIR /opt/kafka_2.12-3.2.0/bin
CMD exec /opt/kafka_2.12-3.2.0/bin/kafka-server-start.sh /opt/kafka_2.12-3.2.0/config/server.properties
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment