x_old_misp_docker icon indicating copy to clipboard operation
x_old_misp_docker copied to clipboard

Specify Version of misp to download in the Noob installer?

Open guirkgumbo opened this issue 3 years ago • 2 comments

Is there a recommended approach for the downloading a specific version/tag of the misp repo rather than latest of master during the build process?

I tried the to change the git cloned version in the noob_installer.sh but get a sha1 error if I change the file

sha1: a49d5521f405d20fc3dea76ee995e067d01c5c2c does not match the installer sum of: 64d5b38a1d894f6171d3cfc83ba020be461fbecb

guirkgumbo avatar Jun 28 '21 13:06 guirkgumbo

I'm definitely interested in this as well!

narly-david avatar Jul 01 '21 17:07 narly-david

You would have to regenerate the NODB_INSTALL.sh script, which can be done by modifying the MD files (https://github.com/MISP/MISP/tree/2.4/INSTALL).

A more hacky way to fix your specific issue would be to change the script and regenerate the hashes, so the hash will match. As explained in https://github.com/MISP/misp-docker/issues/122 a more permanent solution would need to be created for this.

stevengoossensB avatar Jul 09 '21 10:07 stevengoossensB