Skip to content

Missing codegen-cli docker image in registry #4947

@danbeaulieu

Description

@danbeaulieu
Description

The README calls out an image swagger-api/swagger-codegen but that image does not exist. The image swaggerapi/swagger-codegen-cli does "exist" on docker hub, but there aren't any actual images pushed to it: https://hub.docker.com/r/swaggerapi/swagger-codegen-cli/

Swagger-codegen version

latest Docker image.

Swagger declaration file content or url

NA

Command line used for generation

From README:
docker run --rm -v ${PWD}:/local swagger-api/swagger-codegen generate
-i http://petstore.swagger.io/v2/swagger.json
-l go
-o /local/out/go

Or according to docker hub:
docker run --rm -v ${PWD}:/local swaggerapi/swagger-codegen-cli generate
-i http://petstore.swagger.io/v2/swagger.json
-l go
-o /local/out/go

Steps to reproduce

Run above docker commands

Related issues
Suggest a Fix

Need to at least push an image to docker hub and possibly/probably update the README/Docs.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions