operator-sdk build
operator-sdk build
Compiles code and builds artifacts
Synopsis
The operator-sdk build command compiles the Operator code into an executable binary and generates the Dockerfile manifest.
‘< image >’ is the container image to be built, e.g. “quay.io/example/operator:v0.0.1”. This image will be automatically set in the deployment manifests.
After build completes, the image would be built locally in docker. Then it needs to be pushed to remote registry. For example:
$ operator-sdk build quay.io/example/operator:v0.0.1
$ docker push quay.io/example/operator:v0.0.1
operator-sdk build <image> [flags]
Options
--go-build-args string Extra Go build arguments as one string such as "-ldflags -X=main.xyz=abc"
-h, --help help for build
--image-build-args string Extra image build arguments as one string such as "--build-arg https_proxy=$https_proxy"
--image-builder string Tool to build OCI images. One of: [docker, podman, buildah] (default "docker")
SEE ALSO
- operator-sdk - An SDK for building operators with ease
Last modified May 8, 2020: Add link checker travis job (#2988) (8a2d7c19)
当前内容版权归 operatorframework 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 operatorframework .