UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

Development

Merged Austin Webster requested to merge development into master
2 files
+ 9
10
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 3
3
ARG CP_BASE_NEW_IMAGE=confluentinc/cp-base-new
ARG CP_BASE_NEW_TAG=7.7.2
ARG CP_BASE_NEW_TAG=7.8.1
ARG BASE_REGISTRY=registry1.dso.mil
ARG BASE_IMAGE=redhat/openjdk/openjdk17
@@ -57,6 +57,7 @@ RUN echo "===> dnf installs" \
&& python3 -m pip install --upgrade setuptools \
&& pip3 install urllib3 --upgrade \
&& dnf erase -y procps-ng gdb-gdbserver \
&& rm -Rf /usr/local/bin/openssl \
&& echo "===> appuser setup" \
&& mkdir -p /usr/logs /licenses \
&& useradd --no-log-init --create-home --shell /bin/bash appuser \
@@ -71,5 +72,4 @@ USER appuser
WORKDIR /home/appuser
## healthcheck not applicable since this is ONLY used as a base image
HEALTHCHECK NONE
HEALTHCHECK NONE
\ No newline at end of file
Loading