You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: autoinstrumentation/apache-httpd/Dockerfile
+4-4
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
2
2
############################
3
-
# STEP 1 download the webserver agent
3
+
# STEP 1 download the webserver agent
4
4
############################
5
-
FROM alpine:latest as agent
5
+
FROM alpine:latest AS agent
6
6
7
7
ARG version
8
8
@@ -11,10 +11,10 @@ WORKDIR /opt/opentelemetry
11
11
12
12
RUN mkdir agent
13
13
RUN wget -c https://github.com/open-telemetry/opentelemetry-cpp-contrib/releases/download/webserver%2Fv$version/opentelemetry-webserver-sdk-x64-linux.tgz
14
-
RUNunzip -p opentelemetry-webserver-sdk-x64-linux.tgz | tar -zx -C agent
0 commit comments