UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Ironbank Containers
C
Confluent
Confluent Component Operator
cp-operator-service-0.419
Commits
7644198b
Commit
7644198b
authored
Apr 07, 2021
by
Scott Stroud
Browse files
0.419.10
parent
2b3a3c60
Pipeline
#212876
failed with stages
in 2 minutes and 6 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Dockerfile
Dockerfile
+2
-2
No files found.
Dockerfile
View file @
7644198b
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment