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 e859413 Update Alpine and ATS version (#336)
e859413 is described below
commit e85941346ac1ed6f81a9fe14317be66f9da4145f
Author: Kit Chan <[email protected]>
AuthorDate: Fri Feb 27 09:56:28 2026 -0800
Update Alpine and ATS version (#336)
* Update Alpine base image version & ATS in Dockerfile
* Update dependencies in README.md
---
Dockerfile | 8 ++++----
README.md | 4 ++--
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/Dockerfile b/Dockerfile
index bb624e2..ea27014 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -15,7 +15,7 @@
# limitations under the License.
#
-FROM alpine:3.20.8 as builder
+FROM alpine:3.20.9 as builder
RUN apk add --no-cache --virtual .tools \
bzip2 curl nghttp2-libs git automake libtool autoconf make sed file perl
openrc openssl
@@ -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.11.tar.bz2 | bzip2
-dc | tar xf - \
- && cd trafficserver-9.2.11/ \
+RUN curl -L
https://downloads.apache.org/trafficserver/trafficserver-9.2.12.tar.bz2 | bzip2
-dc | tar xf - \
+ && cd trafficserver-9.2.12/ \
&& 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 \
@@ -127,7 +127,7 @@ RUN mkdir -p /opt/ats/var/run/redis/ \
# set up ingress log location
RUN mkdir -p /opt/ats/var/log/ingress/
-FROM alpine:3.20.8
+FROM alpine:3.20.9
# essential library
RUN apk add --no-cache -U \
diff --git a/README.md b/README.md
index 3986b0a..8538e8f 100644
--- a/README.md
+++ b/README.md
@@ -33,8 +33,8 @@
Card](https://goreportcard.com/badge/github.com/apache/trafficserver-ingress-con
-
[Development](https://github.com/apache/trafficserver-ingress-controller/blob/master/docs/DEVELOPMENT.md)
## Dependencies
-- Alpine Linux 3.20.8
-- Apache Traffic Server 9.2.11
+- Alpine Linux 3.20.9
+- Apache Traffic Server 9.2.12
- OpenResty LuaJIT2 v2.1_p20240815
- Go (Version can be found in `GO_VERSION` file found at the base of this
repository)
- Other Packages