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 91c497c Update Apache Traffic Server version to 9.2.13 in Dockerfile
(#349)
91c497c is described below
commit 91c497c03d239ddbf110e3fbfd92b464b6ea1b8e
Author: Kit Chan <[email protected]>
AuthorDate: Sun Apr 5 22:44:22 2026 -0700
Update Apache Traffic Server version to 9.2.13 in Dockerfile (#349)
* Update Traffic Server version to 9.2.13 in Dockerfile
* Update Apache Traffic Server version to 9.2.13
---
Dockerfile | 4 ++--
README.md | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Dockerfile b/Dockerfile
index c5cd81e..bc00522 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.12.tar.bz2 | bzip2
-dc | tar xf - \
- && cd trafficserver-9.2.12/ \
+RUN curl -L
https://downloads.apache.org/trafficserver/trafficserver-9.2.13.tar.bz2 | bzip2
-dc | tar xf - \
+ && cd trafficserver-9.2.13/ \
&& 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 8592bb9..db3fb85 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.23.3
-- Apache Traffic Server 9.2.12
+- Apache Traffic Server 9.2.13
- OpenResty LuaJIT2 v2.1_p20240815
- Go (Version can be found in `GO_VERSION` file found at the base of this
repository)
- Other Packages