Skip to content
Snippets Groups Projects

winery: Declare the objstorage image with the speicific objstorage-winery requirements

Merged Vincent Sellier requested to merge objstorage-winery into master
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

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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
  • Vincent Sellier added 1 commit

    added 1 commit

    • f18b1dbf - winery: Declare the objstorage image with the speicific objstorage-winery requirements

    Compare with previous version

  • Antoine R. Dumont approved this merge request

    approved this merge request

  • Vincent Sellier added 6 commits

    added 6 commits

    • f18b1dbf...35cbec62 - 5 commits from branch master
    • 519c31fb - winery: Declare the objstorage image with the speicific objstorage-winery requirements

    Compare with previous version

  • Please register or sign in to reply
    Loading