Skip to content

Commit 200b9b2

Browse files
authored
Bump Apache httpd dependencies (open-telemetry#2464)
* Bump Apache httpd dependencies Signed-off-by: Yuri Sa <[email protected]> * Bump Apache httpd dependencies Signed-off-by: Yuri Sa <[email protected]> --------- Signed-off-by: Yuri Sa <[email protected]>
1 parent 879c846 commit 200b9b2

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
2+
change_type: enhancement
3+
4+
# The name of the component, or a single word describing the area of concern, (e.g. operator, target allocator, github action)
5+
component: operator
6+
7+
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
8+
note: Bump Apache httpd version
9+
10+
# One or more tracking issues related to the change
11+
issues: [2463]
12+
13+
# (Optional) One or more lines of additional information to render under the primary note.
14+
# These lines will be padded with 2 spaces and then inserted directly into the document.
15+
# Use pipe (|) for multiline entries.
16+
subtext:

autoinstrumentation/apache-httpd/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ ARG version
99
RUN mkdir /opt/opentelemetry
1010
WORKDIR /opt/opentelemetry
1111

12-
RUN wget https://github.com/open-telemetry/opentelemetry-cpp-contrib/releases/download/webserver%2Fv$version/opentelemetry-webserver-sdk-x64-linux.tgz
1312
RUN mkdir agent
14-
RUN tar -xvf opentelemetry-webserver-sdk-x64-linux.tgz -C agent
13+
RUN wget -c https://github.com/open-telemetry/opentelemetry-cpp-contrib/releases/download/webserver%2Fv$version/opentelemetry-webserver-sdk-x64-linux.tgz
14+
RUN unzip -p opentelemetry-webserver-sdk-x64-linux.tgz | tar -zx -C agent
1515

1616
############################
1717
# STEP 2 download the webserver agent
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.3
1+
1.0.4

0 commit comments

Comments
 (0)