Thehive: The hive docker image has no latest tag

Created on 10 Aug 2018  路  6Comments  路  Source: TheHive-Project/TheHive

Problem Description

The Docker image for The Hive (thehiveproject/thehive) has no latest tag

Possible Solutions

Tag the latest image and upload the image.

bug docker

All 6 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

UndecodedFuture picture UndecodedFuture  路  5Comments

milesflo picture milesflo  路  3Comments

smogm picture smogm  路  5Comments

shortstack picture shortstack  路  4Comments

a5m0 picture a5m0  路  5Comments