Skip to content
This repository has been archived by the owner on Oct 15, 2023. It is now read-only.

Replace Bash builds with Gradle #102

Open
phreed opened this issue Jun 16, 2022 · 0 comments
Open

Replace Bash builds with Gradle #102

phreed opened this issue Jun 16, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@phreed
Copy link

phreed commented Jun 16, 2022

The main motivation is to allow building on Windows.
bash is flaky on Windows.
Gradle works across platforms and has Docker plugins.

The affected files are:

  • build-images.sh
  • push-images.sh
  • test-image.sh
  • update.sh

The scripts used by the container would not be modified, i.e.

  • docker-entrypoint.sh
  • load-initialdb.sh

The recommended tool for building a container for a java application is

Other candidate plugins

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants