File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ This project is written in Go and uses `make` for task running. Code should be f
1111You can build Canary into ` ./bin/canary ` with:
1212
1313``` shell
14- $ make
14+ $ make build
1515go build -o bin/canary .
1616```
1717
Original file line number Diff line number Diff line change @@ -131,12 +131,12 @@ We can then run our specification against any desired container image to see a p
131131` ` ` console
132132$ canary validate --file examples/kubeflow.yaml public.ecr.aws/j1r0q0g6/notebooks/notebook-servers/jupyter-scipy:v1.5.0-rc.1
133133Validating public.ecr.aws/j1r0q0g6/notebooks/notebook-servers/jupyter-scipy:v1.5.0-rc.1 against kubeflow
134- 👩 User is jovyan [true ]
135- 🆔 User ID is 1000 [true ]
136- 🏠 Home directory is /home/jovyan [true ]
137- 🌏 Exposes an HTTP interface on port 8888 [true ]
138- 🧭 Correctly routes the NB_PREFIX [true ]
139- 🔓 Sets 'Access-Control-Allow-Origin : *' header [true ]
134+ 👩 User is jovyan [passed ]
135+ 🆔 User ID is 1000 [passed ]
136+ 🏠 Home directory is /home/jovyan [passed ]
137+ 🌏 Exposes an HTTP interface on port 8888 [passed ]
138+ 🧭 Correctly routes the NB_PREFIX [passed ]
139+ 🔓 Sets 'Access-Control-Allow-Origin : *' header [passed ]
140140validation passed
141141```
142142
You can’t perform that action at this time.
0 commit comments