From ab736367e419b74cf3f1fadc4e9d0e1ec85a1984 Mon Sep 17 00:00:00 2001 From: harryryu Date: Tue, 14 May 2024 16:15:24 -0700 Subject: [PATCH] Replace Dockerfile with busybox as the base image --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index e8aa35db1..bc147a065 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,11 +18,10 @@ RUN sed -i "/opentelemetry-exporter-otlp-proto-grpc/d" ./aws-opentelemetry-distr RUN mkdir workspace && pip install --target workspace ./aws-opentelemetry-distro -FROM public.ecr.aws/amazonlinux/amazonlinux:minimal +FROM busybox # Required to copy attribute files to distributed docker images ADD THIRD-PARTY-LICENSES ./THIRD-PARTY-LICENSES COPY --from=build /operator-build/workspace /autoinstrumentation - RUN chmod -R go+r /autoinstrumentation