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
ff709046
Commit
ff709046
authored
Dec 14, 2020
by
SonicDeathMonkey
Browse files
pruned unused ARGs
parent
445685d5
Pipeline
#104376
passed with stages
in 52 minutes and 21 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
11 deletions
+3
-11
.gitignore
.gitignore
+3
-0
Dockerfile
Dockerfile
+0
-11
No files found.
.gitignore
View file @
ff709046
...
@@ -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
Dockerfile
View file @
ff709046
...
@@ -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}
...
...
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