Skip to content

psu-libraries/ci-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ci-utils

A container to be used in CircleCI. Includes common utilities, such as yq, and docker-compose.

Building.

  • Pushes to master build :latest
  • Tags will build a :$CIRCLE_TAG

Utilities

yq

  • cli utility to update yaml files within CI.
  • update the ENV YQ_VERSION in the dockerfile to update

docker

  • docker comes from the official github releases
  • update the ENV DOCKERVERSION to update

docker-compose

  • docker-compose comes from the official github releases
  • update the ENV COMPOSE_VERSION to update