File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# SCIMMA Server Container Changes
2- ## May 29 , 2025
2+ ## Jun 11 , 2025
33Version 0.9.0
44
55 1. Update to hop-client version 0.11.1
6+ 2. Update to scimma/base:0.6.0
67
78## May 25, 2023
89Version 0.8.1
Original file line number Diff line number Diff line change 1- FROM scimma/base:0.5.2
1+ FROM scimma/base:0.6.0
22RUN cd /usr/local/src && \
33 git clone https://github.com/confluentinc/confluent-kafka-python.git && \
44 cd confluent-kafka-python && \
55 git checkout v1.8.2 && \
66 python3 setup.py build && \
7- python3 setup.py install
7+ python3 setup.py install && cd && rm -rf /usr/local/src/confluent-kafka-python
8+ RUN cd /usr/local/src && \
9+ git clone https://github.com/confluentinc/confluent-kafka-python.git && \
10+ cd confluent-kafka-python && \
11+ git checkout v1.8.2 && \
12+ python3.12 setup.py build && \
13+ python3.12 setup.py install && cd && rm -rf /usr/local/src/confluent-kafka-python
814RUN mkdir -p /root/.config && ln -s /root/shared/kafkacat.conf /root/.config/kafkacat.conf
915RUN mkdir -p /root/.config/hop && ln -s /root/shared/config.toml /root/.config/hop/auth.toml
10- RUN pip3 install -U pip
11- RUN pip3 install -U hop-client==0.11.1
16+ RUN pip3 install -U pip && pip3 install -U hop-client==0.11.1
17+ RUN dnf install -y python3.12-pip.noarch && pip3.12 install -U pip && pip3.12 install -U hop-client==0.11.1
1218RUN mkdir -p /root/test_data
1319COPY test/data/example.gcn3 /root/test_data/example.gcn3
1420ENV XDG_CONFIG_PATH /root
Original file line number Diff line number Diff line change 1- FROM scimma/base:0.5.2
1+ FROM scimma/base:0.6.0
22RUN dnf install -y iproute
33COPY etc/zookeeper/zoo.cfg /opt/apache-zookeeper/conf/zookeeper.properties
44COPY etc/kafka/server.properties.auth /etc/kafka/server.properties.auth
You can’t perform that action at this time.
0 commit comments