Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/netbootxyz/docker-yaml-merge
- Owner: netbootxyz
- Created: 2019-11-08T00:05:11.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-15T03:33:15.000Z (4 months ago)
- Last Synced: 2024-08-15T04:34:50.233Z (4 months ago)
- Language: Dockerfile
- Size: 31.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```