From c3b621ddb714628c5928d3b078f5a7ecb409753d Mon Sep 17 00:00:00 2001 From: Mikhail Klimko Date: Thu, 19 Feb 2026 10:26:26 +0300 Subject: [PATCH 1/2] test: keep vpnkit --- Dockerfile | 1 - service.yaml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9a47697..4faab5f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,7 +30,6 @@ RUN echo -en "https://dl-cdn.alpinelinux.org/alpine/v$(cut -d'.' -f1,2 /etc/alpi && apk add dpkg --no-cache \ # A security fix till it's fixed in base dind image (CR-31906) && apk add git --no-cache --upgrade \ - && rm /usr/local/bin/vpnkit \ && rm -rf /var/cache/apk/* # Backward compatibility with kernels that do not support `iptables-nft`. Check #CR-23033 for details. RUN update-alternatives --install $(which iptables) iptables $(which iptables-legacy) 10 \ diff --git a/service.yaml b/service.yaml index 99da8d1..babcf18 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -version: 3.0.11 +version: 3.0.12 From 8f22eacf81f357c7d2eb15036ac3deabbf34a964 Mon Sep 17 00:00:00 2001 From: Mikhail Klimko Date: Thu, 19 Feb 2026 10:29:38 +0300 Subject: [PATCH 2/2] test: keep vpnkit