Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/netbootxyz/docker-yaml-merge

Helper container used in build pipelining to merge yaml
https://github.com/netbootxyz/docker-yaml-merge

Last synced: about 1 month ago
JSON representation

Helper container used in build pipelining to merge yaml

Awesome Lists containing this project

README

        

# docker-yaml-merge

The purpose of this container is to merge a local template with a remote settings yaml file based on a unique version number that our repo just released.
This is a helper container for a larger build and release pipeline.

Usage Snippet:

```
docker run --rm -it \
-e RELEASE_TAG=your_release_tag \
-v $(pwd):/buildout \
netbootxyz/yaml-merge
```