mirror of
https://github.com/rancher/os.git
synced 2025-07-01 09:11:48 +00:00
bump to docker-1.10.2
This commit is contained in:
parent
c95515efb7
commit
967ff31e00
@ -1,4 +1,4 @@
|
|||||||
IMAGE_NAME=rancher/os
|
IMAGE_NAME=rancher/os
|
||||||
VERSION=v0.4.4-dev
|
VERSION=v0.4.4-dev
|
||||||
DFS_IMAGE=rancher/docker:v1.10.1
|
DFS_IMAGE=rancher/docker:v1.10.2
|
||||||
SELINUX_POLICY_URL=https://github.com/rancher/refpolicy/releases/download/v0.0.1/policy.29
|
SELINUX_POLICY_URL=https://github.com/rancher/refpolicy/releases/download/v0.0.1/policy.29
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
COMPILED_KERNEL_URL=https://github.com/rancher/os-kernel/releases/download/Ubuntu-4.2.0-28.33-rancher/linux-4.2.8-ckt3-rancher-x86.tar.gz
|
COMPILED_KERNEL_URL=https://github.com/rancher/os-kernel/releases/download/Ubuntu-4.2.0-28.33-rancher/linux-4.2.8-ckt3-rancher-x86.tar.gz
|
||||||
DOCKER_BINARY_URL=https://get.docker.com/builds/Linux/x86_64/docker-1.10.1
|
DOCKER_BINARY_URL=https://get.docker.com/builds/Linux/x86_64/docker-1.10.2
|
||||||
|
@ -1 +1 @@
|
|||||||
DOCKER_BINARY_URL=https://github.com/rancher/docker/releases/download/v1.10.1-ros_arm/docker-1.10.1
|
DOCKER_BINARY_URL=https://github.com/rancher/docker/releases/download/v1.10.2-ros_arm/docker-1.10.2
|
||||||
|
@ -66,7 +66,7 @@ import:
|
|||||||
version: 1349b37bd56f4f5ce2690b5b2c0f53f88a261c67
|
version: 1349b37bd56f4f5ce2690b5b2c0f53f88a261c67
|
||||||
|
|
||||||
- package: github.com/rancher/docker-from-scratch
|
- package: github.com/rancher/docker-from-scratch
|
||||||
version: 62ceebcf43725e484e598b2879d1aa33b4a5133a
|
version: v1.10.2
|
||||||
|
|
||||||
- package: github.com/rancher/netconf
|
- package: github.com/rancher/netconf
|
||||||
version: d7d620ef4ea62a9d04b51c7b3d9dc83fe7ffaa1b
|
version: d7d620ef4ea62a9d04b51c7b3d9dc83fe7ffaa1b
|
||||||
|
4
vendor/github.com/rancher/docker-from-scratch/Dockerfile.dapper
generated
vendored
4
vendor/github.com/rancher/docker-from-scratch/Dockerfile.dapper
generated
vendored
@ -21,9 +21,9 @@ WORKDIR ${DAPPER_SOURCE}/assets
|
|||||||
RUN curl -OL https://github.com/rancher/docker-from-scratch/releases/download/bin-v0.3.1/base-files_amd64.tar.gz
|
RUN curl -OL https://github.com/rancher/docker-from-scratch/releases/download/bin-v0.3.1/base-files_amd64.tar.gz
|
||||||
RUN curl -OL https://github.com/rancher/docker-from-scratch/releases/download/bin-v0.3.1/base-files_arm.tar.gz
|
RUN curl -OL https://github.com/rancher/docker-from-scratch/releases/download/bin-v0.3.1/base-files_arm.tar.gz
|
||||||
|
|
||||||
RUN curl -o ./docker_amd64 -L https://get.docker.com/builds/Linux/x86_64/docker-1.10.1 && \
|
RUN curl -o ./docker_amd64 -L https://get.docker.com/builds/Linux/x86_64/docker-1.10.2 && \
|
||||||
chmod +x ./docker_amd64
|
chmod +x ./docker_amd64
|
||||||
RUN curl -o ./docker_arm -L https://github.com/rancher/docker/releases/download/v1.10.1-ros_arm/docker-1.10.1 && \
|
RUN curl -o ./docker_arm -L https://github.com/rancher/docker/releases/download/v1.10.2-ros_arm/docker-1.10.2 && \
|
||||||
chmod +x ./docker_arm
|
chmod +x ./docker_arm
|
||||||
|
|
||||||
WORKDIR ${DAPPER_SOURCE}
|
WORKDIR ${DAPPER_SOURCE}
|
||||||
|
6
vendor/github.com/rancher/docker-from-scratch/selinux/selinux_arm.go
generated
vendored
Normal file
6
vendor/github.com/rancher/docker-from-scratch/selinux/selinux_arm.go
generated
vendored
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
package selinux
|
||||||
|
|
||||||
|
// SetFileContext is a stub for SELinux support on ARM
|
||||||
|
func SetFileContext(path string, context string) (int, error) {
|
||||||
|
return 0, nil
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user