You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 5, 2019. It is now read-only.
Knative Build should only consume images declared in its configuration. This enables tools to scan what images will be consumed, and provide alternate images as needed
Actual Behavior
The gcr.io/cloud-builders/gcs-fetcher:latest image is defined in the source code. The other image arguments have stub values with actual values defined in the controller deployment. Because the image is not also specified in the yaml configuration, it requires special foreknowledge of Knative Build in order to properly configure the controller.
Expected Behavior
Knative Build should only consume images declared in its configuration. This enables tools to scan what images will be consumed, and provide alternate images as needed
Actual Behavior
The
gcr.io/cloud-builders/gcs-fetcher:latest
image is defined in the source code. The other image arguments have stub values with actual values defined in the controller deployment. Because the image is not also specified in the yaml configuration, it requires special foreknowledge of Knative Build in order to properly configure the controller.Additional Info
build/pkg/reconciler/build/resources/pod.go
Line 103 in 7e63198
The text was updated successfully, but these errors were encountered: