UNCLASSIFIED

Commit 7644198b authored by Scott Stroud's avatar Scott Stroud
Browse files

0.419.10

parent 2b3a3c60
Pipeline #212876 failed with stages
in 2 minutes and 6 seconds
......@@ -10,9 +10,9 @@ USER root
RUN mkdir -p /tmp/untar
COPY cp-operator-service-5.5.3_opt.tar.gz /tmp/untar
COPY cp-operator-service-0.419.10_opt.tar.gz /tmp/untar
RUN cd /tmp/untar && tar -xvf cp-operator-service-5.5.3_opt.tar.gz && rm cp-operator-service-5.5.3_opt.tar.gz && \
RUN cd /tmp/untar && tar -xvf cp-operator-service-0.419.10_opt.tar.gz && rm cp-operator-service-0.419.10_opt.tar.gz && \
mv manager /opt/ && mv config /opt/ && cd /opt && rm -Rf /tmp/untar && \
chown -R root:root /opt/manager /opt/config && chmod -R ag+rw /opt /opt/config/crds /opt/manager
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment