We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcf7624 commit faf2614Copy full SHA for faf2614
Dockerfile
@@ -5,7 +5,7 @@
5
# update the `PYTHONPATH` environment variable accordingly. Then in the second stage, copy the directory to `/autoinstrumentation`.
6
7
# Stage 1: Install ADOT Python in the /operator-build folder
8
-FROM python:3.11 AS build
+FROM public.ecr.aws/docker/library/python:3.11 AS build
9
10
WORKDIR /operator-build
11
@@ -21,7 +21,7 @@ RUN sed -i "/opentelemetry-exporter-otlp-proto-grpc/d" ./aws-opentelemetry-distr
21
RUN mkdir workspace && pip install --target workspace ./aws-opentelemetry-distro
22
23
# Stage 2: Build the cp-utility binary
24
-FROM rust:1.75 as builder
+FROM public.ecr.aws/docker/library/rust:1.75 as builder
25
26
WORKDIR /usr/src/cp-utility
27
COPY ./tools/cp-utility .
0 commit comments