mirror of
https://github.com/friendica/docker
synced 2025-03-28 17:56:12 +01:00
Fixing stackbrew shell (thx @tianon )
This commit is contained in:
parent
d467547656
commit
36cb760bfd
1 changed files with 3 additions and 3 deletions
|
@ -27,12 +27,12 @@ dockerfileCommit() {
|
|||
(
|
||||
cd "$dir";
|
||||
fileCommit Dockerfile \
|
||||
"$(awk '
|
||||
$(awk '
|
||||
toupper($1) == "COPY" {
|
||||
for (i = 2; i < NF; i++)
|
||||
print $i;
|
||||
}
|
||||
' Dockerfile)"
|
||||
' Dockerfile)
|
||||
)
|
||||
}
|
||||
|
||||
|
@ -109,7 +109,7 @@ for version in "${versions[@]}"; do
|
|||
cat << EOE
|
||||
|
||||
Tags: $(join ', ' "${variantAliases[@]}")
|
||||
Architectures: $(join ', ' "$variantArches")
|
||||
Architectures: $(join ', ' $variantArches)
|
||||
GitCommit: $commit
|
||||
Directory: $version/$variant
|
||||
EOE
|
||||
|
|
Loading…
Add table
Reference in a new issue