Signed-off-by: Aaron.L.Xu <likexu@harmonycloud.cn>
| ... | ... |
@@ -161,7 +161,7 @@ type ImageBuildOptions struct {
|
| 161 | 161 |
Dockerfile string |
| 162 | 162 |
Ulimits []*units.Ulimit |
| 163 | 163 |
// See the parsing of buildArgs in api/server/router/build/build_routes.go |
| 164 |
- // for an explaination of why BuildArgs needs to use *string instead of |
|
| 164 |
+ // for an explanation of why BuildArgs needs to use *string instead of |
|
| 165 | 165 |
// just a string |
| 166 | 166 |
BuildArgs map[string]*string |
| 167 | 167 |
AuthConfigs map[string]AuthConfig |