use pause image with fat-manifest
Signed-off-by: Bin Lu <bin.lu@arm.com>
This commit is contained in:
parent
f2db955b9d
commit
773ab3ff70
@ -21,9 +21,9 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
validTmpl = "image: {{ .ImageRepository }}/pause-{{ .Arch }}:3.1"
|
||||
validTmplOut = "image: k8s.gcr.io/pause-amd64:3.1"
|
||||
doNothing = "image: k8s.gcr.io/pause-amd64:3.1"
|
||||
validTmpl = "image: {{ .ImageRepository }}/pause:3.1"
|
||||
validTmplOut = "image: k8s.gcr.io/pause:3.1"
|
||||
doNothing = "image: k8s.gcr.io/pause:3.1"
|
||||
invalidTmpl1 = "{{ .baz }/d}"
|
||||
invalidTmpl2 = "{{ !foobar }}"
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user