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
Confluent Component Operator
cp-init-container-operator-6.1.1
Commits
fb82c5ad
Commit
fb82c5ad
authored
Aug 18, 2021
by
Scott Stroud
Browse files
test test
parent
e0f6043a
Pipeline
#431527
failed with stages
in 52 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
Dockerfile
Dockerfile
+7
-1
No files found.
Dockerfile
View file @
fb82c5ad
...
@@ -44,11 +44,17 @@ RUN dnf update -y --nodocs && dnf install -y --nodocs python3 python3-devel pyth
...
@@ -44,11 +44,17 @@ RUN dnf update -y --nodocs && dnf install -y --nodocs python3 python3-devel pyth
## Add the Confluent Docker Utility Belt which helps with starting the proper applications
## Add the Confluent Docker Utility Belt which helps with starting the proper applications
## https://github.com/confluentinc/common-docker/tree/master/utility-belt
## https://github.com/confluentinc/common-docker/tree/master/utility-belt
COPY
cp-init-container-operator-6.1.2.1_UsrLocalLib64.tar.gz /usr/local/lib64/
COPY
cp-init-container-operator-6.1.2.1_UsrLocalLib.tar.gz /usr/local/lib/
COPY
confluent_docker_utils-0.0.44-py3-none-any.whl /tmp/confluent_docker_utils-0.0.44-py3-none-any.whl
COPY
confluent_docker_utils-0.0.44-py3-none-any.whl /tmp/confluent_docker_utils-0.0.44-py3-none-any.whl
COPY
*.whl /tmp/python-dependencies/
COPY
*.whl /tmp/python-dependencies/
COPY
*.gz /tmp/python-dependencies/
COPY
*.gz /tmp/python-dependencies/
RUN
pip3
install
--prefix
=
/usr/local
--upgrade
--find-links
/tmp/python-dependencies/ /tmp/confluent_docker_utils-0.0.44-py3-none-any.whl /tmp/python-dependencies/jsonnet-0.17.0.tar.gz /tmp/python-dependencies/requests-2.25.1.tar.gz
## copy in the python libs and then
RUN
cd
/usr/local/lib64
&&
tar
-xvf
*
_UsrLocalLib64.tar.gz
&&
rm
*
_UsrLocalLib64.tar.gz
\
&&
cd
/usr/local/lib
&&
tar
-xvf
*
_UsrLocalLib.tar.gz
&&
rm
*
_UsrLocalLib.tar.gz
\
&&
pip3
install
--prefix
=
/usr/local
--upgrade
--find-links
/tmp/python-dependencies/ /tmp/confluent_docker_utils-0.0.44-py3-none-any.whl /tmp/python-dependencies/jsonnet-0.17.0.tar.gz
## dub installed
## dub installed
########################################
########################################
...
...
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