You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i#7284: Bootstrap Alpine build environment from minirootfs in workflow (#7289)
Previously, the build environment is bootstrapped with a static version
of apk downloaded from Alpine mirror, whose URL isn't stable since the
package is upgraded irregularly.
This commit switches to prebuilt minirootfs tarball, which is considered
as release artifacts and has a stable URL, saving the burden of
frequently synchronizing with Alpine upstream.
Fixes: #7284
0 commit comments