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 'ci: use oci mirror images' (#5963) from viceice/ci/oci-mirror into forgejo

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

+7 -7
+7 -7
.forgejo/workflows/testing.yml
··· 56 56 image: 'code.forgejo.org/oci/node:20-bookworm' 57 57 services: 58 58 elasticsearch: 59 - image: docker.io/bitnami/elasticsearch:7 59 + image: code.forgejo.org/oci/bitnami/elasticsearch:7 60 60 options: --tmpfs /bitnami/elasticsearch/data 61 61 env: 62 62 discovery.type: single-node 63 63 ES_JAVA_OPTS: "-Xms512m -Xmx512m" 64 64 minio: 65 - image: docker.io/bitnami/minio:2024.8.17 65 + image: code.forgejo.org/oci/bitnami/minio:2024.8.17 66 66 options: >- 67 67 --hostname gitea.minio --tmpfs /bitnami/minio/data 68 68 env: ··· 140 140 matrix: 141 141 cacher: 142 142 - name: redis 143 - image: docker.io/bitnami/redis:7.2 143 + image: code.forgejo.org/oci/bitnami/redis:7.2 144 144 options: --tmpfs /bitnami/redis/data 145 145 - name: redict 146 146 image: registry.redict.io/redict:7.3.0-scratch 147 147 options: --tmpfs /data 148 148 - name: valkey 149 - image: docker.io/bitnami/valkey:7.2 149 + image: code.forgejo.org/oci/bitnami/valkey:7.2 150 150 options: --tmpfs /bitnami/redis/data 151 151 - name: garnet 152 152 image: ghcr.io/microsoft/garnet-alpine:1.0.14 ··· 178 178 image: 'code.forgejo.org/oci/node:20-bookworm' 179 179 services: 180 180 mysql: 181 - image: 'docker.io/bitnami/mysql:8.4' 181 + image: 'code.forgejo.org/oci/bitnami/mysql:8.4' 182 182 env: 183 183 ALLOW_EMPTY_PASSWORD: yes 184 184 MYSQL_DATABASE: testgitea ··· 208 208 image: 'code.forgejo.org/oci/node:20-bookworm' 209 209 services: 210 210 minio: 211 - image: docker.io/bitnami/minio:2024.8.17 211 + image: code.forgejo.org/oci/bitnami/minio:2024.8.17 212 212 env: 213 213 MINIO_ROOT_USER: 123456 214 214 MINIO_ROOT_PASSWORD: 12345678 215 215 options: --tmpfs /bitnami/minio/data 216 216 ldap: 217 - image: docker.io/gitea/test-openldap:latest 217 + image: code.forgejo.org/oci/test-openldap:latest 218 218 pgsql: 219 219 image: 'code.forgejo.org/oci/postgres:15' 220 220 env: