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

Setting the task image with version #17

Open
pedro-cmat opened this issue Feb 21, 2022 · 2 comments
Open

Setting the task image with version #17

pedro-cmat opened this issue Feb 21, 2022 · 2 comments

Comments

@pedro-cmat
Copy link

There's an issue when providing a version for the task docker image (client$set.task.image('<image-name>:1.0.0', task.name="task") ). Although it seems to launch the master node without problems, it fails when sending the task to the other nodes. The environment variable 'IMAGE_NAME' only contains the name of docker (<image-name>) image but not the version which results in the following error:

ERROR [11:01:43.038] Request to 'http://proxyserver:8080' was unsuccessful: Client error: (404) Not Found 
WARN  [11:01:43.039] Refreshing token ...  
ERROR encountered while calling "<image-name>": Not authenticated! 
self$refresh.token()
<simpleError in self$refresh.token(): Not authenticated!>
@pedro-cmat pedro-cmat changed the title Setting the task image name with version Setting the task image with version Feb 21, 2022
@frankcorneliusmartin
Copy link
Member

frankcorneliusmartin commented Feb 21, 2022

Hi Pedro! Is it correct that this is one of your own algorithms? And to be sure: This does not occur when you do not use the docker-tag? And which version of vantage6 are you using?

@pedro-cmat
Copy link
Author

pedro-cmat commented Feb 22, 2022

Hi Frank, yes happens with a custom algorithm and it doesn't occur when I don't include the docker-tag. The vantage6 version is the following: 0.1.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants