File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1- FROM python:3.10.14 -alpine3.20
1+ FROM python:3.10.18 -alpine3.22
22
33ENV WORKDIR=/opt/operator/ \
44 USER_UID=1000 \
@@ -16,7 +16,7 @@ COPY build/entrypoint /usr/local/bin
1616
1717RUN apk add --update --no-cache bash build-base apk-tools
1818
19- RUN pip install --upgrade pip setuptools==70.0 .0 && pip install -r requirements.txt
19+ RUN pip install --upgrade pip setuptools==80.9 .0 && pip install -r requirements.txt
2020
2121RUN chmod 777 /usr/local/bin/user_setup && \
2222chmod 777 /usr/local/bin/entrypoint && \
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ RUN mkdir -p ${ROBOT_HOME} \
1313 && mkdir -p ${ROBOT_OUTPUT}
1414
1515RUN apk add --update file gcc musl-dev libc6-compat zip jq gettext grep findutils wget sed \
16- && pip3 install setuptools==70.0 .0
16+ && pip3 install setuptools==80.9 .0
1717
1818COPY rabbitmq_pod_checker.py ${ROBOT_HOME}/rabbitmq_pod_checker.py
1919COPY requirements.txt requirements.txt
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ RUN chmod +x ${RABBITMQ_HOME}/scripts/*.py
1010
1111RUN set -x \
1212 && apk add --update --no-cache curl apk-tools \
13- && pip3 install setuptools==70.0 .0 \
13+ && pip3 install setuptools==80.9 .0 \
1414 && pip3 install -r ${RABBITMQ_HOME}/requirements.txt \
1515 && rm -rf /var/cache/apk/*
1616
Original file line number Diff line number Diff line change 1- FROM telegraf:1.33.3 -alpine
1+ FROM telegraf:1.35.2 -alpine
22
33ENV RABBITMQ_MONITORING_HOME=/opt/rabbitmq-monitoring \
44 USER_UID=1000
@@ -26,7 +26,7 @@ RUN set -x \
2626 && apk add --upgrade --no-cache curl tini python3 apk-tools \
2727 && python3 -m ensurepip \
2828 && rm -r /usr/lib/python*/ensurepip \
29- && pip3 install --upgrade pip setuptools==70.0 .0 \
29+ && pip3 install --upgrade pip setuptools==80.9 .0 \
3030 && pip3 install -r ${RABBITMQ_MONITORING_HOME}/requirements.txt \
3131 && chmod -R 777 ${RABBITMQ_MONITORING_HOME}/exec-scripts
3232
Original file line number Diff line number Diff line change 1- requests == 2.32.4
21aiohttp == 3.10.11
2+ requests == 2.32.4
33prometheus-client
You can’t perform that action at this time.
0 commit comments