From 175792a65563b6ee14d049631d46749cd4165a3c Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Mon, 28 Nov 2016 10:29:17 -0800 Subject: [PATCH] updating notary to released 0.5.0 version Signed-off-by: David Lawrence (github: endophage) --- Dockerfile | 2 +- Dockerfile.aarch64 | 2 +- Dockerfile.armhf | 2 +- Dockerfile.ppc64le | 2 +- Dockerfile.s390x | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 07b5ee2a7d..da0bf86165 100644 --- a/Dockerfile +++ b/Dockerfile @@ -180,7 +180,7 @@ RUN set -x \ && rm -rf "$GOPATH" # Install notary and notary-server -ENV NOTARY_VERSION v0.4.2 +ENV NOTARY_VERSION v0.5.0 RUN set -x \ && export GOPATH="$(mktemp -d)" \ && git clone https://github.com/docker/notary.git "$GOPATH/src/github.com/docker/notary" \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index ce03d8db4a..79b2c9f240 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -118,7 +118,7 @@ RUN set -x \ && rm -rf "$GOPATH" # Install notary and notary-server -ENV NOTARY_VERSION v0.4.2 +ENV NOTARY_VERSION v0.5.0 RUN set -x \ && export GOPATH="$(mktemp -d)" \ && git clone https://github.com/docker/notary.git "$GOPATH/src/github.com/docker/notary" \ diff --git a/Dockerfile.armhf b/Dockerfile.armhf index 8b3a9cc68e..cbd0656100 100644 --- a/Dockerfile.armhf +++ b/Dockerfile.armhf @@ -126,7 +126,7 @@ RUN set -x \ && rm -rf "$GOPATH" # Install notary and notary-server -ENV NOTARY_VERSION v0.4.2 +ENV NOTARY_VERSION v0.5.0 RUN set -x \ && export GOPATH="$(mktemp -d)" \ && git clone https://github.com/docker/notary.git "$GOPATH/src/github.com/docker/notary" \ diff --git a/Dockerfile.ppc64le b/Dockerfile.ppc64le index 3f550d1804..989d2ae6cf 100644 --- a/Dockerfile.ppc64le +++ b/Dockerfile.ppc64le @@ -141,7 +141,7 @@ RUN set -x \ && rm -rf "$GOPATH" # Install notary and notary-server -ENV NOTARY_VERSION v0.4.2 +ENV NOTARY_VERSION v0.5.0 RUN set -x \ && export GOPATH="$(mktemp -d)" \ && git clone https://github.com/docker/notary.git "$GOPATH/src/github.com/docker/notary" \ diff --git a/Dockerfile.s390x b/Dockerfile.s390x index 6baa3a160a..83111cb647 100644 --- a/Dockerfile.s390x +++ b/Dockerfile.s390x @@ -133,7 +133,7 @@ RUN set -x \ && rm -rf "$GOPATH" # Install notary and notary-server -ENV NOTARY_VERSION v0.4.2 +ENV NOTARY_VERSION v0.5.0 RUN set -x \ && export GOPATH="$(mktemp -d)" \ && git clone https://github.com/docker/notary.git "$GOPATH/src/github.com/docker/notary" \