Add fat manifests for Docker Hub

This commit is contained in:
Arthur Barr
2018-06-13 16:46:26 +01:00
parent 63ce0b3377
commit 9805c1eaf8
5 changed files with 126 additions and 0 deletions

10
manifests/README.md Normal file
View File

@@ -0,0 +1,10 @@
Fat manifests
=============
These are the fat manifests used by Docker Hub to handle images with multiple CPU architectures.
They are used in conjunction with [manifest-tool](https://github.com/estesp/manifest-tool), for example:
```sh
manifest-tool push from-spec manifest-latest.yaml
```