Skip to content
This repository has been archived by the owner on Jul 28, 2024. It is now read-only.

chore(deps): Bump dependencies and use docker-login action #21

Open
wants to merge 43 commits into
base: master
Choose a base branch
from

Conversation

ursjoss
Copy link
Contributor

@ursjoss ursjoss commented Mar 24, 2024

Resolves #22

  • Bumps almost all versions of dependencies to the current versions - except liquibase, where I only bumped to the latest 3.x version (3.10.3), but didn't invest into migrating to liquibase-4.x.
  • minimum JRE version is now 17
  • Removes obsolete jaxb dependencies
  • updates the github action versions used
  • set up the github action CI job to log into dockerhub (requires you to add the secrets to the github action, see comment below) and to actively pull the docker containers for postgres and maridb.

@ursjoss
Copy link
Contributor Author

ursjoss commented Mar 24, 2024

Will have to investigate, why it fails. The check is passing locally. Will check it out later...

@ursjoss
Copy link
Contributor Author

ursjoss commented Mar 24, 2024

@ayedo Pulling the docker container in the github action requires a login nowadays. I set the same PR up in my own fork of this repo and got it to work by adding two secrets to the github repo:

  • DOCKERHUB_USERNAME containing your username for the dockerhub login
  • DOCKERHUB_TOKEN containing the password

image

Here's the link to the passing PR: ursjoss#1

@ursjoss
Copy link
Contributor Author

ursjoss commented Apr 8, 2024

@ayedo What's your take on the PR? Would you be willing to try configuring the docker hub access to get the PR to pass?

@ursjoss ursjoss changed the title chore(deps): Bump dependencies chore(deps): Bump dependencies and use docker-login action Apr 8, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update dependencies and configure docker-hub access to pull the container image.
1 participant