-
Notifications
You must be signed in to change notification settings - Fork 47
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
Container or cvmfs for reana-client #709
Comments
tiborsimko
added a commit
to tiborsimko/reana-client
that referenced
this issue
Mar 14, 2024
tiborsimko
added a commit
to tiborsimko/reana-client
that referenced
this issue
Mar 14, 2024
tiborsimko
added a commit
to tiborsimko/reana-client
that referenced
this issue
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 issue
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 issue
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 issue
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 issue
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
tiborsimko
added a commit
to tiborsimko/reana-client
that referenced
this issue
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
tiborsimko
added a commit
to tiborsimko/reana-client
that referenced
this issue
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
This was referenced Mar 15, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
it will be great if the reana-client can be accessible via container or cvmfs. My case in point:
I want to run the client as part of my gitlab-ci. I am thinking that the job in the gitlab-ci is allowed to fail if the user pushing/making a merge request does not have the correct secrets or does not have reana user, but it can be run by the other users.
thanks
The text was updated successfully, but these errors were encountered: