Skip to content

Commit 5be4b76

Browse files
authored
add nginx 1.27.2 to builds (#509)
* add nginx 1.27.2 to prebuilds * get rid of yum check-update
1 parent 41081af commit 5be4b76

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/nginx.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
fail-fast: false
4747
matrix:
4848
image: ["ubuntu:24.04", "debian:11", "alpine:3.20", "amazonlinux:2", "amazonlinux:2023"]
49-
nginx: ["1.27.3", "1.27.1", "1.26.2", "1.24.0", "1.22.1"]
49+
nginx: ["1.27.3", "1.27.2", "1.27.1", "1.26.2", "1.24.0", "1.22.1"]
5050
steps:
5151
- name: checkout otel nginx
5252
uses: actions/checkout@v4

instrumentation/nginx/test/Dockerfile_amazonlinux

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ FROM $image AS build
44
ARG otel_cpp_version=1.17.0
55
ARG nginx_version=1.27.3
66

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

109
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
1110

0 commit comments

Comments
 (0)