aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2021-05-29 10:01:57 +0200
committerGitHub <noreply@github.com>2021-05-29 10:01:57 +0200
commit36fd5d83f41cad25124bdef9d951c19138184eee (patch)
tree528bc498f235eb00992dcd40a14cceb6ddf9faa9
parent47217ba3652a44840cf5500c9d7685f776e390b2 (diff)
parentb4d6d8a70d86460a4e622a6ff25cbf231f3ac462 (diff)
downloadnextcloud-server-36fd5d83f41cad25124bdef9d951c19138184eee.tar.gz
nextcloud-server-36fd5d83f41cad25124bdef9d951c19138184eee.zip
Merge pull request #27244 from nextcloud/migrate-more-services-to-ghcr
Migrate more services to GHCR
-rw-r--r--.drone.yml66
1 files changed, 33 insertions, 33 deletions
diff --git a/.drone.yml b/.drone.yml
index b0eace85856..6b20f01bca7 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -204,7 +204,7 @@ steps:
services:
- name: cache
- image: redis
+ image: ghcr.io/nextcloud/continuous-integration-redis:latest
trigger:
branch:
@@ -241,7 +241,7 @@ steps:
services:
- name: cache
- image: redis
+ image: ghcr.io/nextcloud/continuous-integration-redis:latest
trigger:
branch:
@@ -278,7 +278,7 @@ steps:
services:
- name: cache
- image: redis
+ image: ghcr.io/nextcloud/continuous-integration-redis:latest
trigger:
branch:
@@ -305,9 +305,9 @@ steps:
services:
- name: cache
- image: redis
+ image: ghcr.io/nextcloud/continuous-integration-redis:latest
- name: mariadb
- image: mariadb:10.1
+ image: ghcr.io/nextcloud/continuous-integration-mariadb-10.1:10.1
environment:
MYSQL_ROOT_PASSWORD: owncloud
MYSQL_USER: oc_autotest
@@ -341,9 +341,9 @@ steps:
services:
- name: cache
- image: redis
+ image: ghcr.io/nextcloud/continuous-integration-redis:latest
- name: mariadb
- image: mariadb:10.2
+ image: ghcr.io/nextcloud/continuous-integration-mariadb-10.2:10.2
environment:
MYSQL_ROOT_PASSWORD: owncloud
MYSQL_USER: oc_autotest
@@ -376,9 +376,9 @@ steps:
services:
- name: cache
- image: redis
+ image: ghcr.io/nextcloud/continuous-integration-redis:latest
- name: mariadb
- image: mariadb:10.3
+ image: ghcr.io/nextcloud/continuous-integration-mariadb-10.3:10.3
environment:
MYSQL_ROOT_PASSWORD: owncloud
MYSQL_USER: oc_autotest
@@ -417,9 +417,9 @@ steps:
services:
- name: cache
- image: redis
+ image: ghcr.io/nextcloud/continuous-integration-redis:latest
- name: mariadb
- image: mariadb:10.4
+ image: ghcr.io/nextcloud/continuous-integration-mariadb-10.4:10.4
environment:
MYSQL_ROOT_PASSWORD: owncloud
MYSQL_USER: oc_autotest
@@ -453,9 +453,9 @@ steps:
services:
- name: cache
- image: redis
+ image: ghcr.io/nextcloud/continuous-integration-redis:latest
- name: mysql
- image: mysql:8.0
+ image: ghcr.io/nextcloud/continuous-integration-mysql-8.0:mysql-8.0
command: [ "--default-authentication-plugin=mysql_native_password" ]
environment:
MYSQL_ROOT_PASSWORD: owncloud
@@ -491,9 +491,9 @@ steps:
services:
- name: cache
- image: redis
+ image: ghcr.io/nextcloud/continuous-integration-redis:latest
- name: postgres-9
- image: postgres:9.6
+ image: ghcr.io/nextcloud/continuous-integration-postgres-9:postgres-9.6
environment:
POSTGRES_USER: oc_autotest
POSTGRES_DB: oc_autotest_dummy
@@ -527,9 +527,9 @@ steps:
services:
- name: cache
- image: redis
+ image: ghcr.io/nextcloud/continuous-integration-redis:latest
- name: postgres-10
- image: postgres:10
+ image: ghcr.io/nextcloud/continuous-integration-postgres-10:postgres-10
environment:
POSTGRES_USER: oc_autotest
POSTGRES_DB: oc_autotest_dummy
@@ -562,9 +562,9 @@ steps:
services:
- name: cache
- image: redis
+ image: ghcr.io/nextcloud/continuous-integration-redis:latest
- name: postgres-11
- image: postgres:11
+ image: ghcr.io/nextcloud/continuous-integration-postgres-11:postgres-11
environment:
POSTGRES_USER: oc_autotest
POSTGRES_DB: oc_autotest_dummy
@@ -598,9 +598,9 @@ steps:
services:
- name: cache
- image: redis
+ image: ghcr.io/nextcloud/continuous-integration-redis:latest
- name: postgres-12
- image: postgres:12
+ image: ghcr.io/nextcloud/continuous-integration-postgres-12:postgres-12
environment:
POSTGRES_USER: oc_autotest
POSTGRES_DB: oc_autotest_dummy
@@ -634,9 +634,9 @@ steps:
services:
- name: cache
- image: redis
+ image: ghcr.io/nextcloud/continuous-integration-redis:latest
- name: postgres-13
- image: postgres:13
+ image: ghcr.io/nextcloud/continuous-integration-postgres-13:postgres-13
environment:
POSTGRES_USER: oc_autotest
POSTGRES_DB: oc_autotest_dummy
@@ -674,9 +674,9 @@ steps:
services:
- name: cache
- image: redis
+ image: ghcr.io/nextcloud/continuous-integration-redis:latest
- name: mysqlmb4
- image: mysql:5.7.22
+ image: ghcr.io/nextcloud/continuous-integration-mysql-5.7:mysql-5.7.22
environment:
MYSQL_ROOT_PASSWORD: owncloud
MYSQL_USER: oc_autotest
@@ -710,9 +710,9 @@ steps:
services:
- name: cache
- image: redis
+ image: ghcr.io/nextcloud/continuous-integration-redis:latest
- name: mysqlmb4
- image: mysql:5.7.22
+ image: ghcr.io/nextcloud/continuous-integration-mysql-5.7:mysql-5.7.22
environment:
MYSQL_ROOT_PASSWORD: owncloud
MYSQL_USER: oc_autotest
@@ -904,7 +904,7 @@ steps:
services:
- name: cache
- image: redis
+ image: ghcr.io/nextcloud/continuous-integration-redis:latest
trigger:
branch:
@@ -1543,7 +1543,7 @@ steps:
services:
- name: cache
- image: redis
+ image: ghcr.io/nextcloud/continuous-integration-redis:latest
- name: openldap
image: ghcr.io/nextcloud/continuous-integration-openldap:openldap-7
environment:
@@ -1584,7 +1584,7 @@ steps:
services:
- name: cache
- image: redis
+ image: ghcr.io/nextcloud/continuous-integration-redis:latest
- name: openldap
image: ghcr.io/nextcloud/continuous-integration-openldap:openldap-7
environment:
@@ -1626,7 +1626,7 @@ steps:
services:
- name: cache
- image: redis
+ image: ghcr.io/nextcloud/continuous-integration-redis:latest
- name: openldap
image: ghcr.io/nextcloud/continuous-integration-openldap:openldap-7
environment:
@@ -2070,7 +2070,7 @@ steps:
services:
- name: cache
- image: redis
+ image: ghcr.io/nextcloud/continuous-integration-redis:latest
trigger:
branch:
@@ -2101,7 +2101,7 @@ steps:
services:
- name: cache
- image: redis
+ image: ghcr.io/nextcloud/continuous-integration-redis:latest
trigger:
branch: