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
278371e3
Commit
278371e3
authored
Jul 29, 2021
by
Scott Stroud
Browse files
meh
parent
90a038da
Pipeline
#395693
failed with stages
in 54 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
Dockerfile
Dockerfile
+2
-2
hardening_manifest.yaml
hardening_manifest.yaml
+6
-6
No files found.
Dockerfile
View file @
278371e3
...
...
@@ -10,9 +10,9 @@ USER root
RUN
mkdir
-p
/tmp/untar
COPY
cp-operator-service-0.419.1
0
_opt.tar.gz /tmp/untar
COPY
cp-operator-service-0.419.1
5
_opt.tar.gz /tmp/untar
RUN
cd
/tmp/untar
&&
tar
-xvf
cp-operator-service-0.419.1
0_o
pt.tar.gz
&&
rm
cp-operator-service-0.419.10_opt.tar.gz
&&
\
RUN
cd
/tmp/untar
&&
tar
-xvf
cp-operator-service-0.419.1
5_O
pt.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 @
278371e3
...
...
@@ -8,9 +8,9 @@ name: "confluent/confluent-component-operator/cp-operator-service-5.5.x"
# The most specific version should be the first tag and will be shown
# on ironbank.dsop.io
tags
:
-
"
5.5.3
"
-
"
6.1.x
"
-
"
5.5.x"
-
"
5.5"
-
"
0.419.15"
-
"
0.419.10"
-
"
0.419"
...
...
@@ -26,18 +26,18 @@ labels:
org.opencontainers.image.licenses
:
"
CONFLUENT
ENTERPRISE
LICENSE"
org.opencontainers.image.url
:
"
https://docs.confluent.io/5.5.3/installation/operator/index.html"
org.opencontainers.image.vendor
:
"
Confluent"
org.opencontainers.image.version
:
"
0.419.1
0
"
org.opencontainers.image.version
:
"
0.419.1
5
"
mil.dso.ironbank.image.keywords
:
"
confluent,kafka,zookeeper,operator"
mil.dso.ironbank.image.type
:
"
commercial"
mil.dso.ironbank.product.name
:
"
Confluent
Platform"
# List of resources to make available to the offline build context
resources
:
-
filename
:
cp-operator-service-0.419.1
0
_opt.tar.gz
url
:
https://ironbank-files.s3.amazonaws.com/cp-operator-service-0.419.1
0
_opt.tar.gz
-
filename
:
cp-operator-service-0.419.1
5
_opt.tar.gz
url
:
https://ironbank-files.s3.amazonaws.com/cp-operator-service-0.419.1
5
_opt.tar.gz
validation
:
type
:
sha256
value
:
94ecdf1a9b0839b9c8c2f1d27c5192c9cd191906ed7cf13ab3507b3d0a659017
value
:
104d60d72636cd706fb833e56505e9f135574c10912543eed75fc5fb048b39fe
# List of project maintainers
maintainers
:
...
...
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