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-zookeeper-operator-5.5.x
Commits
e0811060
Commit
e0811060
authored
Dec 16, 2020
by
SonicDeathMonkey
Browse files
hardening updates
parent
81371ed0
Pipeline
#106720
passed with stage
in 13 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
30 additions
and
33 deletions
+30
-33
.gitignore
.gitignore
+11
-0
Dockerfile
Dockerfile
+0
-6
hardening_manifest.yaml
hardening_manifest.yaml
+19
-27
No files found.
.gitignore
0 → 100644
View file @
e0811060
*.rpm
*.rpm.dependencies
*.rpm.sha256sum
*.whl*
*.gz*
pip-20.2.2-py2.py3-none-any.whl
Python-3.6.12.tgz
archive.key
build-container.sh
python-libs_filelist.txt
.env
Dockerfile
View file @
e0811060
...
@@ -6,11 +6,6 @@ FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
...
@@ -6,11 +6,6 @@ FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
USER
root
USER
root
ARG
IMAGE_VERSION='5.5.2'
ENV
IMAGE_VERSION=${IMAGE_VERSION}
ARG
DOCKER_UPSTREAM_TAG
ENV
CONFLUENT_VERSION=${DOCKER_UPSTREAM_TAG}
ENV
ZOOKEEPER_CONFIG_DIR=/mnt/config
ENV
ZOOKEEPER_CONFIG_DIR=/mnt/config
ENV
ZOOKEEPER_SECRETS_DIR=/mnt/secrets
ENV
ZOOKEEPER_SECRETS_DIR=/mnt/secrets
ENV
ZOOKEEPER_LOG4J_DIR=/mnt/log
ENV
ZOOKEEPER_LOG4J_DIR=/mnt/log
...
@@ -20,7 +15,6 @@ ENV ZOOKEEPER_DATA_DIR=/mnt/data/data
...
@@ -20,7 +15,6 @@ ENV ZOOKEEPER_DATA_DIR=/mnt/data/data
ENV
DOCKER_SCRIPT_DIR=/opt/caas/bin
ENV
DOCKER_SCRIPT_DIR=/opt/caas/bin
ENV
COMPONENT_SCRIPT_DIR=/opt/confluent/etc
ENV
COMPONENT_SCRIPT_DIR=/opt/confluent/etc
WORKDIR
/opt
WORKDIR
/opt
COPY
opt/caas/lib/ /opt/caas/lib/
COPY
opt/caas/lib/ /opt/caas/lib/
...
...
hardening_manifest.yaml
View file @
e0811060
...
@@ -9,8 +9,9 @@ name: "confluent/confluent-component-operator/cp-zookeeper-operator-5.5.x"
...
@@ -9,8 +9,9 @@ name: "confluent/confluent-component-operator/cp-zookeeper-operator-5.5.x"
# on ironbank.dsop.io
# on ironbank.dsop.io
tags
:
tags
:
-
"
5.5.2"
-
"
5.5.2"
-
"
latest"
-
"
5.5.x"
-
"
5.5"
# Build args passed to Dockerfile ARGs
# Build args passed to Dockerfile ARGs
args
:
args
:
BASE_IMAGE
:
"
redhat/openjdk/openjdk11"
BASE_IMAGE
:
"
redhat/openjdk/openjdk11"
...
@@ -19,35 +20,26 @@ args:
...
@@ -19,35 +20,26 @@ args:
# Docker image labels
# Docker image labels
labels
:
labels
:
org.opencontainers.image.title
:
"
cp-zookeeper-operator-5.5.x"
org.opencontainers.image.title
:
"
cp-zookeeper-operator-5.5.x"
## Human-readable description of the software packaged in the image
org.opencontainers.image.description
:
"
Confluent
Operator
image
for
cp-zookeeper-operator."
# org.opencontainers.image.description: "FIXME"
org.opencontainers.image.licenses
:
"
CONFLUENT
ENTERPRISE
LICENSE"
## License(s) under which contained software is distributed
org.opencontainers.image.url
:
"
https://docs.confluent.io/5.5.2/installation/operator/index.html"
# org.opencontainers.image.licenses: "FIXME"
org.opencontainers.image.vendor
:
"
Confluent"
## URL to find more information on the image
# org.opencontainers.image.url: "FIXME"
## Name of the distributing entity, organization or individual
# org.opencontainers.image.vendor: "FIXME"
org.opencontainers.image.version
:
"
5.5.2"
org.opencontainers.image.version
:
"
5.5.2"
## Keywords to help with search (ex. "cicd,gitops,golang")
mil.dso.ironbank.image.keywords
:
"
confluent,kafka,zookeeper,operator"
# mil.dso.ironbank.image.keywords: "FIXME"
mil.dso.ironbank.image.type
:
"
commercial"
## This value can be "opensource" or "commercial"
mil.dso.ironbank.product.name
:
"
Confluent
Platform"
# mil.dso.ironbank.image.type: "FIXME"
## Product the image belongs to for grouping multiple images
# mil.dso.ironbank.product.name: "FIXME"
# List of resources to make available to the offline build context
# List of resources to make available to the offline build context
resources
:
[]
resources
:
[]
# List of project maintainers
# List of project maintainers
# FIXME: Fill in the following details for the current container owner in the whitelist
# FIXME: Include any other vendor information if applicable
maintainers
:
maintainers
:
-
email
:
"
co
nfluentfed@confluent.io
"
-
name
:
"
S
co
tt
Stroud
"
#
# The name of the current container owner
username
:
"
scottstroud"
#
name: "FIXME
"
email
:
"
confluent-fed@confluent.io
"
# # The gitlab username of the current container owner
cht_member
:
false
# username: "FIXME
"
-
name
:
"
Preston
McGowan
"
#
cht_member: true # FIXME: Uncomment if the maintainer is a member of CHT
username
:
"
preston.mcgowan"
# - name: "FIXME
"
email
:
"
confluent-fed@confluent.io
"
#
username: "FIXME"
cht_member
:
false
#
email: "FIXME"
\ No newline at end of file
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