Skip to content

Commit

Permalink
Dockerfile: virt-launcher: use collectd base image
Browse files Browse the repository at this point in the history
Just switching to the backward-compatible libvirt-collectd
image, we get pod metrics reporting for free.

Signed-off-by: Francesco Romani <fromani@redhat.com>
  • Loading branch information
ffromani committed Sep 5, 2018
1 parent 3292207 commit 007112d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/virt-launcher/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# Copyright 2017 Red Hat, Inc.
#

FROM kubevirt/libvirt:4.2.0
FROM fromanirh/libvirt-collectd:4.2.0.11

MAINTAINER "The KubeVirt Project" <kubevirt-dev@googlegroups.com>

Expand Down

0 comments on commit 007112d

Please sign in to comment.