-
Notifications
You must be signed in to change notification settings - Fork 25
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
Containers not found after inginious docker-agent update #35
Comments
The images seem to have been updated on the development tag. It would however be really nice if the images were tagged based on this new agent-version (maybe with a -dev suffix until the version is final) |
We are currently facing an issue with Docker Hub requiring all access (write access also) on all repos to work. We'll probably add the containers build instruction in the installation guide and disable the docker hub repos. |
rebuild the images and put the tag manualy |
You can always just build the images in some ci-pipeline like Travis-CI and then push them to Docker Hub. I have created such a workflow with gitlab and have some of the Images now on DockerHub under unibasme/inginious-testing. The tags are the same name as the container name for better distinction. |
After having updated my inginious instance last week, all codings problems where crashing because of "unavailable environment".
After some research, I believe this is related to the commit on INGInious issue #435 [UCL-INGI/INGInious/pull/435] : The label org.inginious.grading.agent_version is missing on the INGInious-containers and so they are not recognised by the inginious docker-agent anymore.
Manually adding the label to the dockerfile of my grading environment solved the issue in my case, but it would be nice to update the official docker images accordingly.
The text was updated successfully, but these errors were encountered: