mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-02 15:37:11 +00:00
Consistently don't use quotes around image names
These are not needed, but we are inconsistent. Been waiting for a quiet moment to fix this since I noticed while doing a presentation... Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
@@ -80,7 +80,7 @@ This will create a local kernel image called
|
||||
`linuxkit/kernel:4.9.33-<hash>-dirty` assuming you haven't committed you local changes. You can then use this in your YAML file as:
|
||||
```
|
||||
kernel:
|
||||
image: "linuxkit/kernel:4.9.33-<hash>-dirty"
|
||||
image: linuxkit/kernel:4.9.33-<hash>-dirty
|
||||
```
|
||||
|
||||
If you have committed your local changes, the `-dirty` will not be appended. Then you can also override the Hub organisation to use the image elsewhere with:
|
||||
|
Reference in New Issue
Block a user