We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 297d86c commit ff02dc0Copy full SHA for ff02dc0
versions.sh
@@ -23,7 +23,6 @@ else
23
fi
24
versions=( "${versions[@]%/}" )
25
26
-# "tac|tac" for http://stackoverflow.com/a/28879552/433558
27
dindLatest="$(curl -fsSL 'https://github.com/docker/docker/commits/master/hack/dind.atom' | grep -E 'id.*Commit')"
28
dindLatest="$(awk <<<"$dindLatest" -F '[[:space:]]*[<>/]+' '$2 == "id" && $3 ~ /Commit/ { print $4; exit }')"
29
0 commit comments