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

Commit

Permalink
Build hyperv-vmtool and vbox-tool with kernel 4.14.138-rancher
Browse files Browse the repository at this point in the history
  • Loading branch information
niusmallnan committed Aug 13, 2019
1 parent 7a61fe1 commit 769d10b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.128-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.128-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
2 changes: 1 addition & 1 deletion images/10-vboxtools/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM gcc:7.4.0 as build-essential
ENV KERNEL_VERSION 4.14.128-rancher
ENV KERNEL_VERSION 4.14.138-rancher

ENV KERNEL_HEADERS https://github.com/rancher/os-kernel/releases/download/v${KERNEL_VERSION}/build-linux-${KERNEL_VERSION}-x86.tar.gz
ENV KERNEL_BASE https://github.com/rancher/os-kernel/releases/download/v${KERNEL_VERSION}/linux-${KERNEL_VERSION}-x86.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion v/virtualbox-tools.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
virtualbox-tools:
image: ${REGISTRY_DOMAIN}/rancher/os-vboxtools:v5.2.26-4
image: ${REGISTRY_DOMAIN}/rancher/os-vboxtools:v5.2.26-5
command: /usr/local/bin/run
privileged: true
restart: always
Expand Down

0 comments on commit 769d10b

Please sign in to comment.