Skip to content
This repository was archived by the owner on Oct 11, 2023. It is now read-only.

Commit 4fb7f8e

Browse files
committed
Roll back kernel and os-base because of the zfs issue
kernel: 4.9.80 os-base: v2017.02.10-1
1 parent a09f6ee commit 4fb7f8e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile.dapper

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ ARG DOCKER_BUILD_VERSION=1.10.3
6464
ARG DOCKER_BUILD_PATCH_VERSION=v${DOCKER_BUILD_VERSION}-ros1
6565
ARG SELINUX_POLICY_URL=https://github.com/rancher/refpolicy/releases/download/v0.0.3/policy.29
6666

67-
ARG KERNEL_VERSION_amd64=4.15.9-rancher
67+
ARG KERNEL_VERSION_amd64=4.9.80-rancher
6868
ARG KERNEL_URL_amd64=https://github.com/rancher/os-kernel/releases/download/v${KERNEL_VERSION_amd64}/linux-${KERNEL_VERSION_amd64}-x86.tar.gz
6969

7070
ARG DOCKER_URL_amd64=https://get.docker.com/builds/Linux/x86_64/docker-${DOCKER_VERSION}.tgz
@@ -79,8 +79,8 @@ ARG OS_SERVICES_REPO=https://raw.gh.umua.top/${OS_REPO}/os-services
7979
ARG IMAGE_NAME=${OS_REPO}/os
8080
ARG DFS_IMAGE=${OS_REPO}/docker:v${DOCKER_VERSION}-2
8181

82-
ARG OS_BASE_URL_amd64=https://github.com/rancher/os-base/releases/download/v2018.02-1/os-base_amd64.tar.xz
83-
ARG OS_BASE_URL_arm64=https://github.com/rancher/os-base/releases/download/v2018.02-1/os-base_arm64.tar.xz
82+
ARG OS_BASE_URL_amd64=https://github.com/rancher/os-base/releases/download/v2017.02.10-1/os-base_amd64.tar.xz
83+
ARG OS_BASE_URL_arm64=https://github.com/rancher/os-base/releases/download/v2017.02.10-1/os-base_arm64.tar.xz
8484

8585
ARG SYSTEM_DOCKER_VERSION=17.06-ros3
8686
ARG SYSTEM_DOCKER_URL_amd64=https://github.com/niusmallnan/os-system-docker/releases/download/${SYSTEM_DOCKER_VERSION}/docker-amd64-${SYSTEM_DOCKER_VERSION}.tgz

0 commit comments

Comments
 (0)