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
When trying to view the template of a RDWS with copilot svc package it currently fails unless you use image.location. This is because when generating the template parameters, the image is not populated correctly by this line.
This results in the error: ✘ generate workload rdws template against environment test: generate stack template parameters: determine image repository type: image is not supported by App Runner:
Because AppRunner validates the image type, this fails when the image is an empty string.
The text was updated successfully, but these errors were encountered:
related #5634
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the Apache 2.0 License.
When trying to view the template of a RDWS with
copilot svc package
it currently fails unless you useimage.location
. This is because when generating the template parameters, the image is not populated correctly by this line.This results in the error:
✘ generate workload rdws template against environment test: generate stack template parameters: determine image repository type: image is not supported by App Runner:
Because AppRunner validates the image type, this fails when the image is an empty string.
The text was updated successfully, but these errors were encountered: