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: reproducible-containers/buildkit-cache-dance
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.1.1
Choose a base ref
...
head repository: reproducible-containers/buildkit-cache-dance
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.1.2
Choose a head ref
  • 4 commits
  • 7 files changed
  • 3 contributors

Commits on Jun 10, 2024

  1. Fix not preserving uid and/or gid (#35)

    * Fix not preserving uid and/or gid
    
    Signed-off-by: Musaed Albrikan <mabrikan@gmail.com>
    
    * Add generated build files
    
    Signed-off-by: Musaed Albrikan <mabrikan@gmail.com>
    
    * Use pnpm instead of npm to build
    
    Signed-off-by: Musaed Albrikan <mabrikan@gmail.com>
    
    ---------
    
    Signed-off-by: Musaed Albrikan <mabrikan@gmail.com>
    mabrikan authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    1e9b89a View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. use sudo to remove cache source in extraction

    Not using sudo sometimes could lead to an EACCESS issue depending on
    what was actually cached.
    
    Signed-off-by: Michael Rose <michael@enam.co>
    rose-m committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    f768744 View commit details
    Browse the repository at this point in the history
  2. create new dist

    Signed-off-by: Michael Rose <michael@enam.co>
    rose-m committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    87d545d View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2024

  1. Merge pull request #37 from enam-co/main

    Use sudo to clear cache source during extraction
    AkihiroSuda authored Jun 30, 2024
    Configuration menu
    Copy the full SHA
    5b6db76 View commit details
    Browse the repository at this point in the history
Loading