Skip to content

Bake does not support supplying build file via stdin #833

@zachary-povey

Description

@zachary-povey

With docker-compose it was possible to supply the compose file by value, rather than path, using something like

cat path/to/docker-compose.yml | docker-compose -f - build

to pipe in the file contents via stdin.

With buildx bake (buildx v0.6.3) i've not been able to get this to work, getting:

error: open -: no such file or directory

Is there any plan/scope to facilitate this kind of behaviour with buildx bake?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions