File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- FROM python:3.10.18 -alpine3.22
1+ FROM python:3.13 -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==80.9.0 && pip install -r requirements.txt
19+ RUN pip install --upgrade pip setuptools && 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 11kopf
2- kubernetes == 21.7.0
2+ kubernetes
33pykube-ng
44pyyaml
55click < 8.0.0
Original file line number Diff line number Diff line change 1- FROM library/rabbitmq:4.0.7 -management-alpine
1+ FROM library/rabbitmq:4.0.9 -management-alpine
22
33COPY docker-entrypoint.sh /usr/local/bin/
44COPY scripts/get_user /bin/
Original file line number Diff line number Diff line change 1- FROM telegraf:1.35.2 -alpine
1+ FROM telegraf:1.35-alpine
22
33ENV RABBITMQ_MONITORING_HOME=/opt/rabbitmq-monitoring \
44 USER_UID=1000
You can’t perform that action at this time.
0 commit comments