UNCLASSIFIED

Commit bd87819b authored by Preston McGowan's avatar 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
...@@ -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
...@@ -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
......
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