Skip to content

Commit 7a49fca

Browse files
authored
Move to public ECR for DockerFile (#238)
See #235 There are no plans to ever release another 0.0.x, but for compliance reasons, updating this branch and changing busybox repo. 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 91aa611 commit 7a49fca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
# Also mentioned in Docker build template in the upstream repository:
1010
# https://github.com/open-telemetry/opentelemetry-operator/blob/b5bb0ae34720d4be2d229dafecb87b61b37699b0/autoinstrumentation/python/requirements.txt#L2
1111
# For further details, please refer to: https://github.com/MicrosoftDocs/azure-docs/blob/main/articles/azure-functions/recover-python-functions.md#the-python-interpre[…]tions-python-worker
12-
FROM python:3.10 AS build
12+
FROM public.ecr.aws/docker/library/python:3.11 AS build
1313

1414
WORKDIR /operator-build
1515

1616
ADD aws-opentelemetry-distro/ ./aws-opentelemetry-distro/
1717

1818
RUN mkdir workspace && pip install --target workspace ./aws-opentelemetry-distro
1919

20-
FROM busybox
20+
FROM public.ecr.aws/docker/library/busybox:latest
2121

2222
COPY --from=build /operator-build/workspace /autoinstrumentation
2323

0 commit comments

Comments
 (0)