UNCLASSIFIED

Commit e3a64af9 authored by schmitt.eric's avatar schmitt.eric
Browse files

Merge branch '5.5.2' into 'development'

5.5.2

See merge request !5
parents 34219291 e1460850
Pipeline #68265 passed with stages
in 37 minutes and 45 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
...@@ -50,7 +50,7 @@ COPY *.whl /tmp/python-dependencies/ ...@@ -50,7 +50,7 @@ COPY *.whl /tmp/python-dependencies/
COPY *.gz /tmp/python-dependencies/ COPY *.gz /tmp/python-dependencies/
RUN dnf install -y openssl tar procps krb5-workstation iputils hostname RUN dnf install -y openssl tar procps iputils hostname
RUN pip3 install --no-index --only-binary --install-option="--prefix=/usr/local" --upgrade --find-links /tmp/python-dependencies/ /tmp/wheel-0.35.1-py2.py3-none-any.whl RUN pip3 install --no-index --only-binary --install-option="--prefix=/usr/local" --upgrade --find-links /tmp/python-dependencies/ /tmp/wheel-0.35.1-py2.py3-none-any.whl
RUN pip3 install --no-index --only-binary --install-option="--prefix=/usr/local" --upgrade --find-links /tmp/python-dependencies/ /tmp/python_dateutil-2.8.0-py2.py3-none-any.whl RUN pip3 install --no-index --only-binary --install-option="--prefix=/usr/local" --upgrade --find-links /tmp/python-dependencies/ /tmp/python_dateutil-2.8.0-py2.py3-none-any.whl
RUN pip3 install --no-index --only-binary --install-option="--prefix=/usr/local" --upgrade --find-links /tmp/python-dependencies/ /tmp/setuptools-50.0.0-py3-none-any.whl RUN pip3 install --no-index --only-binary --install-option="--prefix=/usr/local" --upgrade --find-links /tmp/python-dependencies/ /tmp/setuptools-50.0.0-py3-none-any.whl
...@@ -70,9 +70,6 @@ COPY --chown=appuser:appuser include/etc/confluent/docker /etc/confluent/docker ...@@ -70,9 +70,6 @@ COPY --chown=appuser:appuser include/etc/confluent/docker /etc/confluent/docker
RUN mkdir /licenses RUN mkdir /licenses
COPY license.txt /licenses COPY license.txt /licenses
# Correct SUID bit being set
RUN chmod 0755 /usr/bin/ksu
############ ^^^^^ Base Container Details ^^^^^ ############ ############ ^^^^^ Base Container Details ^^^^^ ############
############################################################ ############################################################
############ vvvvv This Container Below vvvvv ############ ############ vvvvv This Container Below vvvvv ############
......
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