Allow to specify image by digest. Fixes #1670

Signed-off-by: Karol Duleba <mr.fuxi@gmail.com>
This commit is contained in:
Karol Duleba 2015-08-18 21:46:05 +01:00
commit 56f03bc20a
5 changed files with 60 additions and 16 deletions

View file

@ -25,12 +25,13 @@ Values for configuration options can contain environment variables, e.g.
### image
Tag or partial image ID. Can be local or remote - Compose will attempt to
Tag, partial image ID or digest. Can be local or remote - Compose will attempt to
pull if it doesn't exist locally.
image: ubuntu
image: orchardup/postgresql
image: a4bc65fd
image: busybox@sha256:38a203e1986cf79639cfb9b2e1d6e773de84002feea2d4eb006b52004ee8502d
### build