-
Notifications
You must be signed in to change notification settings - Fork 568
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
92c70b4
commit a73962a
Showing
23 changed files
with
326 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
.jq-template.awk | ||
template-helper-functions.jq |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,78 @@ | ||
#!/usr/bin/env bash | ||
set -Eeuo pipefail | ||
|
||
[ -f versions.json ] # run "versions.sh" first | ||
|
||
cd "$(dirname "$(readlink -f "$BASH_SOURCE")")" | ||
|
||
jqt='.jq-template.awk' | ||
if [ -n "${BASHBREW_SCRIPTS:-}" ]; then | ||
jqt="$BASHBREW_SCRIPTS/jq-template.awk" | ||
elif [ "$BASH_SOURCE" -nt "$jqt" ]; then | ||
# https://github.com/docker-library/bashbrew/blob/master/scripts/jq-template.awk | ||
wget -qO "$jqt" 'https://github.com/docker-library/bashbrew/raw/9f6a35772ac863a0241f147c820354e4008edf38/scripts/jq-template.awk' | ||
fi | ||
|
||
jqf='template-helper-functions.jq' | ||
if [ "$BASH_SOURCE" -nt "$jqf" ]; then | ||
wget -qO "$jqf" 'https://github.com/docker-library/bashbrew/raw/master/scripts/template-helper-functions.jq' | ||
fi | ||
|
||
if [ "$#" -eq 0 ]; then | ||
versions="$(jq -r 'keys | map(@sh) | join(" ")' versions.json)" | ||
eval "set -- $versions" | ||
fi | ||
|
||
generated_warning() { | ||
cat <<-EOH | ||
# | ||
# NOTE: THIS DOCKERFILE IS GENERATED VIA "apply-templates.sh" | ||
# | ||
# PLEASE DO NOT EDIT IT DIRECTLY. | ||
# | ||
EOH | ||
} | ||
|
||
for version; do | ||
export version | ||
|
||
if [ -d "$version" ]; then | ||
rm -rf "$version" | ||
fi | ||
|
||
if jq -e '.[env.version] | not' versions.json > /dev/null; then | ||
echo "skipping $version ..." | ||
continue | ||
fi | ||
|
||
variants="$(jq -r '.[env.version].variants | map(@sh) | join(" ")' versions.json)" | ||
eval "variants=( $variants )" | ||
|
||
for variant in "${variants[@]}"; do | ||
export variant | ||
|
||
echo "processing $version/$variant ..." | ||
|
||
dir="$version${variant:+/$variant}" | ||
|
||
mkdir -p "$dir" | ||
|
||
cp -f docker-entrypoint.sh "$dir/" | ||
|
||
case "$variant" in | ||
alpine*) | ||
template='Dockerfile-alpine.template' | ||
sed -i -e 's/gosu/su-exec/g' "$dir/docker-entrypoint.sh" | ||
;; | ||
*) | ||
template='Dockerfile.template' | ||
;; | ||
esac | ||
|
||
{ | ||
generated_warning | ||
gawk -f "$jqt" "$template" | ||
} > "$dir/Dockerfile" | ||
done | ||
done |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
{ | ||
"6.0": { | ||
"alpine": "3.18", | ||
"debian": "bookworm", | ||
"downloadUrl": "http://download.redis.io/releases/redis-6.0.20.tar.gz", | ||
"gosu": { | ||
"version": "1.16" | ||
}, | ||
"sha256": "173d4c5f44b5d7186da96c4adc5cb20e8018b50ec3a8dfe0d191dbbab53952f0", | ||
"variants": [ | ||
"bookworm", | ||
"alpine3.18" | ||
], | ||
"version": "6.0.20" | ||
}, | ||
"6.2": { | ||
"alpine": "3.18", | ||
"debian": "bookworm", | ||
"downloadUrl": "http://download.redis.io/releases/redis-6.2.13.tar.gz", | ||
"gosu": { | ||
"version": "1.16" | ||
}, | ||
"sha256": "89ff27c80d420456a721ccfb3beb7cc628d883c53059803513749e13214a23d1", | ||
"variants": [ | ||
"bookworm", | ||
"alpine3.18" | ||
], | ||
"version": "6.2.13" | ||
}, | ||
"7.0": { | ||
"alpine": "3.18", | ||
"debian": "bookworm", | ||
"downloadUrl": "http://download.redis.io/releases/redis-7.0.13.tar.gz", | ||
"gosu": { | ||
"version": "1.16" | ||
}, | ||
"sha256": "97065774d5fb8388eb0d8913458decfcb167d356e40d31dd01cd30c1cc391673", | ||
"variants": [ | ||
"bookworm", | ||
"alpine3.18" | ||
], | ||
"version": "7.0.13" | ||
}, | ||
"7.2": { | ||
"alpine": "3.18", | ||
"debian": "bookworm", | ||
"downloadUrl": "http://download.redis.io/releases/redis-7.2.1.tar.gz", | ||
"gosu": { | ||
"version": "1.16" | ||
}, | ||
"sha256": "5c76d990a1b1c5f949bcd1eed90d0c8a4f70369bdbdcb40288c561ddf88967a4", | ||
"variants": [ | ||
"bookworm", | ||
"alpine3.18" | ||
], | ||
"version": "7.2.1" | ||
} | ||
} |
Oops, something went wrong.