Skip to content
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

Merged
merged 10 commits into from
Aug 2, 2024
Merged

Conversation

g7morris
Copy link
Contributor

@g7morris g7morris commented Aug 1, 2024

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 software
      • log4j - updated software
    • handle
    • 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!

@g7morris g7morris self-assigned this Aug 1, 2024
@g7morris g7morris added fits activemq handle tomcat fcrepo documentation Improvements or additions to documentation and removed fcrepo labels Aug 1, 2024
Copy link
Contributor

@nigelgbanks nigelgbanks left a 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
Copy link
Contributor

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

Copy link
Contributor Author

@g7morris g7morris Aug 1, 2024

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

Copy link
Contributor

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.

nginx/README.md Outdated Show resolved Hide resolved
@nigelgbanks nigelgbanks merged commit 9a2b78c into Islandora-Devops:main Aug 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
activemq documentation Improvements or additions to documentation fits handle tomcat
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants