You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ctfcli/spec/challenge-example.yml
+3-1
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,8 @@ type: standard
22
22
# Settings used for Dockerfile deployment
23
23
# If not used, remove or set to null
24
24
# If you have a Dockerfile set to .
25
+
# If you have a docker-compose.yaml file, set to __compose__. Note that this will send the entire challenge directory to the remote server and build it there.
26
+
# Only compatible with ssh, not registry.
25
27
# If you have an imaged hosted on Docker set to the image url (e.g. python/3.8:latest, registry.gitlab.com/python/3.8:latest)
26
28
# Follow Docker best practices and assign a tag
27
29
image: null
@@ -122,4 +124,4 @@ state: hidden
122
124
123
125
# Specifies what version of the challenge specification was used.
0 commit comments