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
81371ed0
Commit
81371ed0
authored
Dec 12, 2020
by
ironbank-bot
Browse files
Migrate to hardening_manifest.yaml
parent
c10ad648
Pipeline
#101976
passed with stage
in 13 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
53 additions
and
13 deletions
+53
-13
Dockerfile
Dockerfile
+0
-10
Jenkinsfile
Jenkinsfile
+0
-3
hardening_manifest.yaml
hardening_manifest.yaml
+53
-0
No files found.
Dockerfile
View file @
81371ed0
...
@@ -20,16 +20,6 @@ ENV ZOOKEEPER_DATA_DIR=/mnt/data/data
...
@@ -20,16 +20,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
LABEL
io.k8s.display-name="Confluent Zookeeper" \
io.k8s.description="Confluent Zookeeper for Confluent Operator" \
io.openshift.tags="confluent operator,confluent platform,event-streaming,zookeeper" \
name="Confluent Zookeeper" \
maintainer="Confluent Platform <operator@confluent.io>" \
vendor="Confluent, Inc" \
version="$IMAGE_VERSION" \
release="$IMAGE_VERSION" \
summary="Confluent Zookeeper Image for Confluent Operator" \
description="Confluent Zookeeper"
WORKDIR
/opt
WORKDIR
/opt
...
...
Jenkinsfile
deleted
100644 → 0
View file @
c10ad648
@Library
(
'DCCSCR@master'
)
_
dccscrPipeline
(
version:
"5.5.2"
)
hardening_manifest.yaml
0 → 100644
View file @
81371ed0
---
apiVersion
:
v1
# The repository name in registry1, excluding /ironbank/
name
:
"
confluent/confluent-component-operator/cp-zookeeper-operator-5.5.x"
# List of tags to push for the repository in registry1
# The most specific version should be the first tag and will be shown
# on ironbank.dsop.io
tags
:
-
"
5.5.2"
-
"
latest"
# Build args passed to Dockerfile ARGs
args
:
BASE_IMAGE
:
"
redhat/openjdk/openjdk11"
BASE_TAG
:
"
1.11"
# Docker image labels
labels
:
org.opencontainers.image.title
:
"
cp-zookeeper-operator-5.5.x"
## Human-readable description of the software packaged in the image
# org.opencontainers.image.description: "FIXME"
## License(s) under which contained software is distributed
# org.opencontainers.image.licenses: "FIXME"
## 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"
## Keywords to help with search (ex. "cicd,gitops,golang")
# mil.dso.ironbank.image.keywords: "FIXME"
## This value can be "opensource" or "commercial"
# 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
resources
:
[]
# 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
:
-
email
:
"
confluentfed@confluent.io"
# # The name of the current container owner
# name: "FIXME"
# # The gitlab username of the current container owner
# username: "FIXME"
# cht_member: true # FIXME: Uncomment if the maintainer is a member of CHT
# - name: "FIXME"
# username: "FIXME"
# email: "FIXME"
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