google / google/kctf

rebuild binaries on demand only

Open
#270 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Go
Stars
794
Forks
82
PR merge metrics
No merged PRs in 30d

Description

Once the CTF started, you want to be able to make small fixes in the docker image without rebuilding the challenge binary since rebuilding it means you will need to distribute the new binary to the players.

This doesn't work with the current proposed way to build challenge binaries (as part of the dockerimage) since redeploying will result in a new binary.

We should have a way to
* deploy with / without rebuilding the binary
* get the build outputs

During challenge development, the default should be build=true (otherwise you forget about it and are surprised). During the competition the default should be build=false (otherwise you rebuild by mistake and might not notice).

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.