forked from mcasperson/OctopusRecommendationEngine
-
Notifications
You must be signed in to change notification settings - Fork 5
OctopusProjectContainerImageRegex
Mark Harrison edited this page Feb 27, 2025
·
1 revision
OctopusProjectContainerImageRegex
returns a warning if any project deployment process has steps with invalid container images, according to a specified regular expression.
Steps in a project deployment process that have an invalid container image are likely to result in a failure when executing as the containers won't exist (as they are inaccurately named) and therefore won't be able to be used when deployed.
Consider changing the container images to valid ones.