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
fd76407e
Commit
fd76407e
authored
Jul 29, 2021
by
Scott Stroud
Browse files
meh
parent
b0c1b32f
Pipeline
#395715
failed with stages
in 2 minutes and 22 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
Dockerfile
Dockerfile
+2
-2
hardening_manifest.yaml
hardening_manifest.yaml
+2
-2
No files found.
Dockerfile
View file @
fd76407e
...
...
@@ -10,9 +10,9 @@ USER root
RUN
mkdir
-p
/tmp/untar
COPY
cp-operator-service
-
0.419.15_
o
pt.tar.gz /tmp/untar
COPY
cp-operator-service
_
0.419.15_
O
pt.tar.gz /tmp/untar
RUN
cd
/tmp/untar
&&
tar
-xvf
cp-operator-service
-
0.419.15_Opt.tar.gz
&&
rm
cp-operator-service-0.419.10_opt.tar.gz
&&
\
RUN
cd
/tmp/untar
&&
tar
-xvf
cp-operator-service
_
0.419.15_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
...
...
hardening_manifest.yaml
View file @
fd76407e
...
...
@@ -32,8 +32,8 @@ labels:
# List of resources to make available to the offline build context
resources
:
-
filename
:
cp-operator-service
-
0.419.15_opt.tar.gz
url
:
https://ironbank-files.s3.amazonaws.com/cp-operator-service
-
0.419.15_Opt.tar.gz
-
filename
:
cp-operator-service
_
0.419.15_opt.tar.gz
url
:
https://ironbank-files.s3.amazonaws.com/cp-operator-service
_
0.419.15_Opt.tar.gz
validation
:
type
:
sha256
value
:
104d60d72636cd706fb833e56505e9f135574c10912543eed75fc5fb048b39fe
...
...
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