Skip to content

ERROR: manifest for elasticsearch:latest not found #4

@RoystonS

Description

@RoystonS

It looks like there is no elasticsearch:latest tag any more (or kibana:latest), so the instructions in this repo don't work out of the box.

Here's what a fresh install attempt produces:

>git clone https://github.com/rekibnikufesin/nodejs-api-swagger.git
Cloning into 'nodejs-api-swagger'...
remote: Enumerating objects: 48, done.
remote: Total 48 (delta 0), reused 0 (delta 0), pack-reused 48
Unpacking objects: 100% (48/48), done.

>cd nodejs-api-swagger
>docker-compose up
Pulling elasticsearch (elasticsearch:)...
ERROR: manifest for elasticsearch:latest not found

Changing image:elasticsearch in the docker-compose.yml file to be image:elasticsearch:6.4.2, and image:kibana to be image:kibana:6.4.2 enables some images to be fetched successfully. I don't know whether they're appropriate versions or whether it all works: I'm just trying to follow the egghead.io Swagger course but have got sucked into yak shaving messing around with docker containers for elasticsearch as part of that course. :-(

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions