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.
2 parents 1652a05 + 0a844c4 commit a9331dcCopy full SHA for a9331dc
modules/olm-fb-catalogs-example.adoc
@@ -37,7 +37,7 @@ for l in $(yq e '.name as $catalog | .references[] | .image + "|" + $catalog + "
37
file=$(echo $l | cut -d'|' -f2)
38
opm render "$image" > "$file"
39
done
40
-opm alpha generate dockerfile "$name"
+opm generate dockerfile "$name"
41
indexImage=$(yq eval '.repo + ":" + .tag' catalog.yaml)
42
docker build -t "$indexImage" -f "$name.Dockerfile" .
43
docker push "$indexImage"
0 commit comments