We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07c3c9f commit a0906cbCopy full SHA for a0906cb
scripts/github-actions/generate.sh
@@ -154,7 +154,7 @@ strategy="$(
154
end
155
),
156
"git clone --depth 1 https://github.com/docker-library/official-images.git -b master ~/oi",
157
- "# 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",
158
"{ echo FROM " + (
159
if (.os | startswith("windows-")) then
160
"mcr.microsoft.com/windows/servercore:ltsc" + (.os | ltrimstr("windows-"))
0 commit comments