To recreate commits with GPG signaturegit fetch upstream && git rebase --force --gpg-sign upstream/main
See #14
There seems to be a distinction between ex. :java17 and java17-jdk images, where java17 is something like a JRE image instead of a full JDK. It doesn't contain tools.jar and therefore the Attach API, used by our Agent, is unavailable and attempting to attach the Agent results in a runtime error and failure of the container to start.
Welcome to Cryostat! 👋
Before contributing, make sure you have:
main
branch[chore, ci, docs, feat, fix, test]
To recreate commits with GPG signature
git fetch upstream && git rebase --force --gpg-sign upstream/main
See #14 There seems to be a distinction between ex.
:java17
andjava17-jdk
images, wherejava17
is something like a JRE image instead of a full JDK. It doesn't containtools.jar
and therefore the Attach API, used by our Agent, is unavailable and attempting to attach the Agent results in a runtime error and failure of the container to start.