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-server-connect-operator-5.5.x
Commits
ad0709b5
Commit
ad0709b5
authored
Apr 22, 2021
by
SonicDeathMonkey
Browse files
5.5.4
parent
ffcd5508
Pipeline
#245494
failed with stages
in 44 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
9 deletions
+9
-9
Dockerfile
Dockerfile
+5
-5
hardening_manifest.yaml
hardening_manifest.yaml
+4
-4
No files found.
Dockerfile
View file @
ad0709b5
ARG
BASE_REGISTRY=registry1.dsop.io
ARG
BASE_IMAGE=confluentinc/cp-server-connect
ARG
BASE_TAG=5.5.
3
ARG
BASE_TAG=5.5.
4
FROM
${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
USER
root
...
...
@@ -17,11 +17,11 @@ WORKDIR /opt
## Copy dependencies
RUN
mkdir
-p
/usr/share/java/cc-base /opt/caas
COPY
operator-5.5.
3
-plugins.tar.gz /usr/share/java/cc-base/
COPY
cp-server-connect-operator-5.5.
3
_caas.tar.gz /opt/caas/
COPY
operator-5.5.
4
-plugins.tar.gz /usr/share/java/cc-base/
COPY
cp-server-connect-operator-5.5.
4
_caas.tar.gz /opt/caas/
RUN
cd
/usr/share/java/cc-base
&&
tar
-xvf
operator-5.5.
3
-plugins.tar.gz
&&
rm
operator-5.5.
3
-plugins.tar.gz
\
&&
cd
/opt/caas
&&
tar
-xvf
cp-server-connect-operator-5.5.
3
_caas.tar.gz
&&
rm
cp-server-connect-operator-5.5.
3
_caas.tar.gz
\
RUN
cd
/usr/share/java/cc-base
&&
tar
-xvf
operator-5.5.
4
-plugins.tar.gz
&&
rm
operator-5.5.
4
-plugins.tar.gz
\
&&
cd
/opt/caas
&&
tar
-xvf
cp-server-connect-operator-5.5.
4
_caas.tar.gz
&&
rm
cp-server-connect-operator-5.5.
4
_caas.tar.gz
\
&&
yum
install
-y
openssl findutils diffutils
&&
yum clean all
&&
mkdir
-p
"
${
CONNECT_LOG4J_DIR
}
"
"
${
CONNECT_SECRETS_DIR
}
"
"
${
CONNECT_CONFIG_DIR
}
"
"
${
COMPONENT_SCRIPT_DIR
}
/
${
COMPONENT
}
"
"
${
COMPONENT_SCRIPT_DIR
}
/
${
COMPONENT
}
/jars"
\
&&
chmod
-R
ag+w
"
${
CONNECT_LOG4J_DIR
}
"
"
${
CONNECT_SECRETS_DIR
}
"
"
${
CONNECT_CONFIG_DIR
}
"
"/opt"
...
...
hardening_manifest.yaml
View file @
ad0709b5
...
...
@@ -31,13 +31,13 @@ labels:
# List of resources to make available to the offline build context
resources
:
-
filename
:
operator-5.5.
3
-plugins.tar.gz
url
:
https://ironbank-files.s3.amazonaws.com/operator-5.5.
3
-plugins.tar.gz
-
filename
:
operator-5.5.
4
-plugins.tar.gz
url
:
https://ironbank-files.s3.amazonaws.com/operator-5.5.
4
-plugins.tar.gz
validation
:
type
:
sha256
value
:
28023c40fa06e695f97a5942b74663a6ce397edb78c5376dae14addb01355a80
-
filename
:
cp-server-connect-operator-5.5.
3
_caas.tar.gz
url
:
https://ironbank-files.s3.amazonaws.com/cp-server-connect-operator-5.5.
3
_caas.tar.gz
-
filename
:
cp-server-connect-operator-5.5.
4
_caas.tar.gz
url
:
https://ironbank-files.s3.amazonaws.com/cp-server-connect-operator-5.5.
4
_caas.tar.gz
validation
:
type
:
sha256
value
:
b6557abd57ad4b05d4b9f6f1c964250be80a6f9db11420ade8d739d340e77c59
...
...
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