Skip to content

Commit 47e6394

Browse files
authored
Fix: Apply file permissions to match upstream operator image (#380)
Signed-off-by: Raphael Silva <[email protected]>
1 parent acde5d6 commit 47e6394

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ ARG ADOT_JAVA_VERSION
5151
COPY --from=builder /usr/src/cp-utility/bin/cp-utility /bin/cp
5252

5353

54-
COPY ./otelagent/build/libs/aws-opentelemetry-agent-${ADOT_JAVA_VERSION}.jar /javaagent.jar
54+
COPY --chmod=go+r ./otelagent/build/libs/aws-opentelemetry-agent-${ADOT_JAVA_VERSION}.jar /javaagent.jar

0 commit comments

Comments
 (0)