Skip to content

Commit 23196f3

Browse files
authored
Move to public ECR for DockerFile (#240)
See #235 By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
1 parent 408d938 commit 23196f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# The packages are installed in the `/autoinstrumentation` directory. This is required as when instrumenting the pod by CWOperator,
44
# one init container will be created to copy all the content in `/autoinstrumentation` directory to app's container. Then
55
# update the `PYTHONPATH` environment variable accordingly. Then in the second stage, copy the directory to `/autoinstrumentation`.
6-
FROM python:3.11 AS build
6+
FROM public.ecr.aws/docker/library/python:3.11 AS build
77

88
WORKDIR /operator-build
99

0 commit comments

Comments
 (0)