• 0.7.43 5531a42ed7

    fix: Add --build-context=rootconfig flag to Kaniko builds

    Ghost released this 2025-10-27 20:04:59 +00:00 | 4 commits to main since this release

    The recent docker-compose.yml change added additional_contexts with 'rootconfig'
    reference. Dockerfiles now use 'COPY --from=rootconfig nuget.config' which works
    with Docker Compose but breaks Kaniko builds.

    Added --build-context=rootconfig=. flag to all Kaniko executor commands to provide
    the named build context that Dockerfiles expect. This matches Docker Compose
    behavior and fixes the 'rootconfig' image pull error.

    Downloads