This commit is contained in:
@@ -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
|
||||||
@@ -17,16 +16,10 @@ 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
|
wget -S -O /dev/null --timeout=10 --tries=1 \
|
||||||
echo "--- resolv.conf ---"
|
https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz
|
||||||
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 \
|
|
||||||
https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz
|
|
||||||
|
|
||||||
- name: Bootstrap network tools
|
- name: Bootstrap network tools
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user