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
Bitnami
airflow-scheduler
Commits
1d35afce
Commit
1d35afce
authored
Mar 18, 2021
by
John Stacy
Browse files
update docker build to remove older version of elasticsearch (with vulnerabilities)
parent
abc319ec
Pipeline
#195104
passed with stages
in 130 minutes and 27 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
Dockerfile
Dockerfile
+1
-0
No files found.
Dockerfile
View file @
1d35afce
...
@@ -41,6 +41,7 @@ USER ${AIRFLOW_USER_ID}
...
@@ -41,6 +41,7 @@ USER ${AIRFLOW_USER_ID}
RUN
source
/opt/bitnami/airflow/venv/bin/activate
&&
\
RUN
source
/opt/bitnami/airflow/venv/bin/activate
&&
\
rm
-rf
${
BITNAMI_HOME
}
/airflow/venv/lib/python3.8/site-packages/swagger_ui_bundle/vendor/swagger-ui-2.2.10
&&
\
rm
-rf
${
BITNAMI_HOME
}
/airflow/venv/lib/python3.8/site-packages/swagger_ui_bundle/vendor/swagger-ui-2.2.10
&&
\
python3
-m
pip
install
--no-index
--no-deps
/local/wheels/setuptools_scm-5.0.2-py2.py3-none-any.whl
&&
\
python3
-m
pip
install
--no-index
--no-deps
/local/wheels/setuptools_scm-5.0.2-py2.py3-none-any.whl
&&
\
python3
-m
pip uninstall
-y
elasticsearch
&&
\
tar
xfz /local/wheels/thrift-0.14.1.tar.gz
-C
/local/wheels
&&
\
tar
xfz /local/wheels/thrift-0.14.1.tar.gz
-C
/local/wheels
&&
\
python3
-m
pip
install
--no-index
--no-deps
/local/wheels/thrift-0.14.1/lib/py
&&
\
python3
-m
pip
install
--no-index
--no-deps
/local/wheels/thrift-0.14.1/lib/py
&&
\
rm
-rf
/local/wheels/thrift-0.14.1
*
&&
\
rm
-rf
/local/wheels/thrift-0.14.1
*
&&
\
...
...
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