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 d2480b9 commit ad9d584Copy full SHA for ad9d584
Dockerfile
@@ -1,5 +1,5 @@
1
# # Stage 1: Install ADOT nodejs instrumentation in the /operator-build folder
2
-FROM node:20 AS build
+FROM public.ecr.aws/docker/library/node:20 AS build
3
4
# In the future, when ADOT JS is uploaded to NPM, the source code can be obtained from there
5
# and this Dockerfile will not need to copy the source code anymore as a workaround.
@@ -18,7 +18,7 @@ COPY docker-utils/package.json ./package.json
18
RUN npm install
19
20
# Stage 2: Build the cp-utility binary
21
-FROM rust:1.75 as builder
+FROM public.ecr.aws/docker/library/rust:1.75 as builder
22
23
WORKDIR /usr/src/cp-utility
24
COPY ./tools/cp-utility .
0 commit comments