Skip to content

Commit

Permalink
kvm-tools: Fix tarball snapshot URL and remove unused file
Browse files Browse the repository at this point in the history
- Fix kvm-tool snapshot tarball URL (current one became unavailable)
- Remove unused Dockerf.5.1 file

Signed-off-by: Renê de Souza Pinto <rene@renesp.com.br>
  • Loading branch information
rene committed May 17, 2024
1 parent 5ee42a8 commit 16ad05d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 71 deletions.
68 changes: 0 additions & 68 deletions pkg/kvm-tools/Dockerf.5.1

This file was deleted.

5 changes: 2 additions & 3 deletions pkg/kvm-tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,10 @@ RUN eve-alpine-deploy.sh

ENV KVMTOOL_VERSION=90b2d3adadf218dfc6bdfdfcefe269843360223c

ADD https://git.kernel.org/pub/scm/linux/kernel/git/will/kvmtool.git/snapshot/kvmtool-${KVMTOOL_VERSION}.tar.gz /kvmtool.tar.gz
ADD https://kernel.googlesource.com/pub/scm/linux/kernel/git/will/kvmtool.git/+archive/${KVMTOOL_VERSION}.tar.gz /kvmtool.tar.gz
COPY *.patch /

RUN tar xzvf kvmtool.tar.gz > /dev/null 2>&1 ;\
mv kvmtool-${KVMTOOL_VERSION} kvmtool
RUN mkdir -p /kvmtool && tar xzvf kvmtool.tar.gz -C /kvmtool > /dev/null 2>&1

WORKDIR /kvmtool

Expand Down

0 comments on commit 16ad05d

Please sign in to comment.