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
Travis Mehlinger 2020-04-23 09:49:25 -05:00 committed by GitHub
parent 8327b230ac
commit 78486a55d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ spec:
spec:
initContainers:
- name: update
image: registry.fedoraproject.org/fedora
image: ubuntu:bionic
volumeMounts:
- name: etchosts
mountPath: /host-etc/hosts