Skip to content

Commit d5c1195

Browse files
committed
minor symfony#61782 switch images from bitnami/* to bitnamilegacy/* (xabbuh)
This PR was merged into the 6.4 branch. Discussion ---------- switch images from bitnami/* to bitnamilegacy/* | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | | License | MIT see bitnami/containers#83267 Commits ------- cb5448c switch images from bitnami/* to bitnamilegacy/*
2 parents dcab53c + cb5448c commit d5c1195

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/integration-tests.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
env:
3535
POSTGRES_PASSWORD: 'password'
3636
ldap:
37-
image: bitnami/openldap
37+
image: bitnamilegacy/openldap
3838
ports:
3939
- 3389:3389
4040
env:
@@ -74,15 +74,15 @@ jobs:
7474
env:
7575
STANDALONE: 1
7676
redis-sentinel:
77-
image: bitnami/redis-sentinel:6.2.8
77+
image: bitnamilegacy/redis-sentinel:6.2.8
7878
ports:
7979
- 26379:26379
8080
env:
8181
REDIS_MASTER_HOST: redis
8282
REDIS_MASTER_SET: redis_sentinel
8383
REDIS_SENTINEL_QUORUM: 1
8484
redis-primary:
85-
image: bitnami/redis:latest
85+
image: bitnamilegacy/redis:latest
8686
ports:
8787
- 16381:6379
8888
env:
@@ -91,7 +91,7 @@ jobs:
9191
options: >-
9292
--name=redis-primary
9393
redis-replica:
94-
image: bitnami/redis:latest
94+
image: bitnamilegacy/redis:latest
9595
ports:
9696
- 16382:6379
9797
env:
@@ -128,7 +128,7 @@ jobs:
128128
zookeeper:
129129
image: zookeeper
130130
kafka:
131-
image: bitnami/kafka:3.7
131+
image: bitnamilegacy/kafka:3.7
132132
ports:
133133
- 9092:9092
134134
env:
@@ -218,7 +218,7 @@ jobs:
218218
php -i
219219
220220
- name: Load fixtures
221-
uses: docker://bitnami/openldap
221+
uses: docker://bitnamilegacy/openldap
222222
with:
223223
entrypoint: /bin/bash
224224
args: -c "(/opt/bitnami/openldap/bin/ldapwhoami -H ldap://ldap:3389 -D cn=admin,dc=symfony,dc=com -w symfony||sleep 5) && /opt/bitnami/openldap/bin/ldapadd -H ldap://ldap:3389 -D cn=admin,dc=symfony,dc=com -w symfony -f src/Symfony/Component/Ldap/Tests/Fixtures/data/fixtures.ldif && /opt/bitnami/openldap/bin/ldapdelete -H ldap://ldap:3389 -D cn=admin,dc=symfony,dc=com -w symfony cn=a,ou=users,dc=symfony,dc=com"

0 commit comments

Comments
 (0)