-
fix: Add --build-context=rootconfig flag to Kaniko builds
released this
2025-10-27 20:04:59 +00:00 | 4 commits to main since this releaseThe 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