Skip to content

dockerfile2llb: experimental parser directive for op metadata #242

Closed
@AkihiroSuda

Description

@AkihiroSuda

e.g.

# org.mobyproject.buildkit.experimental = "{WorkerConstraint: ["labels.org.mobyproject.buildkit.worker=host01"]}"
FROM foo
RUN echo I'm on host01
# org.mobyproject.buildkit.experimental = "{NoCache: true}"
RUN echo I'm still on host01, but cache is disabled

# org.mobyproject.buildkit.experimental = "{WorkerConstraint: ["labels.org.mobyproject.buildkit.worker=host02"]}"
FROM foo
RUN echo I'm on host02

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions