winery: Declare the objstorage image with the speicific objstorage-winery requirements
Merged
winery: Declare the objstorage image with the speicific objstorage-winery requirements
objstorage-winery
into
master
1 unresolved thread
1 unresolved thread
It will probably miss a couple a dependencies but the goal is to be able to test the deployment with ansible
Related to sysadm-environment#5078 (closed)
Merge request reports
Activity
assigned to @vsellier
- apps/swh-objstorage-winery/Dockerfile 0 → 100644
14 15 COPY --chown=swh:swh requirements-frozen.txt /opt/swh 16 COPY --chown=swh:swh entrypoint.sh /opt/swh 17 18 ENV PYTHONPATH=/opt/swh 19 ENV PATH=/opt/swh/.local/bin:$PATH 20 21 RUN chmod u+x /opt/swh/entrypoint.sh && \ 22 /usr/local/bin/python -m pip install --upgrade pip && \ 23 pip install --no-cache-dir -r requirements-frozen.txt && \ 24 pip install gunicorn 25 26 ENV SWH_CONFIG_FILENAME=/etc/swh/config.yml 27 ENV PORT 5003 28 EXPOSE $PORT 29 ENV THREADS 4 changed this line in version 2 of the diff
added 1 commit
- f18b1dbf - winery: Declare the objstorage image with the speicific objstorage-winery requirements
added 6 commits
-
f18b1dbf...35cbec62 - 5 commits from branch
master
- 519c31fb - winery: Declare the objstorage image with the speicific objstorage-winery requirements
-
f18b1dbf...35cbec62 - 5 commits from branch
Please register or sign in to reply