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
Kafka
cp-kafka-5.5.x
Commits
bd87819b
Commit
bd87819b
authored
Nov 03, 2020
by
Preston McGowan
Browse files
Removed krb5-workstation to satisfy a OpenSCAP finding
parent
4387ef29
Pipeline
#68045
failed with stages
in 19 minutes and 25 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
.gitignore
.gitignore
+2
-0
Dockerfile
Dockerfile
+3
-0
No files found.
.gitignore
View file @
bd87819b
...
@@ -6,3 +6,5 @@
...
@@ -6,3 +6,5 @@
pip-20.2.2-py2.py3-none-any.whl
pip-20.2.2-py2.py3-none-any.whl
Python-3.6.12.tgz
Python-3.6.12.tgz
archive.key
archive.key
build-container.sh
python-libs_filelist.txt
Dockerfile
View file @
bd87819b
...
@@ -123,6 +123,9 @@ VOLUME ["/var/lib/${COMPONENT}/data", "/etc/${COMPONENT}/secrets"]
...
@@ -123,6 +123,9 @@ VOLUME ["/var/lib/${COMPONENT}/data", "/etc/${COMPONENT}/secrets"]
COPY
--chown=appuser:appuser include/etc/confluent/docker /etc/confluent/docker
COPY
--chown=appuser:appuser include/etc/confluent/docker /etc/confluent/docker
# Needed to pass an OpenSCAP - DISA Compliance issue
RUN
dnf remove krb5-workstation
# primary
# primary
EXPOSE
9092
EXPOSE
9092
...
...
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