Commit 8e70c6b
authored
The OCI distribution spec only allows lower case letter in container repository (#2252)
name
(https://github.com/opencontainers/distribution-spec/blob/main/spec.md#pulling-manifests),
this doesn't bode well with Bazel package path using upper case.
To be clear: docker itself is ok with upper case:
https://ktomk.github.io/pipelines/doc/DOCKER-NAME-TAG.html.
Picking the common denominator here, and force lower case on pkg path.1 parent 6db7c12 commit 8e70c6b
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
237 | 237 | | |
238 | 238 | | |
239 | 239 | | |
240 | | - | |
| 240 | + | |
241 | 241 | | |
242 | 242 | | |
243 | 243 | | |
244 | 244 | | |
245 | | - | |
| 245 | + | |
246 | 246 | | |
247 | 247 | | |
248 | 248 | | |
| |||
0 commit comments