Skip to content

Commit

Permalink
Upgrade ATS 9.2.8 (#74)
Browse files Browse the repository at this point in the history
* Update Dockerfile

* Update README.md
  • Loading branch information
shukitchan authored Feb 2, 2025
1 parent 9a291ca commit 26a44a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,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.7.tar.bz2 | bzip2 -dc | tar xf - \
&& cd trafficserver-9.2.7/ \
RUN curl -L https://downloads.apache.org/trafficserver/trafficserver-9.2.8.tar.bz2 | bzip2 -dc | tar xf - \
&& cd trafficserver-9.2.8/ \
&& 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 \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Docker Image for Apache Traffic Server (ATS) 9.2.7 on alpine 3.20.5
Docker Image for Apache Traffic Server (ATS) 9.2.8 on alpine 3.20.5
====
- http://trafficserver.apache.org/

Expand Down

0 comments on commit 26a44a2

Please sign in to comment.