-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated referenced docker images #52
base: development
Are you sure you want to change the base?
Conversation
r0ssing
commented
Mar 2, 2024
- Bumped postgres and nginx versions.
- Removed the specific branch when cloning sync-endpoint (= this can be controlled by setting default branch on sync-endpoint repo)
- Updated README.md
Update README.md
Updated example to Ubuntu 22.04, fixed broken link
Remember to change this (ie. remove -b <branch spec>) when merging to develop/main
Hi @wbrunette - I've updated the checkout command to checkout the taketwo branch. This PR still targets the development branch of sync-endpoint-default-setup though - should we create an "updatejdk"-branch in this repo as well and redirect this PR to that? |
a personal opinion, I think it's fine, evetntually all update-jdk branches will be moved to development as we will likely just have "development" and "main" but happy to have consistency though in the short term with the upgrade-jdk |
Fixed some errors due to updated versions (timeout no longer accepts "-t", postgresql no longer accepts storing unencrypted passwords)
Upon further testing I noticed some edits had to be made to db-bootstrap (encrypting stored password, updated 'timeout' command). @wbrunette: can we merge this to develop branch now? |