Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: moby/buildkit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ba673bbdab4f
Choose a base ref
...
head repository: moby/buildkit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8778943ac3da
Choose a head ref
  • 10 commits
  • 25 files changed
  • 5 contributors

Commits on Oct 15, 2021

  1. fix: provide only available capabilities to insecure environment

    The problem this change is trying to fix are the environments where some
    capabilities are already dropped, so they can't be granted to the
    job with `--security=insecure`.
    
    I know that probably fixed set of capabilities was implemented to
    provide a stable build environment, but at the same time this breaks
    environments with reduced capabilities.
    
    Signed-off-by: Andrey Smirnov <[email protected]>
    smira committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    a5d1cfc View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2021

  1. Merge pull request #2394 from smira/insecure-capabilities

    fix: provide only available capabilities to insecure environment
    tonistiigi authored Oct 16, 2021
    Configuration menu
    Copy the full SHA
    cbf808f View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2021

  1. client: allow setting custom dialer for session endpoint

    Signed-off-by: Tonis Tiigi <[email protected]>
    tonistiigi committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    1c51e87 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2419 from tonistiigi/session-dialer

    client: allow setting custom dialer for session endpoint
    AkihiroSuda authored Oct 18, 2021
    Configuration menu
    Copy the full SHA
    9dd4ec0 View commit details
    Browse the repository at this point in the history
  3. add size to tmpfs mounts

    Signed-off-by: CrazyMax <[email protected]>
    crazy-max committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    87e1fa7 View commit details
    Browse the repository at this point in the history
  4. deduplicate mounts

    Signed-off-by: CrazyMax <[email protected]>
    crazy-max committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    32d95c8 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2411 from crazy-max/tpmfs-size

    add size to tmpfs mounts
    tonistiigi authored Oct 18, 2021
    Configuration menu
    Copy the full SHA
    41c0a18 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2021

  1. use bytes as given size for tmpfs mount

    Signed-off-by: CrazyMax <[email protected]>
    crazy-max committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    954c472 View commit details
    Browse the repository at this point in the history
  2. use opts.MemBytes for tmpfs size run mount instruction

    Signed-off-by: CrazyMax <[email protected]>
    crazy-max committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    94378a8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2422 from crazy-max/fix-tmpfs-size

    use bytes as given size for tmpfs mount
    crazy-max authored Oct 19, 2021
    Configuration menu
    Copy the full SHA
    8778943 View commit details
    Browse the repository at this point in the history
Loading