Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The hive docker image has no latest tag #670

Closed
Xumeiquer opened this issue Aug 10, 2018 · 6 comments
Closed

The hive docker image has no latest tag #670

Xumeiquer opened this issue Aug 10, 2018 · 6 comments
Assignees

Comments

@Xumeiquer
Copy link

Problem Description

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

Possible Solutions

Tag the latest image and upload the image.

@ghost
Copy link

ghost commented Aug 10, 2018

Pulling thehive (thehiveproject/thehive:latest)...
ERROR: manifest for thehiveproject/thehive:latest not found

@gonrada
Copy link

gonrada commented Aug 14, 2018

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.

@ghost
Copy link

ghost commented Aug 17, 2018

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

@Xumeiquer
Copy link
Author

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.

@ghost
Copy link

ghost commented Aug 17, 2018

indeed.
It is a workaround as we sit and await a fix.....

@To-om To-om self-assigned this Aug 20, 2018
@To-om
Copy link
Contributor

To-om commented Aug 20, 2018

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.

@To-om To-om closed this as completed Aug 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants