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
a1bddcf5
Commit
a1bddcf5
authored
Dec 16, 2020
by
SonicDeathMonkey
Browse files
S3 stuff
parent
211a20f7
Pipeline
#106991
failed with stages
in 2 minutes and 19 seconds
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
2 deletions
+18
-2
Dockerfile
Dockerfile
+5
-2
hardening_manifest.yaml
hardening_manifest.yaml
+13
-0
No files found.
Dockerfile
View file @
a1bddcf5
...
...
@@ -14,8 +14,11 @@ ENV COMPONENT_SCRIPT_DIR=/opt/confluent/etc
WORKDIR
/opt
COPY
opt/caas/lib/ /opt/caas/lib/
COPY
opt/plugins/ /usr/share/java/cc-base/
# COPY opt/caas/lib/ /opt/caas/lib/
# COPY opt/plugins/ /usr/share/java/cc-base/
ADD
operator-5.5.2-caas_lib.tar.gz /opt/caas/lib/
ADD
operator-5.5.2-plugins.tar.gz /usr/share/java/cc-base/
COPY
include/opt/caas /opt/caas
RUN
yum
install
-y
openssl findutils
&&
yum clean all
&&
mkdir
-p
"
${
CONTROL_CENTER_DATA_DIR
}
"
"
${
CONTROL_CENTER_CONFIG_DIR
}
"
"
${
COMPONENT_SCRIPT_DIR
}
/
${
COMPONENT
}
"
\
...
...
hardening_manifest.yaml
View file @
a1bddcf5
...
...
@@ -29,6 +29,19 @@ labels:
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
:
operator-5.5.2-plugins.tar.gz
url
:
https://ironbank-files.s3.amazonaws.com/operator-5.5.2-plugins.tar.gz
validation
:
type
:
sha256
value
:
37adbede99aeaf765a9cc16ecdf0b0616f564ddd2cd7364540b186f222edc54d
-
filename
:
operator-5.5.2-caas_lib.tar.gz
url
:
https://ironbank-files.s3.amazonaws.com/operator-5.5.2-caas_lib.tar.gz
validation
:
type
:
sha256
value
:
11112ceb5f4ad55956b4cd631be598acaec7fe754baec52d454ab4bd6222769e
# List of resources to make available to the offline build context
resources
:
[]
...
...
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