File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 - name : installPython
1919 uses : actions/setup-python@v1
2020 with :
21- python-version : ' 3.9.16 '
21+ python-version : ' 3.12.10 '
2222 - name : install pytest
2323 run : pip3 install pytest
2424 - name : test
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
5- 1. Update to hop-client version 0.11.1
5+ 1. Update to hop-client version 0.10.1
6+ 2. Update to scimma/base:0.6.0
7+ 3. The update to hop-client 0.10.1 removes support for Python 3.6
68
79## May 25, 2023
810Version 0.8.1
Original file line number Diff line number Diff line change 1- FROM scimma/base:0.5.2
2- RUN cd /usr/local/src && \
1+ FROM scimma/base:0.6.0
2+ RUN cd /usr/local/src && dnf install -y python3.12-pip.noarch python3.12-setuptools.noarch && \
33 git clone https://github.com/confluentinc/confluent-kafka-python.git && \
44 cd confluent-kafka-python && \
55 git checkout v1.8.2 && \
6- python3 setup.py build && \
7- python3 setup.py install
6+ python3.12 setup.py build && \
7+ python3.12 setup.py install && cd && rm -rf /usr/local/src/confluent-kafka-python
88RUN mkdir -p /root/.config && ln -s /root/shared/kafkacat.conf /root/.config/kafkacat.conf
99RUN 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
10+ RUN pip3.12 install -U pip && pip3.12 install -U hop-client==0.10.1
1211RUN mkdir -p /root/test_data
1312COPY test/data/example.gcn3 /root/test_data/example.gcn3
1413ENV 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