Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 842 Bytes

README.md

File metadata and controls

36 lines (26 loc) · 842 Bytes

rookery

Concourse

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

Usage

In your Concourse task definitions:

# Use a specific version

platform: linux
image_resource:
  type: docker-image
  source: {repository: codebandits/rookery, tag: 0.0.1}
run: ...
# Use the latest version

platform: linux
image_resource:
  type: docker-image
  source: {repository: codebandits/rookery}
run: ...

The available tags are listed here: https://hub.docker.com/r/codebandits/rookery/tags/