Quellcode durchsuchen

Merge pull request #70 from mlaventure/fk-1.12.x

Update runc to 50a19c6ff828c58e5dab13830bd3dacde268afe5
Kenfe-Mickaël Laventure vor 8 Jahren
Ursprung
Commit
7779ca4a98
8 geänderte Dateien mit 8 neuen und 8 gelöschten Zeilen
  1. 1 1
      Dockerfile
  2. 1 1
      Dockerfile.aarch64
  3. 1 1
      Dockerfile.armhf
  4. 1 1
      Dockerfile.gccgo
  5. 1 1
      Dockerfile.ppc64le
  6. 1 1
      Dockerfile.s390x
  7. 1 1
      Dockerfile.simple
  8. 1 1
      hack/vendor.sh

+ 1 - 1
Dockerfile

@@ -242,7 +242,7 @@ RUN set -x \
 	&& rm -rf "$GOPATH"
 
 # Install runc
-ENV RUNC_COMMIT f59ba3cdd76fdc08c004f42aa915996f6f420899
+ENV RUNC_COMMIT 50a19c6ff828c58e5dab13830bd3dacde268afe5
 RUN set -x \
 	&& export GOPATH="$(mktemp -d)" \
 	&& git clone https://github.com/docker/runc.git "$GOPATH/src/github.com/opencontainers/runc" \

+ 1 - 1
Dockerfile.aarch64

@@ -181,7 +181,7 @@ RUN set -x \
 	&& rm -rf "$GOPATH"
 
 # Install runc
-ENV RUNC_COMMIT f59ba3cdd76fdc08c004f42aa915996f6f420899
+ENV RUNC_COMMIT 50a19c6ff828c58e5dab13830bd3dacde268afe5
 RUN set -x \
 	&& export GOPATH="$(mktemp -d)" \
 	&& git clone https://github.com/docker/runc.git "$GOPATH/src/github.com/opencontainers/runc" \

+ 1 - 1
Dockerfile.armhf

@@ -190,7 +190,7 @@ RUN set -x \
 	&& rm -rf "$GOPATH"
 
 # Install runc
-ENV RUNC_COMMIT f59ba3cdd76fdc08c004f42aa915996f6f420899
+ENV RUNC_COMMIT 50a19c6ff828c58e5dab13830bd3dacde268afe5
 RUN set -x \
 	&& export GOPATH="$(mktemp -d)" \
 	&& git clone https://github.com/docker/runc.git "$GOPATH/src/github.com/opencontainers/runc" \

+ 1 - 1
Dockerfile.gccgo

@@ -74,7 +74,7 @@ WORKDIR /go/src/github.com/docker/docker
 ENV DOCKER_BUILDTAGS apparmor seccomp selinux
 
 # Install runc
-ENV RUNC_COMMIT f59ba3cdd76fdc08c004f42aa915996f6f420899
+ENV RUNC_COMMIT 50a19c6ff828c58e5dab13830bd3dacde268afe5
 RUN set -x \
 	&& export GOPATH="$(mktemp -d)" \
     && git clone https://github.com/docker/runc.git "$GOPATH/src/github.com/opencontainers/runc" \

+ 1 - 1
Dockerfile.ppc64le

@@ -195,7 +195,7 @@ RUN set -x \
 	&& rm -rf "$GOPATH"
 
 # Install runc
-ENV RUNC_COMMIT f59ba3cdd76fdc08c004f42aa915996f6f420899
+ENV RUNC_COMMIT 50a19c6ff828c58e5dab13830bd3dacde268afe5
 RUN set -x \
 	&& export GOPATH="$(mktemp -d)" \
 	&& git clone https://github.com/docker/runc.git "$GOPATH/src/github.com/opencontainers/runc" \

+ 1 - 1
Dockerfile.s390x

@@ -197,7 +197,7 @@ RUN set -x \
 	&& rm -rf "$GOPATH"
 
 # Install runc
-ENV RUNC_COMMIT f59ba3cdd76fdc08c004f42aa915996f6f420899
+ENV RUNC_COMMIT 50a19c6ff828c58e5dab13830bd3dacde268afe5
 RUN set -x \
 	&& export GOPATH="$(mktemp -d)" \
 	&& git clone https://github.com/docker/runc.git "$GOPATH/src/github.com/opencontainers/runc" \

+ 1 - 1
Dockerfile.simple

@@ -57,7 +57,7 @@ ENV GOPATH /go:/go/src/github.com/docker/docker/vendor
 ENV CGO_LDFLAGS -L/lib
 
 # Install runc
-ENV RUNC_COMMIT f59ba3cdd76fdc08c004f42aa915996f6f420899
+ENV RUNC_COMMIT 50a19c6ff828c58e5dab13830bd3dacde268afe5
 RUN set -x \
 	&& export GOPATH="$(mktemp -d)" \
 	&& git clone https://github.com/docker/runc.git "$GOPATH/src/github.com/opencontainers/runc" \

+ 1 - 1
hack/vendor.sh

@@ -102,7 +102,7 @@ clone git github.com/miekg/pkcs11 df8ae6ca730422dba20c768ff38ef7d79077a59f
 clone git github.com/docker/go v1.5.1-1-1-gbaf439e
 clone git github.com/agl/ed25519 d2b94fd789ea21d12fac1a4443dd3a3f79cda72c
 
-clone git github.com/opencontainers/runc f59ba3cdd76fdc08c004f42aa915996f6f420899 https://github.com/docker/runc.git # libcontainer
+clone git github.com/opencontainers/runc 50a19c6ff828c58e5dab13830bd3dacde268afe5 https://github.com/docker/runc.git # libcontainer
 clone git github.com/opencontainers/specs 1c7c27d043c2a5e513a44084d2b10d77d1402b8c # specs
 clone git github.com/seccomp/libseccomp-golang 32f571b70023028bd57d9288c20efbcb237f3ce0
 # libcontainer deps (see src/github.com/opencontainers/runc/Godeps/Godeps.json)