Skip to content

rockhowse/concourse-nginx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

concourse-nginx

Simple concourse pipeline that will build and push a basic nginx docker container to a docker registry

pre-requisits

This repo assumes you have the following configured and have the ability to access them.

example usage

  • NOTE THIS CONFIGURATION IS NOT SUITABLE FOR PRODUCTION

Set up target in concourse:

fly --target concourse-nginx login --concourse-url http://<CONCOURSE_URL> -u <CONCOURSE_USERNAME> -p <CONCOURSE_PASSWORD>

Deploy the pipeline to concourse:

fly -t concourse-nginx set-pipeline -p build-and-push-nginx \
    -c pipeline.yml \
    --var registry-username=<REGISTRY_USERNAME> \
    --var registry-password=<REGISTRY_PASSWORD> \
    --var repository-name=<REPOSITORY_NAME>

About

Simple concourse pipeline that will deploy the most basic nginix configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •