Skip to content

Commit

Permalink
Added license files to docker images (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
AsakerMohd authored Sep 25, 2024
1 parent d4676c8 commit 0466a7f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions Dockerfile.linux
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
FROM public.ecr.aws/amazonlinux/amazonlinux:minimal

COPY OpenTelemetryDistribution /autoinstrumentation
COPY THIRD-PARTY-LICENSES THIRD-PARTY-LICENSES
3 changes: 2 additions & 1 deletion Dockerfile.windows2019
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM mcr.microsoft.com/windows/nanoserver:ltsc2019

COPY OpenTelemetryDistribution /autoinstrumentation
COPY THIRD-PARTY-LICENSES THIRD-PARTY-LICENSES

USER ContainerAdministrator
3 changes: 2 additions & 1 deletion Dockerfile.windows2022
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM mcr.microsoft.com/windows/nanoserver:ltsc2022

COPY OpenTelemetryDistribution /autoinstrumentation
COPY THIRD-PARTY-LICENSES THIRD-PARTY-LICENSES

USER ContainerAdministrator

0 comments on commit 0466a7f

Please sign in to comment.