Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build command implementation #19

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Open

Conversation

detjensrobert
Copy link
Contributor

@detjensrobert detjensrobert commented Oct 27, 2024

depends on #18, #20

- coerce string `build:` directory into full build context object
- allow only one of either `build:` or `image:` fields

Signed-off-by: Robert Detjens <[email protected]>
also adds a directory field to ChallengeConfig struct to hold the reference
path for the challenge

Signed-off-by: Robert Detjens <[email protected]>
bollard wants to use HashMap to talk to the docker daemon, and we don't need
the extra features BTreeMap offers. simpler to agree on HashMap.

Signed-off-by: Robert Detjens <[email protected]>
does not push yet, and probably missing other stuff

Signed-off-by: Robert Detjens <[email protected]>
Makes more sense for these to be comments.

Signed-off-by: Robert Detjens <[email protected]>
@detjensrobert detjensrobert self-assigned this Oct 27, 2024
Signed-off-by: Robert Detjens <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant