remove network host
Some checks failed
CI TEST (Vault secrets) / build (push) Has been cancelled

This commit is contained in:
Nikita Pozdniakov
2026-01-27 14:05:05 +03:00
parent e184811745
commit d2b6ae7675

View File

@@ -9,7 +9,6 @@ jobs:
runs-on: [self-hosted, linux, docker] runs-on: [self-hosted, linux, docker]
container: container:
image: node:24.13-alpine3.22 image: node:24.13-alpine3.22
options: --network host
steps: steps:
- name: Checkout - name: Checkout
@@ -18,13 +17,7 @@ jobs:
- name: Pre-APK smoke (no installs) - name: Pre-APK smoke (no installs)
run: | run: |
set -eux set -eux
echo "--- /etc/apk/repositories ---" ip link show eth0 || true
cat /etc/apk/repositories || true
echo "--- resolv.conf ---"
cat /etc/resolv.conf || true
echo "--- route ---"
ip route || true
echo "--- try download APKINDEX with busybox wget ---"
wget -S -O /dev/null --timeout=10 --tries=1 \ wget -S -O /dev/null --timeout=10 --tries=1 \
https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz