use uazo/github-runner:2.314.1

This commit is contained in:
Carmelo Messina
2024-02-29 08:49:55 +01:00
parent 4da02214e2
commit b80b51ccd3
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ RUN useradd -m runner \
# Build args
ARG TARGETPLATFORM=amd64
ARG RUNNER_VERSION=2.311.0
ARG RUNNER_VERSION=2.314.1
WORKDIR /runner
# Runner download supports amd64 as x64
+1 -1
View File
@@ -45,7 +45,7 @@ do
-v /casefold:/win_sdk \
--network none \
--device=/dev/kvm \
uazo/github-runner:2.311.0
uazo/github-runner:2.314.1
echo "You can stop now"
sleep 5s
+2
View File
@@ -6,6 +6,8 @@ sudo iptables -A INPUT -p tcp -s localhost --dport 8118 -j ACCEPT
sudo iptables -A INPUT -p tcp --dport 8118 -j DROP
echo "Starting supervisor (Docker)"
ulimit -n 524288
ulimit -Hn 524288
sudo service docker start
#bash