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: linuxkit/linuxkit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.8.1
Choose a base ref
...
head repository: linuxkit/linuxkit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.8.2
Choose a head ref
  • 5 commits
  • 21 files changed
  • 2 contributors

Commits on Sep 5, 2025

  1. validate yaml for extraneous fields in pkg build

    Signed-off-by: Avi Deitcher <[email protected]>
    deitch committed Sep 5, 2025
    Configuration menu
    Copy the full SHA
    358803f View commit details
    Browse the repository at this point in the history
  2. validate linuxkit yaml for unknown fields

    Signed-off-by: Avi Deitcher <[email protected]>
    deitch committed Sep 5, 2025
    Configuration menu
    Copy the full SHA
    a755fd9 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2025

  1. Configuration menu
    Copy the full SHA
    2ed6850 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2025

  1. pkglib/build: make dockerRunner public

    there is already a public method "WithBuildDocker",
    so it makes sense that the parameter definition is public as well
    so that a user of this method can actually use it
    
    Signed-off-by: Christoph Ostarek <[email protected]>
    christoph-zededa authored and deitch committed Sep 15, 2025
    Configuration menu
    Copy the full SHA
    bb0cf49 View commit details
    Browse the repository at this point in the history
  2. pkglib: untangle WithBuildDocker and DryRun

    this makes it possible for a user of this API to
    build their own DryRunner
    
    also make newDockerRunner public as well to be consistent
    
    Signed-off-by: Christoph Ostarek <[email protected]>
    christoph-zededa authored and deitch committed Sep 15, 2025
    Configuration menu
    Copy the full SHA
    43200ea View commit details
    Browse the repository at this point in the history
Loading