Skip to content

Commit a740c77

Browse files
authored
ATS upgrade (#278)
* Update Dockerfile * Update README.md
1 parent 5e80a8e commit a740c77

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ RUN adduser -S -D -H -u 1000 -h /tmp -s /sbin/nologin -G ats -g ats ats
3838

3939
# download and build ATS
4040
# patch 2 files due to pthread in musl vs glibc - see https://github.com/apache/trafficserver/pull/7611/files
41-
RUN curl -L https://downloads.apache.org/trafficserver/trafficserver-9.2.8.tar.bz2 | bzip2 -dc | tar xf - \
42-
&& cd trafficserver-9.2.8/ \
41+
RUN curl -L https://downloads.apache.org/trafficserver/trafficserver-9.2.9.tar.bz2 | bzip2 -dc | tar xf - \
42+
&& cd trafficserver-9.2.9/ \
4343
&& sed -i "s/PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP/PTHREAD_RWLOCK_INITIALIZER/" include/tscore/ink_rwlock.h \
4444
&& sed -i "s/PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP/PTHREAD_RWLOCK_INITIALIZER/" include/tscpp/util/TsSharedMutex.h \
4545
&& autoreconf -if \

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Card](https://goreportcard.com/badge/github.com/apache/trafficserver-ingress-con
3434

3535
## Dependencies
3636
- Alpine Linux 3.20.6
37-
- Apache Traffic Server 9.2.8
37+
- Apache Traffic Server 9.2.9
3838
- OpenResty LuaJIT2 v2.1-20230410
3939
- Go (Version can be found in `GO_VERSION` file found at the base of this repository)
4040
- Other Packages

0 commit comments

Comments
 (0)