diff --git a/Dockerfile b/Dockerfile index 9a47697..8e8f37b 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 \ @@ -47,4 +46,5 @@ RUN chown -R $(id -u rootless) /var/run RUN chown -R $(id -u rootless) /etc/ssl && chmod 777 -R /etc/ssl USER rootless RUN rm -i -f /var/run && ln -s /run/user/1000 /var/run + ENTRYPOINT ["./run.sh"] 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