racket/.github/images
Paulo Matos fb3dd84ac9 Define USER to be root
Although we start with user root, the image does not define the USER
env variable to root, which some Chez tests expect.
2020-07-20 09:20:10 +02:00
..
Dockerfile Define USER to be root 2020-07-20 09:20:10 +02:00
README.md Consolidate current racket-ci images into a single one (#3230) 2020-06-03 18:34:20 +02:00

Docker images for CI

In order to speed up building and testing of Racket, we have prepared some Docker images. Currently pushed to DockerHub under the racket/racket-ci repo. This is then used in the CI configuration with:

	image: "racket/racket-ci:latest"

The image is automatically built and uploaded on all relevant commits through GitHub Actions.