EugenMayer / docker-image-concourse-configurator

A companion image for running a concourse-ci server and configuring it on bootstrap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WAT

This concourse-ci server helper will try to configure you concourse server right of the bat.

  • generates keys for concourse and puts those onto a volume, to be shared with concourse for production use

  • if vault is enabled, does the complete vault setup for you. Generating vault server cert/kets, enabling cert based auth, creating client certs and sharing those with concourse-ci-server-web so it can authenticate It has also vault support, generating keys for the value, if you set

    -e VAULT_ENABLED=1
    

Usage

Those are some examples

You find the docker image on github eugenmayer/concourse-configurator)

docker pull ghcr.io/eugenmayer/concourse-configurator:7.x
  • Use the tag for your Concourse baseline version, so 3.x, 4.x, 5.x
  • That is your best starting point
  • For all rancher users, see this catalog

Hints

Yet we do use the KV version 1 API since Concourse ( 5.4.0 as of writing ) does not support the version 2 kv (versioned values )

About

A companion image for running a concourse-ci server and configuring it on bootstrap


Languages

Language:Shell 82.6%Language:Dockerfile 16.3%Language:Makefile 1.0%