Skip to content

Commit c33ccaf

Browse files
author
paia0720
committed
fix
1 parent 3357b95 commit c33ccaf

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alibrary/rabbitmq:4.0.7-management-alpine
1+
FROM library/rabbitmq:4.0.7-management-alpine
22

33
COPY docker-entrypoint.sh /usr/local/bin/
44
COPY /openshift/scripts/get_user /bin/

operator/operator-robot-image/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ RUN apk add --update file gcc musl-dev libc6-compat zip jq gettext grep findutil
1616
&& pip3 install setuptools==70.0.0
1717

1818
COPY rabbitmq_pod_checker.py ${ROBOT_HOME}/rabbitmq_pod_checker.py
19-
COPY pip.conf /root/.pip/pip.conf
2019
COPY requirements.txt requirements.txt
2120

2221
RUN pip install pbr && \

0 commit comments

Comments
 (0)