The Docker image for The Hive (thehiveproject/thehive) has no latest tag
Tag the latest image and upload the image.
Pulling thehive (thehiveproject/thehive:latest)...
ERROR: manifest for thehiveproject/thehive:latest not found
docker pull -a thehiveproject/thehive
thehiveproject/thehive 3.1.0-0.1RC1 6293fa1d75b8 2 weeks ago 861MB
There isn't any docker file with the latest tag, but perhaps this might help.
edited the "thehive" service in docker-compose file:
thehive:
image: thehiveproject/thehive:3.1.0-0.1RC1
depends_on:
- elasticsearch
- cortex
ports:
- "0.0.0.0:9000:9000"
thanks @gonrada
That does not solve the problem. It should be a latest tag pointing to the last stable release and a tag for each release, this way everybody can use all releases that he/she is interested in. Moreover, he/she can get the latest release every time he/she pulls from Docker.
indeed.
It is a workaround as we sit and await a fix.....
The latest docker image is in previous repository (certbdf). Since we moved to new repository (thehiveproject) we didn't release stable version. It is why "latest" tag is not present.
I've just pushed stable versions (TheHive 3.0.10 and Cortex 2.0.4) with latest tag in new repository.