mirror of
https://github.com/nextcloud/docker.git
synced 2025-05-03 23:40:54 +02:00
Make generate-stackbrew-library.sh reproducible
Signed-off-by: Tilo Spannagel <development@tilosp.de>
This commit is contained in:
parent
f86d328c5b
commit
37bc7e9e0f
2 changed files with 7 additions and 5 deletions
|
@ -67,11 +67,7 @@ join() {
|
|||
echo "${out#$sep}"
|
||||
}
|
||||
|
||||
latest=$( curl -fsSL 'https://download.nextcloud.com/server/releases/' |tac|tac| \
|
||||
grep -oE 'nextcloud-[[:digit:]]+(\.[[:digit:]]+){2}' | \
|
||||
grep -oE '[[:digit:]]+(\.[[:digit:]]+){2}' | \
|
||||
sort -uV | \
|
||||
tail -1 )
|
||||
latest=$( cat latest.txt )
|
||||
|
||||
# Generate each of the tags.
|
||||
versions=( */ )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue