Merge pull request #1993 from riyazdf/getty-tag

pkg/getty: fix example image tag
This commit is contained in:
Justin Cormack 2017-06-08 00:00:45 +01:00 committed by GitHub
commit 7700b75802

View File

@ -16,7 +16,7 @@ services:
- name: rngd - name: rngd
image: "linuxkit/rngd:1fa4de44c961bb5075647181891a3e7e7ba51c31" image: "linuxkit/rngd:1fa4de44c961bb5075647181891a3e7e7ba51c31"
- name: getty - name: getty
image: "linuxkit/getty:b94cd2441cd7402a0071909b502ebf880127b1e1" image: "linuxkit/getty:6a9fabaa705c5dddba58d1b8fe56c7f9ee4ab813"
# to make insecure with passwordless root login, uncomment following lines # to make insecure with passwordless root login, uncomment following lines
#env: #env:
# - INSECURE=true # - INSECURE=true