File tree 6 files changed +8
-8
lines changed
6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 50
50
51
51
services :
52
52
minio :
53
- image : bitnami/minio
53
+ image : bitnami/minio:sha256-b55af04849786132c6571b916da9cfd77e1eaa813917929c06f023bebf94873b
54
54
env :
55
55
MINIO_ROOT_USER : nextcloud
56
56
MINIO_ROOT_PASSWORD : bWluaW8tc2VjcmV0LWtleS1uZXh0Y2xvdWQ=
@@ -136,7 +136,7 @@ jobs:
136
136
env :
137
137
SERVICES : s3
138
138
DEBUG : 1
139
- image : localstack/localstack
139
+ image : localstack/localstack:sha256-85d0a5119b47af038301385fa16e1582912b3445e9e3a634148536eb28b1a0b3
140
140
ports :
141
141
- " 4566:4566"
142
142
Original file line number Diff line number Diff line change 56
56
submodules : true
57
57
58
58
- name : Set up php ${{ matrix.php-versions }}
59
- uses : shivammathur/setup-php@cf4cade2721270509d5b1c766ab3549210a39a2a # v2.33.0
59
+ uses : shivammathur/setup-php@cf4cade2721270509d5b1c766ab3549210a39a2a # v2.33.0
60
60
with :
61
61
php-version : ${{ matrix.php-versions }}
62
62
# https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html#prerequisites-for-manual-installation
67
67
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
68
68
69
69
- name : Set up Python
70
- uses : LizardByte/setup-python-action@master
70
+ uses : LizardByte/setup-python-action@f4367d0377eceec7e5e26da8f3863dd365b95a94 # v2025.426.160528
71
71
with :
72
72
python-version : ' 2.7'
73
73
Original file line number Diff line number Diff line change 55
55
ports :
56
56
- 6379:6379/tcp
57
57
minio :
58
- image : bitnami/minio
58
+ image : bitnami/minio:sha256-b55af04849786132c6571b916da9cfd77e1eaa813917929c06f023bebf94873b
59
59
env :
60
60
MINIO_ROOT_USER : nextcloud
61
61
MINIO_ROOT_PASSWORD : bWluaW8tc2VjcmV0LWtleS1uZXh0Y2xvdWQ=
Original file line number Diff line number Diff line change 60
60
options : --health-cmd="redis-cli ping" --health-interval=10s --health-timeout=5s --health-retries=3
61
61
62
62
minio :
63
- image : bitnami/minio
63
+ image : bitnami/minio:sha256-b55af04849786132c6571b916da9cfd77e1eaa813917929c06f023bebf94873b
64
64
env :
65
65
MINIO_ROOT_USER : nextcloud
66
66
MINIO_ROOT_PASSWORD : bWluaW8tc2VjcmV0LWtleS1uZXh0Y2xvdWQ=
Original file line number Diff line number Diff line change 60
60
options : --health-cmd="redis-cli ping" --health-interval=10s --health-timeout=5s --health-retries=3
61
61
62
62
swift :
63
- image : ghcr.io/cscfi/docker-keystone-swift
63
+ image : ghcr.io/cscfi/docker-keystone-swift:sha-7f82982
64
64
ports :
65
65
- 5000:5000
66
66
- 8080:8080
Original file line number Diff line number Diff line change 60
60
options : --health-cmd="redis-cli ping" --health-interval=10s --health-timeout=5s --health-retries=3
61
61
62
62
minio :
63
- image : bitnami/minio
63
+ image : bitnami/minio:sha256-b55af04849786132c6571b916da9cfd77e1eaa813917929c06f023bebf94873b
64
64
env :
65
65
MINIO_ROOT_USER : nextcloud
66
66
MINIO_ROOT_PASSWORD : bWluaW8tc2VjcmV0LWtleS1uZXh0Y2xvdWQ=
You can’t perform that action at this time.
0 commit comments