Skip to content

Commit

Permalink
[CWS] use aws registry in e2e tests (#24907)
Browse files Browse the repository at this point in the history
* use mirror for ubuntu

* fix library

* use public.ecr.aws
  • Loading branch information
paulcacheux authored and YoannGh committed Nov 28, 2024
1 parent 6bee75a commit 0ccb4d7
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 0ccb4d7

Please sign in to comment.