Skip to content

Docker stability improvements

Compare
Choose a tag to compare
@adrianskrobaczrevolut adrianskrobaczrevolut released this 30 Jan 13:44
· 11 commits to master since this release
  • upgraded default Postgres image version to 14.5-alpine
  • upgraded docker-java dependency #24
  • additional wait strategy for port binding in docker
    Some container runtimes like Colima or Rancher bind ports later in the process even after DB in container might have already started. This release adds additional wait strategy for the published port to be bound in the host system