Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Commit

Permalink
Revert "Bump up os-hypervvmtools v4.14.159-rancher-1"
Browse files Browse the repository at this point in the history
This reverts commit 9f1e5e2.
  • Loading branch information
niusmallnan committed Dec 26, 2019
1 parent 9f1e5e2 commit 81dd23e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion h/hyperv-vm-tools.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
hyperv-vm-tools:
image: ${REGISTRY_DOMAIN}/rancher/os-hypervvmtools:v4.14.159-rancher-1
image: ${REGISTRY_DOMAIN}/rancher/os-hypervvmtools:v4.14.138-rancher-1
command: ["hv_kvp_daemon", "-n"]
privileged: true
labels:
Expand Down
2 changes: 1 addition & 1 deletion images/10-hypervvmtools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ FROM gcc:7.4.0 as build-essential
# rm -rf /var/lib/apt/* \

WORKDIR /dist
ENV KERNEL_VERSION 4.14.159-rancher
ENV KERNEL_VERSION 4.14.138-rancher
ENV KERNEL_SRC https://github.com/rancher/os-kernel/releases/download/v${KERNEL_VERSION}/linux-${KERNEL_VERSION}-x86-src.tgz

RUN wget -q $KERNEL_SRC && \
Expand Down

0 comments on commit 81dd23e

Please sign in to comment.