Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.13.tar.bz2 | bzip2 -dc | tar xf - \
&& cd trafficserver-9.2.13/ \
RUN curl -L https://downloads.apache.org/trafficserver/trafficserver-9.2.15.tar.bz2 | bzip2 -dc | tar xf - \
&& cd trafficserver-9.2.15/ \
&& 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
Expand Up @@ -34,7 +34,7 @@ Card](https://goreportcard.com/badge/github.com/apache/trafficserver-ingress-con

## Dependencies
- Alpine Linux 3.23.5
- Apache Traffic Server 9.2.13
- Apache Traffic Server 9.2.15
- OpenResty LuaJIT2 v2.1_p20240815
- Go (Version can be found in `GO_VERSION` file found at the base of this repository)
- Other Packages
Expand Down
Loading