You should check the relevant license under which all contributions will be licensed for the specific project you are contributing to.
All contributions are subject to the Developer Certificate of Origin (DCO).
The DCO text is available verbatim in the dco.txt file.
See https://hibernate.org/community/contribute/.
Just run docker build .
to build the image locally.
Pushing a tag to the git repository will trigger a build on our repository on quay.io.
If you need to update dependencies:
- update the
Gemfile
- run
./update-gemfile.sh
(this will updateGemfile.lock
in particular) - optionally:
- build the image with the Gemfiles updated using
docker build .
- test the image
- build the image with the Gemfiles updated using
- commit the changes and tag them as necessary