mirror of
https://github.com/docker-library/php.git
synced 2025-08-20 13:53:47 +00:00
Add PGP verification back to the RCs (by scanning to see if the file exists)
This commit is contained in:
@ -98,6 +98,11 @@ for version in "${versions[@]}"; do
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# if we don't have a .asc URL, let's see if we can figure one out :)
|
||||
if [ -z "$ascUrl" ] && wget -q --spider "$url.asc"; then
|
||||
ascUrl="$url.asc"
|
||||
fi
|
||||
|
||||
dockerfiles=()
|
||||
|
||||
{ generated_warning; cat Dockerfile-debian.template; } > "$version/Dockerfile"
|
||||
|
Reference in New Issue
Block a user