Fix typo
This commit is contained in:
parent
07c3c9f599
commit
a0906cbda5
|
|
@ -154,7 +154,7 @@ strategy="$(
|
||||||
end
|
end
|
||||||
),
|
),
|
||||||
"git clone --depth 1 https://github.com/docker-library/official-images.git -b master ~/oi",
|
"git clone --depth 1 https://github.com/docker-library/official-images.git -b master ~/oi",
|
||||||
"# create a dummy empty image/layer so we can --filter since= later to get a meanginful image list",
|
"# create a dummy empty image/layer so we can --filter since= later to get a meaningful image list",
|
||||||
"{ echo FROM " + (
|
"{ echo FROM " + (
|
||||||
if (.os | startswith("windows-")) then
|
if (.os | startswith("windows-")) then
|
||||||
"mcr.microsoft.com/windows/servercore:ltsc" + (.os | ltrimstr("windows-"))
|
"mcr.microsoft.com/windows/servercore:ltsc" + (.os | ltrimstr("windows-"))
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue