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

Commit 40aa8d5

Browse files
committed
Use rancher/os-system-docker to download system-docker
1 parent 5e37bce commit 40aa8d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile.dapper

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ ARG OS_BASE_URL_amd64=https://github.com/rancher/os-base/releases/download/v2018
8383
ARG OS_BASE_URL_arm64=https://github.com/rancher/os-base/releases/download/v2018.02-4/os-base_arm64.tar.xz
8484

8585
ARG SYSTEM_DOCKER_VERSION=17.06-ros6
86-
ARG SYSTEM_DOCKER_URL_amd64=https://releases.rancher.com/os/system-docker/docker-amd64-${SYSTEM_DOCKER_VERSION}.tgz
87-
ARG SYSTEM_DOCKER_URL_arm64=https://releases.rancher.com/os/system-docker/docker-arm64-${SYSTEM_DOCKER_VERSION}.tgz
86+
ARG SYSTEM_DOCKER_URL_amd64=https://github.com/rancher/os-system-docker/releases/download/${SYSTEM_DOCKER_VERSION}/docker-amd64-${SYSTEM_DOCKER_VERSION}.tgz
87+
ARG SYSTEM_DOCKER_URL_arm64=https://github.com/rancher/os-system-docker/releases/download/${SYSTEM_DOCKER_VERSION}/docker-arm64-${SYSTEM_DOCKER_VERSION}.tgz
8888

8989
ARG VMWARE_AUTOFORMAT=1
9090
ARG OPEN_VMTOOLS_VERSION=10.2.5-3

0 commit comments

Comments
 (0)