reanahub / reana-client

REANA command-line client
http://reana-client.readthedocs.io/
MIT License
10 stars 44 forks source link

build(docker): create `reana-client` container image #710

Closed tiborsimko closed 3 months ago

tiborsimko commented 3 months ago

Usage example:

$ cd reana-demo-root6-roofit
$ export REANA_SERVER_URL=https://reana.cern.ch
$ export REANA_ACCESS_TOKEN=xxxxxxxxxxxxxxxxxxx
$ docker pull docker.io/reanahub/reana-client:0.9.3
$ docker run -i -t --rm -v $PWD:/home/reana \
    --env REANA_SERVER_URL --env REANA_ACCESS_TOKEN \
    docker.io/reanahub/reana-client:0.9.3 run -w test

Closes #709

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 58.62%. Comparing base (3bdf802) to head (2c99c5d).

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/reanahub/reana-client/pull/710/graphs/tree.svg?width=650&height=150&src=pr&token=b85cSEiOhs&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=reanahub)](https://app.codecov.io/gh/reanahub/reana-client/pull/710?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=reanahub) ```diff @@ Coverage Diff @@ ## master #710 +/- ## ======================================= Coverage 58.62% 58.62% ======================================= Files 24 24 Lines 2393 2393 ======================================= Hits 1403 1403 Misses 990 990 ```