We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3357b95 commit c33ccafCopy full SHA for c33ccaf
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM alibrary/rabbitmq:4.0.7-management-alpine
+FROM library/rabbitmq:4.0.7-management-alpine
2
3
COPY docker-entrypoint.sh /usr/local/bin/
4
COPY /openshift/scripts/get_user /bin/
operator/operator-robot-image/Dockerfile
@@ -16,7 +16,6 @@ RUN apk add --update file gcc musl-dev libc6-compat zip jq gettext grep findutil
16
&& pip3 install setuptools==70.0.0
17
18
COPY rabbitmq_pod_checker.py ${ROBOT_HOME}/rabbitmq_pod_checker.py
19
-COPY pip.conf /root/.pip/pip.conf
20
COPY requirements.txt requirements.txt
21
22
RUN pip install pbr && \
0 commit comments