Skip to content

v1.8.6

Compare
Choose a tag to compare
@groldan groldan released this 02 Jul 03:32
· 203 commits to main since this release
v1.8.6

This release integrates cosign signatures in all published docker images.

In order to verify the signatures, install cosign, download the cosign.pub file containing the public key, and run

cosign verify --key cosign.pub geoservercloud/<image name>:1.8.6

What's Changed

  • Cosign integration. Docker images signature and validation in github actions by @groldan in #492

Full Changelog: v1.8.5...v1.8.6