google / grr

GRR Rapid Response: remote live forensics for incident response

Home Page:https://grr-doc.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Latest Docker image out of date

digital-shokunin opened this issue · comments

commented

Environment

  • How did you install GRR? Docker
  • What GRR version are you running?: v3.4.5.1
  • What operating system does the GRR server run on? Ubuntu 22.04
  • What operating system does the affected GRR client run on, if applicable? N/A (but Linux hopefully)

Describe the issue
Following the instructions here, it specifies to install the most recent version of GRR docker image.
https://grr-doc.readthedocs.io/en/latest/installing-grr-server/via-docker.html

grrdocker/grr:v3.4.5.1

The latest image deployed on dockerHub is from 5 months ago, v3.4.3.1.

A build of the 3.4.5.1 needs to be built and pushed to the hub to line up with the install instructions on the documentation.

Error logs

docker pull grrdocker/grr:v3.4.5.1
Error response from daemon: manifest for grrdocker/grr:v3.4.5.1 not found: manifest unknown: manifest unknown

Additional context
None.

Seems like we indeed had an issue with our CI and that the version v3.4.5.1 wasn't built. The issue is that last September we switched our CI from Travis/AppVeyor to GitHub Actions, so building v3.4.5.1 retroactively is not trivial. We're currently working on a new release, so unless using v3.4.5.1 specifically is not a requirement, I would suggest waiting for the new release and maybe using grr:latest in the meantime (it should be pretty close to the version that's about to be released).