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
confluent-operator-0.174
Commits
fef0ec10
Commit
fef0ec10
authored
Jul 29, 2021
by
alexander.klepal
Browse files
Merge branch '0.174.13-1' into 'development'
Version Update See merge request
!19
parents
664a6f13
b252b343
Pipeline
#396125
passed with stages
in 16 minutes and 5 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
9 deletions
+9
-9
Dockerfile
Dockerfile
+3
-4
hardening_manifest.yaml
hardening_manifest.yaml
+6
-5
No files found.
Dockerfile
View file @
fef0ec10
...
@@ -6,21 +6,20 @@ FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
...
@@ -6,21 +6,20 @@ FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
WORKDIR
/opt
WORKDIR
/opt
ENV
IMG_TAR_VERSION=0.174.
6
ENV
IMG_TAR_VERSION=0.174.
13-1
ENV
LANG="C.UTF-8"
ENV
LANG="C.UTF-8"
USER
root
USER
root
RUN
mkdir
-p
/tmp/untar /licenses /etc/confluent/ironbank
RUN
mkdir
-p
/tmp/untar /licenses /etc/confluent/ironbank
COPY
confluent-operator_${IMG_TAR_VERSION}_Opt.tar.gz /tmp/untar
COPY
confluent-operator-${IMG_TAR_VERSION}_opt.tar.gz /tmp/untar
COPY
LICENSE /licenses
COPY
LICENSE /licenses
## For auditing & debugging
## For auditing & debugging
COPY
Dockerfile /etc/confluent/ironbank/
COPY
Dockerfile /etc/confluent/ironbank/
COPY
hardening_manifest.yaml /etc/confluent/ironbank/
COPY
hardening_manifest.yaml /etc/confluent/ironbank/
RUN
cd
/tmp/untar
&&
tar
-xvf
confluent-operator
-
*
_
o
pt.tar.gz
&&
rm
confluent-operator
-
*
_
o
pt.tar.gz
&&
\
RUN
cd
/tmp/untar
&&
tar
-xvf
confluent-operator
*
_
O
pt.tar.gz
&&
rm
confluent-operator
*
_
O
pt.tar.gz
&&
\
mv * /opt/ && cd /opt && rm -Rf /tmp/untar && \
mv * /opt/ && cd /opt && rm -Rf /tmp/untar && \
chown -R root:root /opt/manager && chmod -R ag+rw /opt /opt/manager
chown -R root:root /opt/manager && chmod -R ag+rw /opt /opt/manager
...
...
hardening_manifest.yaml
View file @
fef0ec10
...
@@ -8,7 +8,8 @@ name: "confluentinc/confluent-operator"
...
@@ -8,7 +8,8 @@ name: "confluentinc/confluent-operator"
# The most specific version should be the first tag and will be shown
# The most specific version should be the first tag and will be shown
# on ironbank.dso.mil
# on ironbank.dso.mil
tags
:
tags
:
-
"
0.174.6"
-
"
0.174.13-1"
-
"
0.174.13"
-
"
0.174"
-
"
0.174"
# Build args passed to Dockerfile ARGs
# Build args passed to Dockerfile ARGs
...
@@ -23,17 +24,17 @@ labels:
...
@@ -23,17 +24,17 @@ labels:
org.opencontainers.image.licenses
:
"
CONFLUENT
ENTERPRISE
LICENSE"
org.opencontainers.image.licenses
:
"
CONFLUENT
ENTERPRISE
LICENSE"
org.opencontainers.image.url
:
"
https://docs.confluent.io/6.1.1/installation/operator/index.html"
org.opencontainers.image.url
:
"
https://docs.confluent.io/6.1.1/installation/operator/index.html"
org.opencontainers.image.vendor
:
"
Confluent"
org.opencontainers.image.vendor
:
"
Confluent"
org.opencontainers.image.version
:
"
0.174.
6
"
org.opencontainers.image.version
:
"
0.174.
13-1
"
mil.dso.ironbank.image.keywords
:
"
confluent,kafka,zookeeper,operator"
mil.dso.ironbank.image.keywords
:
"
confluent,kafka,zookeeper,operator"
mil.dso.ironbank.image.type
:
"
commercial"
mil.dso.ironbank.image.type
:
"
commercial"
mil.dso.ironbank.product.name
:
"
Confluent
Platform"
mil.dso.ironbank.product.name
:
"
Confluent
Platform"
resources
:
resources
:
-
filename
:
confluent-operator
-
0.174.
6_o
pt.tar.gz
-
filename
:
confluent-operator
_
0.174.
13-1_O
pt.tar.gz
url
:
https://ironbank-files.s3.amazonaws.com/confluent-operator
-
0.174.
6_o
pt.tar.gz
url
:
https://ironbank-files.s3.amazonaws.com/confluent-operator
_
0.174.
13-1_O
pt.tar.gz
validation
:
validation
:
type
:
sha256
type
:
sha256
value
:
57b4aae0f4963fa897dec63e6412433dfd4c6ab1f50a5fc8300bbf6a887d8e2b
value
:
a8296d9f33527b7ca36ef8058210de590a23c511b44ee60f782f66dc3a3bf7dc
# List of project maintainers
# List of project maintainers
maintainers
:
maintainers
:
...
...
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