-
Notifications
You must be signed in to change notification settings - Fork 104
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
Add imageName param to ECR image args #1257
Conversation
This allows the user to manually choose the name of the underlying Pulumi Docker image resource When not defined it will fall back to the original behavior (use the image tag as the name of the underlying resource)
PR is now waiting for a maintainer to run the acceptance tests. This PR will only perform build and linting. |
/run-acceptance-tests |
Please view the PR build - https://github.com/pulumi/pulumi-awsx/actions/runs/8658504358 |
PR is now waiting for a maintainer to run the acceptance tests. This PR will only perform build and linting. |
PR is now waiting for a maintainer to run the acceptance tests. This PR will only perform build and linting. |
/run-acceptance-tests |
Please view the PR build - https://github.com/pulumi/pulumi-awsx/actions/runs/8666196198 |
The failing test is a known flake, skipping in #1260 LGTM, thanks so much for this contribution! |
Fixes #1171
This allows the user to manually choose the name of the underlying Pulumi Docker image resource
When not defined it will fall back to the original behavior (use the image tag as the name of the underlying resource)