File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 5
5
branches :
6
6
- main
7
7
- " release/v*"
8
- - e2e-parallel
9
8
env :
10
9
AWS_DEFAULT_REGION : us-east-1
11
10
STAGING_ECR_REGISTRY : 637423224110.dkr.ecr.us-east-1.amazonaws.com
Original file line number Diff line number Diff line change 5
5
# update the `PYTHONPATH` environment variable accordingly. Then in the second stage, copy the directory to `/autoinstrumentation`.
6
6
7
7
# Stage 1: Install ADOT Python in the /operator-build folder
8
- FROM python:3.11 AS build
8
+ FROM public.ecr.aws/docker/library/ python:3.11 AS build
9
9
10
10
WORKDIR /operator-build
11
11
@@ -21,7 +21,7 @@ RUN sed -i "/opentelemetry-exporter-otlp-proto-grpc/d" ./aws-opentelemetry-distr
21
21
RUN mkdir workspace && pip install --target workspace ./aws-opentelemetry-distro
22
22
23
23
# Stage 2: Build the cp-utility binary
24
- FROM rust:1.75 as builder
24
+ FROM public.ecr.aws/docker/library/ rust:1.75 as builder
25
25
26
26
WORKDIR /usr/src/cp-utility
27
27
COPY ./tools/cp-utility .
You can’t perform that action at this time.
0 commit comments