This is an automated email from the ASF dual-hosted git repository.

kichan pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/trafficserver-ingress-controller.git


The following commit(s) were added to refs/heads/master by this push:
     new edbdf36  Upgrade ATS 9.2.7 (#266)
edbdf36 is described below

commit edbdf36ecefcfa0a5eb89c37def4efbf62c02506
Author: Kit Chan <[email protected]>
AuthorDate: Sun Dec 22 21:05:20 2024 -0800

    Upgrade ATS 9.2.7 (#266)
    
    * Update Dockerfile
    
    * Update README.md
---
 Dockerfile | 4 ++--
 README.md  | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index af3f815..59056ef 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -38,8 +38,8 @@ RUN adduser -S -D -H -u 1000 -h /tmp -s /sbin/nologin -G ats 
-g ats ats
 
 # download and build ATS
 # patch 2 files due to pthread in musl vs glibc - see 
https://github.com/apache/trafficserver/pull/7611/files
-RUN curl -L 
https://downloads.apache.org/trafficserver/trafficserver-9.2.6.tar.bz2 | bzip2 
-dc | tar xf - \
-  && cd trafficserver-9.2.6/ \
+RUN curl -L 
https://downloads.apache.org/trafficserver/trafficserver-9.2.7.tar.bz2 | bzip2 
-dc | tar xf - \
+  && cd trafficserver-9.2.7/ \
   && sed -i 
"s/PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP/PTHREAD_RWLOCK_INITIALIZER/"
 include/tscore/ink_rwlock.h \
   && sed -i 
"s/PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP/PTHREAD_RWLOCK_INITIALIZER/"
 include/tscpp/util/TsSharedMutex.h \
   && autoreconf -if \
diff --git a/README.md b/README.md
index 3e24b6d..35adcd2 100644
--- a/README.md
+++ b/README.md
@@ -34,7 +34,7 @@ 
Card](https://goreportcard.com/badge/github.com/apache/trafficserver-ingress-con
 
 ## Dependencies
 - Alpine Linux 3.20.3
-- Apache Traffic Server 9.2.6
+- Apache Traffic Server 9.2.7
 - OpenResty LuaJIT2 v2.1-20230410
 - Go (Version can be found in `GO_VERSION` file found at the base of this 
repository)
 - Other Packages

Reply via email to