mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-07 09:51:09 +00:00
doc: Remove explicit hashes from documentation in ./pkg
People typically update hashes in YAML files with 'git grep ... | sed ...' this will change the README.md files in the ./pkg directory and thus change the git tree hash. Remove the use of explicit hashes from those files to avoid the obvious chicken and egg problem. Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
@@ -8,7 +8,7 @@ Normally, unless you are running explicitly in a desktop version, LinuxKit image
|
||||
```
|
||||
onboot:
|
||||
- name: swap
|
||||
image: "linuxkit/swap:e36b5e794256c2a56c000035f73a4d46f7ffb3e6"
|
||||
image: "linuxkit/swap:<hash>"
|
||||
command: ["swap.sh","--path","/var/external/swap","--size","2G"]
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user