change hosts update container image
The most recent Fedora image doesn't include a `diff` binary. This changes the container image to use Ubuntu Bionic instead, which _does_ provide a diff binary.pull/7864/head
parent
8327b230ac
commit
78486a55d3
|
|
@ -17,7 +17,7 @@ spec:
|
|||
spec:
|
||||
initContainers:
|
||||
- name: update
|
||||
image: registry.fedoraproject.org/fedora
|
||||
image: ubuntu:bionic
|
||||
volumeMounts:
|
||||
- name: etchosts
|
||||
mountPath: /host-etc/hosts
|
||||
|
|
|
|||
Loading…
Reference in New Issue