Skip to content

Commit

Permalink
Merge pull request kubevirt#627 from rmohr/no_docker
Browse files Browse the repository at this point in the history
The libvirt image does not need docker anymore
  • Loading branch information
davidvossel authored Jan 4, 2018
2 parents ecb1697 + b1cdf3a commit 26f8085
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions images/libvirt-kubevirt/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ RUN dnf install -y \
util-linux \
libcgroup-tools \
ethtool \
sudo \
docker && dnf -y clean all && \
sudo && dnf -y clean all && \
test $(id -u qemu) = 107 # make sure that the qemu user really is 107

COPY qemu-kube /usr/local/bin/qemu-system-x86_64
Expand Down
1 change: 0 additions & 1 deletion images/libvirt-kubevirt/qemu-kube
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/sh
alias docker="sudo /usr/bin/docker"
alias log='echo "[$(date)] "'

ARGS="$@"
Expand Down

0 comments on commit 26f8085

Please sign in to comment.