UNCLASSIFIED

Commit ff709046 authored by SonicDeathMonkey's avatar SonicDeathMonkey
Browse files

pruned unused ARGs

parent 445685d5
Pipeline #104376 passed with stages
in 52 minutes and 21 seconds
...@@ -8,3 +8,6 @@ Python-3.6.12.tgz ...@@ -8,3 +8,6 @@ Python-3.6.12.tgz
archive.key archive.key
build-container.sh build-container.sh
python-libs_filelist.txt python-libs_filelist.txt
.env
download.yaml
Jenkinsfile
...@@ -49,7 +49,6 @@ COPY python-requirements/confluent_docker_utils-0.0.40-py3-none-any.whl /tmp/con ...@@ -49,7 +49,6 @@ COPY python-requirements/confluent_docker_utils-0.0.40-py3-none-any.whl /tmp/con
COPY *.whl /tmp/python-dependencies/ COPY *.whl /tmp/python-dependencies/
COPY *.gz /tmp/python-dependencies/ COPY *.gz /tmp/python-dependencies/
RUN dnf install -y openssl tar procps iputils hostname \ RUN dnf install -y openssl tar procps iputils hostname \
&& pip3 install --no-index --prefix=/usr/local --upgrade --find-links /tmp/python-dependencies/ /tmp/wheel-0.35.1-py2.py3-none-any.whl \ && pip3 install --no-index --prefix=/usr/local --upgrade --find-links /tmp/python-dependencies/ /tmp/wheel-0.35.1-py2.py3-none-any.whl \
&& pip3 install --no-index --prefix=/usr/local --upgrade --find-links /tmp/python-dependencies/ /tmp/setuptools-50.0.0-py3-none-any.whl \ && pip3 install --no-index --prefix=/usr/local --upgrade --find-links /tmp/python-dependencies/ /tmp/setuptools-50.0.0-py3-none-any.whl \
...@@ -74,16 +73,6 @@ COPY license.txt /licenses ...@@ -74,16 +73,6 @@ COPY license.txt /licenses
############################################################ ############################################################
############ vvvvv This Container Below vvvvv ############ ############ vvvvv This Container Below vvvvv ############
ARG PROJECT_VERSION=5.5.2
ARG ARTIFACT_ID=cp-kafka
ARG BUILD_NUMBER=-1
ARG CONFLUENT_VERSION=5.5.2-1
ARG CONFLUENT_PACKAGES_REPO
ARG CONFLUENT_PLATFORM_LABEL
ARG SCALA_VERSION=2.12
# allow arg override of required env params # allow arg override of required env params
ARG KAFKA_ZOOKEEPER_CONNECT ARG KAFKA_ZOOKEEPER_CONNECT
ENV KAFKA_ZOOKEEPER_CONNECT=${KAFKA_ZOOKEEPER_CONNECT} ENV KAFKA_ZOOKEEPER_CONNECT=${KAFKA_ZOOKEEPER_CONNECT}
......
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