Skip to content

codebandits/rookery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published