Skip to content

Commit

Permalink
change hosts update container image
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
tmehlinger authored Apr 23, 2020
1 parent 8327b23 commit 78486a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/addons/registry-aliases/node-etc-hosts-update.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
initContainers:
- name: update
image: registry.fedoraproject.org/fedora
image: ubuntu:bionic
volumeMounts:
- name: etchosts
mountPath: /host-etc/hosts
Expand Down

0 comments on commit 78486a5

Please sign in to comment.