Skip to content

Commit 0bce0d5

Browse files
author
Ian Campbell
committed
CI: Bump tools versions
Docker CLI to 18.03.0, Linuxkit to v0.3, Notary to v0.6.0. Signed-off-by: Ian Campbell <ijc@docker.com>
1 parent 002de3e commit 0bce0d5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.circleci/config.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -102,24 +102,24 @@ jobs:
102102
- run:
103103
name: Fetch binaries
104104
command: |
105-
curl -fsSL -o /tmp/docker.tgz https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz
105+
curl -fsSL -o /tmp/docker.tgz https://download.docker.com/linux/static/stable/x86_64/docker-18.03.0-ce.tgz
106106
tar xfO /tmp/docker.tgz docker/docker > /workspace/bin/docker
107107
# To update find the most recent successful build at https://circleci.com/gh/linuxkit/linuxkit/tree/master
108108
# and find the link + SHA256 in the `Artifacts` tab
109-
curl -fsSL -o /workspace/bin/linuxkit https://501-46932243-gh.circle-artifacts.com/0/linuxkit-linux-amd64
109+
curl -fsSL -o /workspace/bin/linuxkit https://github.com/linuxkit/linuxkit/releases/download/v0.3/linuxkit-linux-amd64
110110
curl -fsSL -o /workspace/bin/manifest-tool https://github.com/estesp/manifest-tool/releases/download/v0.7.0/manifest-tool-linux-amd64
111-
curl -fsSL -o /workspace/bin/notary https://github.com/theupdateframework/notary/releases/download/v0.4.3/notary-Linux-amd64
111+
curl -fsSL -o /workspace/bin/notary https://github.com/theupdateframework/notary/releases/download/v0.6.0/notary-Linux-amd64
112112
113113
echo "Downloaded:"
114114
sha256sum /workspace/bin/*
115115
echo
116116
117117
echo "Checking checksums"
118118
sha256sum -c <<EOF
119-
6af40e74b2dbb2927882acab52d50bfc72551779d541957fc70b6adc325ee5ef /workspace/bin/docker
120-
fd15a491d834e93c29729d8dc295d1684ec2cf1df42fb751ff20bd0b2a3e5110 /workspace/bin/linuxkit
119+
f5ea546a4ccd64fbb71825f964171256388f1181b000f3c56747075e383c81c6 /workspace/bin/docker
120+
7058bb86c6eeab6faf563c7c61537579e7a493b9e1f74835a554f0ac7345e1bf /workspace/bin/linuxkit
121121
e4ca2ef0015a4be8597d31d9e3e70d88da33924ae72b0999e9f3b79304d4710d /workspace/bin/manifest-tool
122-
06cd02c4c2e7a3b1ad9899b03b3d4dde5392d964c675247d32f604a24661f839 /workspace/bin/notary
122+
f4e421b3bb3c32c39372f7f02fbe80c67580cccd381f9722b1c702b3ab63a1c7 /workspace/bin/notary
123123
EOF
124124
- run:
125125
name: Versions

0 commit comments

Comments
 (0)