dfir-iris / iris-web

Collaborative Incident Response platform
GNU Lesser General Public License v3.0
1.08k stars 184 forks source link

[BUG] 2.4.12 Containers reporting 2.4.11 version #573

Closed KALRONG closed 2 months ago

KALRONG commented 2 months ago

Describe the bug While updating from 2.4.11 to 2.4.12 I noticed serveral things:

To Reproduce Steps to reproduce the behavior:

  1. Try to update the application from 2.4.11 to 2.4.12 as of 29/08/2024

Expected behavior Images to be on 2.4.12.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

whikernel commented 2 months ago

Hi!

Indeed somehow the tag wasn't on the right commit. I just corrected, the new images should be available in the next few minutes. Thanks for raising that up For the documentation, we already removed the docker compose build and replaced by pull: https://docs.dfir-iris.org/latest/operations/upgrades/#upgrading

KALRONG commented 2 months ago

Thanks for the quick response :) Sorry I was referring to the one in the readme of the repository, I will try the new instructions then.

EDIT: Just saw in the link you provided that you are saying to use docker-compose, but this fails and docker compose should be used instead.

KALRONG commented 2 months ago

Just tried the new procedure, all steps, and still seeing 2.4.11 and no trace of the new seika module so I understand that the images are still the same.

whikernel commented 2 months ago

That is weird. The images are up to date, I tested and it works as expected. Can you run the following and show the output?

git checkout v2.4.12
docker compose pull 
docker images | grep "iris"
KALRONG commented 2 months ago

For some reason my git wasn't propertly switching to 2.4.12 so the docker-compose.yaml was still pointing to 2.4.11, deleted the folder, cloned again and now Im finally on 2.4.12!

Still can't see the Seika module under Manage - Advance - Modules, not sure if I missed a dependency or it should be already there

whikernel commented 2 months ago

Nice! It's preinstalled but not registered. Do Add module and then write iris_seika_module, it will add it.

KALRONG commented 2 months ago

Nice! It's preinstalled but not registered. Do Add module and then write iris_seika_module, it will add it.

Will try it, Im gonna close the issue as the problem is solved, thanks a lot!