Skip to content

Commit

Permalink
[chore] Change the base image to use the glibc version and not the mu…
Browse files Browse the repository at this point in the history
…sl version of test image (open-telemetry#2225)

* Change the base image to use the glibc version and not the musl version

Signed-off-by: Israel Blancas <[email protected]>

* Rerun E2E tests

Signed-off-by: Israel Blancas <[email protected]>

---------

Signed-off-by: Israel Blancas <[email protected]>
  • Loading branch information
iblancasa authored Oct 13, 2023
1 parent 63dfb9a commit 1123226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/instrumentation-e2e-apps/apache-httpd/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

FROM httpd:2.4-alpine
FROM httpd:2.4

RUN sed -i "s#Listen 80#Listen 8080#g" /usr/local/apache2/conf/httpd.conf
RUN chmod 777 -R /usr/local/apache2/

0 comments on commit 1123226

Please sign in to comment.