https://github.com/psu-libraries/ci-utils
https://github.com/psu-libraries/ci-utils
appint-team
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/psu-libraries/ci-utils
- Owner: psu-libraries
- Created: 2020-07-30T16:42:58.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-06-26T16:50:01.000Z (about 1 year ago)
- Last Synced: 2025-06-26T17:42:16.444Z (about 1 year ago)
- Topics: appint-team
- Language: Shell
- Homepage:
- Size: 5.41 MB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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