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 53ad148 commit cd3544bCopy full SHA for cd3544b
docs/release/README.md
@@ -44,6 +44,7 @@ export PROJECT_CLONE_IMG=quay.io/yourrepo/project-clone:prerelease
44
podman build -t "$PROJECT_CLONE_IMG" -f ./project-clone/Dockerfile .
45
podman push "$PROJECT_CLONE_IMG"
46
# build and push DevWorkspace Operator image
47
+export DOCKER=podman # optional
48
make docker
49
# deploy DevWorkspace Operator using these images
50
make install
0 commit comments