Skip to content

Commit 785cd48

Browse files
committed
#268 - Add instructions to download bashbrew
1 parent 301a7c4 commit 785cd48

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

generate-stackbrew-library.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,14 @@ getArches() {
3939
| xargs bashbrew cat --format '[{{ .RepoName }}:{{ .TagName }}]="{{ join " " .TagEntry.Architectures }}"'
4040
) )"
4141
}
42+
43+
if ! command -v bashbrew --version &> /dev/null
44+
then
45+
echo "bashbrew could not be found"
46+
echo "You can download it from Jenkins at https://github.com/docker-library/bashbrew#installing"
47+
exit 1
48+
fi
49+
4250
getArches 'phpmyadmin'
4351

4452
# Header.

0 commit comments

Comments
 (0)