File tree 2 files changed +7
-7
lines changed
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
11
11
You can build Canary into ` ./bin/canary ` with:
12
12
13
13
``` shell
14
- $ make
14
+ $ make build
15
15
go build -o bin/canary .
16
16
```
17
17
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
131
131
` ` ` console
132
132
$ canary validate --file examples/kubeflow.yaml public.ecr.aws/j1r0q0g6/notebooks/notebook-servers/jupyter-scipy:v1.5.0-rc.1
133
133
Validating 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 ]
140
140
validation passed
141
141
```
142
142
You can’t perform that action at this time.
0 commit comments