Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ChEMBL
C
ChEMBL
Delayed Jobs
Delayed Jobs API
Commits
be23209a
Commit
be23209a
authored
Apr 22, 2021
by
David Mendez
Browse files
Do not use dependency proxy in dockerfile
parent
e937c9f1
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
Dockerfile
Dockerfile
+1
-2
No files found.
Dockerfile
View file @
be23209a
# ==================================== BASE ====================================
ARG
INSTALL_PYTHON_VERSION=${INSTALL_PYTHON_VERSION:-3.7}
ARG
CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX=${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX:-'gitlab.ebi.ac.uk/chembl/dependency_proxy/containers'}
FROM
${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/python:${INSTALL_PYTHON_VERSION}-slim-buster AS base
FROM
python:${INSTALL_PYTHON_VERSION}-slim-buster AS base
ENV
CONFIG_FILE_PATH=${CONFIG_FILE_PATH:-'/etc/run_config/RUN_CONFIG.yml'}
ENV
GUNICORN_CONFIG_FILE_PATH=${GUNICORN_CONFIG_FILE_PATH:-'/etc/gunicorn_config/GUNICORN_CONFIG.py'}
...
...
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