Skip to content

Commit

Permalink
add nginx 1.27.2 to builds (#509)
Browse files Browse the repository at this point in the history
* add nginx 1.27.2 to prebuilds

* get rid of yum check-update
  • Loading branch information
seemk authored Jan 8, 2025
1 parent 41081af commit 5be4b76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nginx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
fail-fast: false
matrix:
image: ["ubuntu:24.04", "debian:11", "alpine:3.20", "amazonlinux:2", "amazonlinux:2023"]
nginx: ["1.27.3", "1.27.1", "1.26.2", "1.24.0", "1.22.1"]
nginx: ["1.27.3", "1.27.2", "1.27.1", "1.26.2", "1.24.0", "1.22.1"]
steps:
- name: checkout otel nginx
uses: actions/checkout@v4
Expand Down
3 changes: 1 addition & 2 deletions instrumentation/nginx/test/Dockerfile_amazonlinux
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ FROM $image AS build
ARG otel_cpp_version=1.17.0
ARG nginx_version=1.27.3

RUN yum check-update && \
yum install -y git gcc-c++ make tar curl-devel unzip zlib-devel pcre2-devel
RUN yum install -y git gcc-c++ make tar curl-devel unzip zlib-devel pcre2-devel

RUN curl -LO https://github.com/Kitware/CMake/releases/download/v3.31.1/cmake-3.31.1-linux-x86_64.tar.gz && tar xf cmake-3.31.1-linux-x86_64.tar.gz && mv cmake-3.31.1-linux-x86_64 cmake

Expand Down

0 comments on commit 5be4b76

Please sign in to comment.