loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request 'feat: use oci mirror for `tonistiigi/xx` image' (#5965) from viceice/feat/oci-mirror into forgejo

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/5965
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>

+2 -2
+1 -1
Dockerfile
··· 1 - FROM --platform=$BUILDPLATFORM docker.io/tonistiigi/xx AS xx 1 + FROM --platform=$BUILDPLATFORM code.forgejo.org/oci/xx AS xx 2 2 3 3 FROM --platform=$BUILDPLATFORM code.forgejo.org/oci/golang:1.23-alpine3.20 as build-env 4 4
+1 -1
Dockerfile.rootless
··· 1 - FROM --platform=$BUILDPLATFORM docker.io/tonistiigi/xx AS xx 1 + FROM --platform=$BUILDPLATFORM code.forgejo.org/oci/xx AS xx 2 2 3 3 FROM --platform=$BUILDPLATFORM code.forgejo.org/oci/golang:1.23-alpine3.20 as build-env 4 4