-
Notifications
You must be signed in to change notification settings - Fork 23
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
July 2024 update #346
July 2024 update #346
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Other than 2 version numbers being off, it looks good. I've tested locally. Cheers.
@@ -1,6 +1,6 @@ | |||
# PostgreSQL | |||
|
|||
Docker image for [PostgreSQL] version 15.1 | |||
Docker image for [PostgreSQL] version 16.3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I got 16.2 when I checked.
/ $ postgres --version
postgres (PostgreSQL) 16.2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmmmm I'm not getting the same results from a fresh build?
- Reran
make clean && make bake && make up
Check 1:
docker run --rm -d --name postgresql islandora/postgresql
docker exec -ti postgresql psql -U root postgres
psql (16.3)
Type "help" for help.
postgres=#
Check 2:
docker exec -ti postgresql bash
6f89c38c08af:/# postgres --version
postgres (PostgreSQL) 16.3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My local build matches the version from the latest release:
make bake BUILDER=desktop-linux TARGET=postgresql 2&>/dev/null && docker run --rm -ti -u 1 --entrypoint psql islandora/postgresql:local --version
psql (PostgreSQL) 16.2
So, I obliterated all my local builds and then built without access to the cache on DockerHub and got what you have. Which is worrying, I'll open up a ticket to investigate this cache poisoning issue.
Release notes:
All services below have an updated README.md, new software at the latest version, new SHA etc. along with having been tested via processes outlined here if there should be any questions / concerns: https://gist.github.com/g7morris/05818f8da4bac3c129063f1478f9b078
activemq
fits
fits-servlet
- updated softwarelog4j
- updated softwarehandle
tomcat
Updated service README.mds to latest version only.
fcrepo
fits
mariadb
nginx
postgresql
solr
@nigelgbanks and @joecorall Once reviewed and approved, either one or both of you can merge in but if there are too many commits, I'm happy to squash them down to one if need be. Let me know please and thanks in advance!