Skip to content

Extendable llb#84

Merged
AkihiroSuda merged 2 commits intomoby:masterfrom
tonistiigi:extendable-llb
Jul 24, 2017
Merged

Extendable llb#84
AkihiroSuda merged 2 commits intomoby:masterfrom
tonistiigi:extendable-llb

Conversation

@tonistiigi
Copy link
Copy Markdown
Member

Refactor client/llb package so that it can be extended with steps with custom proto marshalers. As an example see nested builds implementation outside of llb package in https://github.com/moby/buildkit/pull/83/files#diff-7c4a9f9ba5cb496f10617ea08ad80f37

Only change to the syntax is that llb.State is not a pointer anymore.

@AkihiroSuda

Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
}

func Local(name string, opts ...LocalOption) State {
gi := &LocalInfo{}
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: gi -> li

Copy link
Copy Markdown
Member

@AkihiroSuda AkihiroSuda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, the nit is not worth fixing

@AkihiroSuda AkihiroSuda merged commit 93b5a79 into moby:master Jul 24, 2017
smira added a commit to smira/buildkit that referenced this pull request Jul 16, 2019
This follows syntax suggested in moby#950.

Example:

    RUN --ents=security.insecure cat /proc/self/status | grep CapEff
    moby#84 0.093 CapEff:	0000003fffffffff
smira added a commit to smira/buildkit that referenced this pull request Jul 16, 2019
This follows syntax suggested in moby#950.

Example:

    RUN --ents=security.insecure cat /proc/self/status | grep CapEff
    moby#84 0.093 CapEff:	0000003fffffffff
smira added a commit to smira/buildkit that referenced this pull request Jul 16, 2019
This follows syntax suggested in moby#950.

Example:

    RUN --ents=security.insecure cat /proc/self/status | grep CapEff
    moby#84 0.093 CapEff:	0000003fffffffff

Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
smira added a commit to smira/buildkit that referenced this pull request Jul 17, 2019
Example:

    RUN --security=insecure cat /proc/self/status | grep CapEff
    moby#84 0.093 CapEff:	0000003fffffffff

Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
smira added a commit to smira/buildkit that referenced this pull request Jul 17, 2019
Example:

    RUN --security=insecure cat /proc/self/status | grep CapEff
    moby#84 0.093 CapEff:	0000003fffffffff

Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
smira added a commit to smira/buildkit that referenced this pull request Jul 18, 2019
Example:

    RUN --security=insecure cat /proc/self/status | grep CapEff
    moby#84 0.093 CapEff:	0000003fffffffff

Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
smira added a commit to smira/buildkit that referenced this pull request Jul 18, 2019
Example:

    RUN --security=insecure cat /proc/self/status | grep CapEff
    moby#84 0.093 CapEff:	0000003fffffffff

Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
alexcb pushed a commit to alexcb/buildkit that referenced this pull request Jul 20, 2022
wait for lazycachemanager in parallel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants