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: 5 months 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-02-04T04:07:38.000Z (5 months ago)
- Last Synced: 2025-02-04T05:18:57.712Z (5 months ago)
- Language: Dockerfile
- Size: 33.2 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
```