Skip to content

Commit

Permalink
[Backport][CWS] use aws registry in e2e tests (#31593)
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Cacheux <[email protected]>
  • Loading branch information
YoannGh and paulcacheux authored Nov 29, 2024
1 parent 38ddee5 commit 224b84c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/new-e2e/tests/cws/fargate_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ func TestECSFargate(t *testing.T) {
"ubuntu-with-tracer": {
Cpu: pulumi.IntPtr(0),
Name: pulumi.String("ubuntu-with-tracer"),
Image: pulumi.String("docker.io/ubuntu:22.04"),
Image: pulumi.String("public.ecr.aws/lts/ubuntu:22.04"),
Essential: pulumi.BoolPtr(false),
EntryPoint: pulumi.ToStringArray([]string{
"/cws-instrumentation-volume/cws-instrumentation",
Expand Down

0 comments on commit 224b84c

Please sign in to comment.