summaryrefslogtreecommitdiffstats
path: root/.forgejo
diff options
context:
space:
mode:
authorMichael Kriese <michael.kriese@visualon.de>2024-11-14 23:12:57 +0100
committerMichael Kriese <michael.kriese@visualon.de>2024-11-15 08:19:50 +0100
commitc8d97e5594cdf7563d258878c97f2536e5e4f932 (patch)
tree06331cac3fccb558609108160ef94919071e907b /.forgejo
parentMerge pull request 'chore(release-notes): update the v9.0.2 & v7.0.11 links' ... (diff)
downloadforgejo-c8d97e5594cdf7563d258878c97f2536e5e4f932.tar.xz
forgejo-c8d97e5594cdf7563d258878c97f2536e5e4f932.zip
ci: use oci mirror images
Diffstat (limited to '.forgejo')
-rw-r--r--.forgejo/workflows/testing.yml14
1 files changed, 7 insertions, 7 deletions
diff --git a/.forgejo/workflows/testing.yml b/.forgejo/workflows/testing.yml
index d3b22c0a64..a04817fd04 100644
--- a/.forgejo/workflows/testing.yml
+++ b/.forgejo/workflows/testing.yml
@@ -56,13 +56,13 @@ jobs:
image: 'code.forgejo.org/oci/node:20-bookworm'
services:
elasticsearch:
- image: docker.io/bitnami/elasticsearch:7
+ image: code.forgejo.org/oci/bitnami/elasticsearch:7
options: --tmpfs /bitnami/elasticsearch/data
env:
discovery.type: single-node
ES_JAVA_OPTS: "-Xms512m -Xmx512m"
minio:
- image: docker.io/bitnami/minio:2024.8.17
+ image: code.forgejo.org/oci/bitnami/minio:2024.8.17
options: >-
--hostname gitea.minio --tmpfs /bitnami/minio/data
env:
@@ -140,13 +140,13 @@ jobs:
matrix:
cacher:
- name: redis
- image: docker.io/bitnami/redis:7.2
+ image: code.forgejo.org/oci/bitnami/redis:7.2
options: --tmpfs /bitnami/redis/data
- name: redict
image: registry.redict.io/redict:7.3.0-scratch
options: --tmpfs /data
- name: valkey
- image: docker.io/bitnami/valkey:7.2
+ image: code.forgejo.org/oci/bitnami/valkey:7.2
options: --tmpfs /bitnami/redis/data
- name: garnet
image: ghcr.io/microsoft/garnet-alpine:1.0.14
@@ -178,7 +178,7 @@ jobs:
image: 'code.forgejo.org/oci/node:20-bookworm'
services:
mysql:
- image: 'docker.io/bitnami/mysql:8.4'
+ image: 'code.forgejo.org/oci/bitnami/mysql:8.4'
env:
ALLOW_EMPTY_PASSWORD: yes
MYSQL_DATABASE: testgitea
@@ -208,13 +208,13 @@ jobs:
image: 'code.forgejo.org/oci/node:20-bookworm'
services:
minio:
- image: docker.io/bitnami/minio:2024.8.17
+ image: code.forgejo.org/oci/bitnami/minio:2024.8.17
env:
MINIO_ROOT_USER: 123456
MINIO_ROOT_PASSWORD: 12345678
options: --tmpfs /bitnami/minio/data
ldap:
- image: docker.io/gitea/test-openldap:latest
+ image: code.forgejo.org/oci/test-openldap:latest
pgsql:
image: 'code.forgejo.org/oci/postgres:15'
env: