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:
Rolf Neugebauer
2017-06-27 17:58:09 +01:00
parent 56d94318d9
commit 2fb65e8f1e
2 changed files with 2 additions and 16 deletions

View File

@@ -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"]
```