File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9898 - TOOLS
9999 - TOOLS_PREFIX
100100 - TEST_STAGE
101+ - GNU_MIRROR_URL
101102 makefile :
102103 extraVariables :
103104 - name : EXTENSIONS_IMAGE_REF
@@ -112,6 +113,8 @@ spec:
112113 defaultValue : ghcr.io/siderolabs
113114 - name : GO_TOOLS_RELEASE
114115 defaultValue : v0.3.1
116+ - name : GNU_MIRROR_URL
117+ defaultValue : https://mirrors.kernel.org
115118 useBldrPkgTagResolver : true
116119---
117120kind : common.Build
Original file line number Diff line number Diff line change 11# THIS FILE WAS AUTOMATICALLY GENERATED BY KRES, PLEASE DO NOT EDIT.
22#
3- # Generated on 2026-07-30T16:21:31Z by kres 34f68df .
3+ # Generated on 2026-08-05T10:23:44Z by kres 93d28ca .
44
55# common variables
66
@@ -46,6 +46,7 @@ BUILD_ARGS += --build-arg=PKGS_PREFIX="$(PKGS_PREFIX)"
4646BUILD_ARGS += --build-arg=TOOLS="$(TOOLS ) "
4747BUILD_ARGS += --build-arg=TOOLS_PREFIX="$(TOOLS_PREFIX ) "
4848BUILD_ARGS += --build-arg=TEST_STAGE="$(TEST_STAGE ) "
49+ BUILD_ARGS += --build-arg=GNU_MIRROR_URL="$(GNU_MIRROR_URL ) "
4950COMMON_ARGS = --file=Pkgfile
5051COMMON_ARGS += --provenance=false
5152COMMON_ARGS += --sbom=false
@@ -61,6 +62,7 @@ PKGS_PREFIX ?= ghcr.io/siderolabs
6162TOOLS ?= v1.14.0-alpha.0-26-g08071b1
6263TOOLS_PREFIX ?= ghcr.io/siderolabs
6364GO_TOOLS_RELEASE ?= v0.3.1
65+ GNU_MIRROR_URL ?= https://mirrors.kernel.org
6466
6567# targets defines all the available targets
6668
Original file line number Diff line number Diff line change 1717 LD_LINUX_X86_64 : ld-linux-x86-64.so.2
1818 LD_LINUX_AARCH64 : ld-linux-aarch64.so.1
1919 sources :
20- - url : https://ftpmirror.gnu.org /gnu/glibc/glibc-{{ .GLIBC_VERSION }}.tar.xz
20+ - url : " {{ .GNU_MIRROR_URL }} /gnu/glibc/glibc-{{ .GLIBC_VERSION }}.tar.xz"
2121 destination : glibc.tar.xz
2222 sha256 : {{ .GLIBC_SHA256 }}
2323 sha512 : {{ .GLIBC_SHA512 }}
Original file line number Diff line number Diff line change 1+ GNU_MIRROR_URL : " {{ .BUILD_ARG_GNU_MIRROR_URL }}"
You can’t perform that action at this time.
0 commit comments