Skip to content

Container web is missing required parameter "image". #98

@ghost

Description

I want to convert Docker compose file to JSON file by using:
cat docker-compose.prod.yml | container-transform -v command.
For the services with the image parameter is works, but for the services with build parameter gives this error.

Successful:

db:
        image: postgres

Failed:

 db:
        build: 
            context: .
            dockerfile: Dockerfile

How can I solve this problem?

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