Update yml to linuxkit/kmsg:cf3dc833591838596427aac032c829ea592599d0

Signed-off-by: David Scott <dave.scott@docker.com>
This commit is contained in:
David Scott 2018-07-13 10:45:33 +01:00
parent 637b1bdb3f
commit 887810a773
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ services:
- name: write-and-rotate-logs - name: write-and-rotate-logs
image: linuxkit/logwrite:d9778c0d538094d398cf0cbfc89277aeca67f1be image: linuxkit/logwrite:d9778c0d538094d398cf0cbfc89277aeca67f1be
- name: kmsg - name: kmsg
image: linuxkit/kmsg:v0.5 image: linuxkit/kmsg:cf3dc833591838596427aac032c829ea592599d0
trust: trust:
org: org:
- linuxkit - linuxkit

View File

@ -9,7 +9,7 @@ init:
- linuxkit/memlogd:v0.5 - linuxkit/memlogd:v0.5
services: services:
- name: kmsg - name: kmsg
image: linuxkit/kmsg:v0.5 image: linuxkit/kmsg:cf3dc833591838596427aac032c829ea592599d0
- name: write-and-rotate-logs - name: write-and-rotate-logs
image: linuxkit/logwrite:d9778c0d538094d398cf0cbfc89277aeca67f1be image: linuxkit/logwrite:d9778c0d538094d398cf0cbfc89277aeca67f1be
- name: check-the-logs - name: check-the-logs