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-enterprise-control-center-operator-5.5.x
Commits
df765262
Commit
df765262
authored
Jan 29, 2021
by
SonicDeathMonkey
Browse files
meh
parent
77753ec6
Pipeline
#147154
passed with stages
in 10 minutes and 47 seconds
Changes
1
Pipelines
1
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 @
df765262
...
...
@@ -16,8 +16,8 @@ ENV COMPONENT_SCRIPT_DIR=/opt/confluent/etc
WORKDIR
/opt
RUN
mkdir
-p
/usr/share/java/cc-base /opt/caas
ADD
operator-5.5.3-plugins.tar.gz /usr/share/java/cc-base/
ADD
cp-enterprise-control-center-operator-5.5.3_caas.tar.gz /opt/caas/
COPY
operator-5.5.3-plugins.tar.gz /usr/share/java/cc-base/
COPY
cp-enterprise-control-center-operator-5.5.3_caas.tar.gz /opt/caas/
RUN
cd
/usr/share/java/cc-base
&&
tar
-xvf
operator-5.5.3-plugins.tar.gz
&&
rm
operator-5.5.3-plugins.tar.gz
\
&&
cd
/opt/caas
&&
tar
-xvf
cp-enterprise-control-center-operator-5.5.3_caas.tar.gz
&&
rm
cp-enterprise-control-center-operator-5.5.3_caas.tar.gz
\
...
...
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