Rookery is an evolving Concourse task container image. It supplies functionality to the build including:
- Google Chrome, ChromeDriver, and Xvfb for use in browser tests
- OpenJDK JDK 8
- MySQL Server
- Cloud Foundry CLI
In your Concourse task definitions:
# Use a specific versionplatform: linuximage_resource:
type: docker-imagesource: {repository: codebandits/rookery, tag: 0.0.1}run: ...# Use the latest versionplatform: linuximage_resource:
type: docker-imagesource: {repository: codebandits/rookery}run: ...The available tags are listed here: https://hub.docker.com/r/codebandits/rookery/tags/