1.

Define custom build strategy.

Answer»

Developers can use the custom build strategy to specify a specific builder image that will be responsible for the full build process. You can tailor your build process by using your builder image.

A custom builder image is a conventional container image with build process logic incorporated in it, such as for CREATING RPMs or base images. Custom builds have a high level of privilege and are not accessible by default to users. Custom builds should only be accessible to users who can be trusted with cluster administration permissions. Custom strategies ALLOW you to PROVIDE an arbitrary list of SECRETS to the builder pod in addition to the SOURCE and image secrets that may be added to all build types.



Discussion

No Comment Found