Dodona not automatically picking up Docker image version updates #5559
-
Is the Dodona platform supposed to automatically pick up changes made to the docker-images repo, or do I need to take a specific action to trigger an update? In case of the latterWhat do I have to do to update the image used? In case of the formerSomething seem to have broken. The docker image for the Scheme judge builds on the Racket image for version 8.13. Yet, I'm getting multiple indications that the version used by the current Dodona platform is in fact Racket version 8.11.1:
Commit 8d83c15cb1e0809e2d53830e769f57d6eb5ee33d to the docker-images repo should have been bumped the Racket version to 8.12, and it has since been bumped to 8.13. But I'm not seeing the effects of that inside the Dodona platform. It does not appear to be an issue on the side of the Racket image: if I locally build and run the dodona-scheme.dockerfile, it contains Racket 8.13 as expected. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This does not happen automatically; we (Team Dodona) need to manually trigger a deploy to get the latest images to the workers. I'll do this now, so the new image should be available soon (EDIT: the images are now deployed). You can see these deployments here: https://github.com/dodona-edu/dodona/actions/workflows/deploy-images.yml |
Beta Was this translation helpful? Give feedback.
This does not happen automatically; we (Team Dodona) need to manually trigger a deploy to get the latest images to the workers. I'll do this now, so the new image should be available soon (EDIT: the images are now deployed).
You can see these deployments here: https://github.com/dodona-edu/dodona/actions/workflows/deploy-images.yml