Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When image digest is included in the container definition image, validation fails #146

Open
kevinross opened this issue May 2, 2024 · 0 comments

Comments

@kevinross
Copy link

kevinross commented May 2, 2024

this sanitizes the colon but excludes the @, so an image of the form some.domain.example/image:version@SHA256:digest is sanitized to image-version@sha256-digest, which causes the agent to reject the log group name with InvalidParameterException: 1 validation error detected: Value 'image-version@sha256-digest-metrics' at 'logGroupName' failed to satisfy constraint: Member must satisfy regular expression pattern: [\\.\\-_/#A-Za-z0-9]+",

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant