UNCLASSIFIED

Commit 471cea2f authored by SonicDeathMonkey's avatar SonicDeathMonkey
Browse files

hardening updates

parent 21929e18
Pipeline #106733 passed with stage
in 12 seconds
*.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
......@@ -5,11 +5,6 @@ ARG BASE_TAG=5.5.2
FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
USER root
ARG IMAGE_VERSION='5.5.2'
ENV IMAGE_VERSION=${IMAGE_VERSION}
ARG DOCKER_UPSTREAM_TAG
ENV CONFLUENT_VERSION=${DOCKER_UPSTREAM_TAG}
ENV CONNECT_LOG4J_DIR=/mnt/log
ENV CONNECT_SECRETS_DIR=/mnt/apikeys
ENV CONNECT_CONFIG_DIR=/mnt/config
......@@ -18,11 +13,9 @@ ENV COMPONENT=connect
ENV DOCKER_SCRIPT_DIR=/opt/caas/bin
ENV COMPONENT_SCRIPT_DIR=/opt/confluent/etc
WORKDIR /opt
## Copy dependencies
##
COPY opt/caas/lib/ /opt/caas/lib/
COPY opt/plugins/ /usr/share/java/cc-base/
COPY include/opt/caas /opt/caas
......
......@@ -9,8 +9,9 @@ name: "confluent/confluent-component-operator/cp-server-connect-operator-5.5.x"
# on ironbank.dsop.io
tags:
- "5.5.2"
- "latest"
- "5.5.x"
- "5.5"
# Build args passed to Dockerfile ARGs
args:
BASE_IMAGE: "redhat/openjdk/openjdk11"
......@@ -19,35 +20,26 @@ args:
# Docker image labels
labels:
org.opencontainers.image.title: "cp-server-connect-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.description: "Confluent Operator image for cp-server-connect."
org.opencontainers.image.licenses: "CONFLUENT ENTERPRISE LICENSE"
org.opencontainers.image.url: "https://docs.confluent.io/5.5.2/installation/operator/index.html"
org.opencontainers.image.vendor: "Confluent"
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"
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: []
# 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"
- name: "Scott Stroud"
username: "scottstroud"
email: "confluent-fed@confluent.io"
cht_member: false
- name: "Preston McGowan"
username: "preston.mcgowan"
email: "confluent-fed@confluent.io"
cht_member: false
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment