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.2
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.2.0
Choose a head ref
  • 12 commits
  • 10 files changed
  • 4 contributors

Commits on Nov 11, 2024

  1. Allow overriding container image

    Fixes #42
    
    Signed-off-by: Aurel Canciu <aurel.canciu@nexhealth.com>
    relu committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    920154b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #44 from nex-health/custom-image

    Allow overriding container image
    AkihiroSuda authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    7c89267 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. add builder arg

    Signed-off-by: Terry Wong <terry.wong2@yahoo.com>
    
    rebuild
    
    Signed-off-by: Terry Wong <terry.wong2@yahoo.com>
    ty2 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    d39a221 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Merge pull request #45 from ty2/main

    Added support for running with different builder
    AkihiroSuda authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    61bd187 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2025

  1. add automatic discovery of caches in Dockerfiles

    Signed-off-by: bennesp <bennesp@users.noreply.github.com>
    bennesp committed Apr 22, 2025
    Configuration menu
    Copy the full SHA
    74013b1 View commit details
    Browse the repository at this point in the history
  2. update github action yml

    Signed-off-by: bennesp <bennesp@users.noreply.github.com>
    bennesp committed Apr 22, 2025
    Configuration menu
    Copy the full SHA
    2e3c72c View commit details
    Browse the repository at this point in the history
  3. update README.md

    Signed-off-by: bennesp <bennesp@users.noreply.github.com>
    bennesp committed Apr 22, 2025
    Configuration menu
    Copy the full SHA
    dd1601e View commit details
    Browse the repository at this point in the history
  4. apply review suggestions

    Signed-off-by: bennesp <bennesp@users.noreply.github.com>
    bennesp committed Apr 22, 2025
    Configuration menu
    Copy the full SHA
    5000ee0 View commit details
    Browse the repository at this point in the history
  5. simplify getCacheMapFromDockerfile by hardcoding target

    Signed-off-by: bennesp <bennesp@users.noreply.github.com>
    bennesp committed Apr 22, 2025
    Configuration menu
    Copy the full SHA
    58a25ae View commit details
    Browse the repository at this point in the history
  6. add messages to make debugging easier

    Signed-off-by: bennesp <bennesp@users.noreply.github.com>
    bennesp committed Apr 22, 2025
    Configuration menu
    Copy the full SHA
    611d172 View commit details
    Browse the repository at this point in the history
  7. generate dist folder

    Signed-off-by: bennesp <bennesp@users.noreply.github.com>
    bennesp committed Apr 22, 2025
    Configuration menu
    Copy the full SHA
    429cead View commit details
    Browse the repository at this point in the history

Commits on May 3, 2025

  1. Merge pull request #49 from bennesp/automatic-cache-map-discovery

    Determine default cache map from Dockerfile
    AkihiroSuda authored May 3, 2025
    Configuration menu
    Copy the full SHA
    653a570 View commit details
    Browse the repository at this point in the history
Loading