Skip to content

Unable to fig build a github repo / works with docker build #491

@techniq

Description

@techniq

Using docker build I can pull and build an image directly from Github, for example:
docker build -t java https://github.com/StrictlyBusiness/docker-java8.git

When I try to do the same using fig build and the following fig.yml:

webapp:
  build: https://github.com/StrictlyBusiness/docker-java8.git

it shows Building webapp... then after ~40 seconds, it shows just a single closing bracket ). For example:

$ fig build
Building webapp...
)

I haven't found a way to get any more details on what's happening behind the scenes in fig to know why it's failing.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions