flipt-io / cup

Git Contribution Automation
https://cup.flipt.io
Apache License 2.0
76 stars 1 forks source link

refactor(config): break out into separate configuration resources #36

Closed GeorgeMac closed 1 year ago

GeorgeMac commented 1 year ago

This PR contains a lot of changes to the way cup is configured. Most of the new state of the world is now documented in the README.md as part of this PR.

This change also includes new hack build target:

./build.sh hack fliptcup:build

This outputs a file fliptcup.tar. This file can be loaded into docker.

docker load -i fliptcup.tar

The result docker image contains cup with the Flipt runtime correctl configured and served.

Addtionally, the following can be used to push cup with flipt:

./build.sh hack fliptcupt:publish --regitstry <registry> --username <username> --password <password> --image-name <image-name>