images/ubuntu-24.04/Dockerfile builds on a copy of docker.gitea.com/runner-images:ubuntu-24.04 now served from syncode.sh. The
copy removes the runtime dependency but not the provenance one: the toolcache
layout, including /opt/acttoolcache/node/20.* and 24.* that the image links
against, comes from that upstream.
Building our own base from ubuntu:24.04 means reproducing the toolcache. Worth
doing eventually, not worth blocking on.
`images/ubuntu-24.04/Dockerfile` builds on a copy of
`docker.gitea.com/runner-images:ubuntu-24.04` now served from syncode.sh. The
copy removes the runtime dependency but not the provenance one: the toolcache
layout, including `/opt/acttoolcache/node/20.*` and `24.*` that the image links
against, comes from that upstream.
Building our own base from `ubuntu:24.04` means reproducing the toolcache. Worth
doing eventually, not worth blocking on.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
images/ubuntu-24.04/Dockerfilebuilds on a copy ofdocker.gitea.com/runner-images:ubuntu-24.04now served from syncode.sh. Thecopy removes the runtime dependency but not the provenance one: the toolcache
layout, including
/opt/acttoolcache/node/20.*and24.*that the image linksagainst, comes from that upstream.
Building our own base from
ubuntu:24.04means reproducing the toolcache. Worthdoing eventually, not worth blocking on.