Skip to content

Commit 4c3bdf5

Browse files
authored
Temporary fix for bitnami migration to secure images (#4626)
<!-- Thanks for contributing to Hypha! Please ensure your contributions pass all necessary linting/testing and that the appropriate documentation has been updated. --> <!-- Describe briefly what your pull request changes. If this is resolving an issue, please specify below via "Fixes #<Github Issue ID>" --> A temp solution for #4625, but a long term solution would be migrating to a supported PostgresSQL docker image w/o a paid subscription service. ## Test Steps <!-- If step does not require manual testing, skip/remove this section. Give a brief overview of the steps required for a user/dev to test this contribution. Important things to include: - Required user roles for where necessary (ie. "As a Staff Admin...") - Clear & validatable expected results (ie. "Confirm the submit button is now not clickable") - Language that can be understood by non-technical testers if being tested by users --> - [ ] Ensure tests run with the legacy bitnami PostgreSQL image
1 parent 8be6c10 commit 4c3bdf5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/hypha-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
services:
4040
postgres:
41-
image: bitnami/postgresql:17
41+
image: bitnamilegacy/postgresql:17
4242
env:
4343
POSTGRESQL_USERNAME: hypha
4444
POSTGRESQL_PASSWORD: hypha

0 commit comments

Comments
 (0)