Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

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

Stars

0 stars

Watchers

4 watching

Forks

Releases

Packages

Contributors