An open API service indexing awesome lists of open source software.

https://github.com/psu-libraries/ci-utils


https://github.com/psu-libraries/ci-utils

appint-team

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# 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