diff --git a/.gitlab/DockerImages/README.md b/.gitlab/DockerImages/README.md index 5a746042d3..9f754a4883 100644 --- a/.gitlab/DockerImages/README.md +++ b/.gitlab/DockerImages/README.md @@ -3,9 +3,13 @@ In order to speed up building and testing of Racket, we have prepared some Docker images. Currently pushed to DockerHub under the pmatos/racket-ci repo. This is then used in the CI configuration with: +``` image: "pmatos/racket-ci:testdeps" # for testing jobs +``` or: +``` image: "pmatos/racket-ci:builddeps" # for build jobs +``` The Makefile does the build/push automatically but you need to be logged in - use `docker login`.