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.
alpha
opm
1 parent 9d23db8 commit 0a844c4Copy full SHA for 0a844c4
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