base-image optimize converts an image that already lives in nscr.io into an optimized variant. You only need to optimize a given image digest once. The command blocks until the optimized variant is ready.
Usage
Example
Required Flags
—image_ref string
The image reference to optimize. Pin it to an immutable digest (<repo>@sha256:<digest>).
Optional Flags
—site string
Which site to optimize on. Leave blank for Namespace to decide.Related Topics
- nsc base-image upload - Convert an existing image into a base image and upload it to nscr.io
- nsc build - Build container images using Namespace Remote Builders
- Bazel Remote Execution - Use custom worker images with RBE