#268 - Add instructions to download bashbrew

This commit is contained in:
William Desportes
2020-09-03 18:23:25 +02:00
parent 301a7c4d18
commit 785cd48c48
+8
View File
@@ -39,6 +39,14 @@ getArches() {
| xargs bashbrew cat --format '[{{ .RepoName }}:{{ .TagName }}]="{{ join " " .TagEntry.Architectures }}"'
) )"
}
if ! command -v bashbrew --version &> /dev/null
then
echo "bashbrew could not be found"
echo "You can download it from Jenkins at https://github.com/docker-library/bashbrew#installing"
exit 1
fi
getArches 'phpmyadmin'
# Header.