Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Mar 15, 2024

Conversation

tiborsimko
Copy link
Member

@tiborsimko tiborsimko commented Mar 14, 2024

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

Copy link

codecov bot commented Mar 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

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

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #710   +/-   ##
=======================================
  Coverage   58.62%   58.62%           
=======================================
  Files          24       24           
  Lines        2393     2393           
=======================================
  Hits         1403     1403           
  Misses        990      990           

tiborsimko added a commit to tiborsimko/reana-client that referenced this pull request Mar 15, 2024
Usage example:

```console
$ 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 --env REANA_SERVER_URL --env REANA_ACCESS_TOKEN --rm -v $PWD:/home/reana docker.io/reanahub/reana-client:0.9.3 run -w test
```

Closes reanahub#709
tiborsimko added a commit to tiborsimko/reana-client that referenced this pull request Mar 15, 2024
Usage example:

```console
$ 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 --env REANA_SERVER_URL --env REANA_ACCESS_TOKEN \
    -v $PWD:/home/reana docker.io/reanahub/reana-client:0.9.3 run -w test
```

Closes reanahub#709
tiborsimko added a commit to tiborsimko/reana-client that referenced this pull request Mar 15, 2024
Usage example:

```console
$ 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 --env REANA_SERVER_URL --env REANA_ACCESS_TOKEN \
    -v $PWD:/home/reana docker.io/reanahub/reana-client:0.9.3 run -w test
```

Closes reanahub#709
tiborsimko added a commit to tiborsimko/reana-client that referenced this pull request Mar 15, 2024
Usage example:

```console
$ 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 --env REANA_SERVER_URL --env REANA_ACCESS_TOKEN \
    -v $PWD:/home/reana docker.io/reanahub/reana-client:0.9.3 run -w test
```

Closes reanahub#709
tiborsimko added a commit to tiborsimko/reana-client that referenced this pull request Mar 15, 2024
Usage example:

```console
$ 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 reanahub#709
@mdonadoni mdonadoni self-assigned this Mar 15, 2024
tiborsimko added a commit to tiborsimko/reana-client that referenced this pull request Mar 15, 2024
Usage example:

```console
$ 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 reanahub#709
vars.RELEASE_DOCKER == 'true' &&
github.event_name == 'push' &&
startsWith(github.ref, 'refs/tags/')
needs:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we add also the other missing checks here?

  • lint-commitlint
  • docs-cli-commands
  • docs-cli-api

tiborsimko added a commit to tiborsimko/reana-client that referenced this pull request Mar 15, 2024
Usage example:

```console
$ 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 reanahub#709
Usage example:

```console
$ 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 reanahub#709
@tiborsimko tiborsimko merged commit 2c99c5d into reanahub:master Mar 15, 2024
29 checks passed
@tiborsimko tiborsimko deleted the docker branch March 15, 2024 13:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Container or cvmfs for reana-client
2 participants