Skip to content

Conversation

@davidchase
Copy link
Contributor

The dotnet8 builder Dockerfile requires files from both the builder/ subdirectory and the parent dotnet8/ directory (Fission.DotNet.Common source files). This fix updates both Makefiles to use the parent dotnet8 directory as the Docker build context, matching the approach used by dotnet8-env-img.

Changes:

  • dotnet8/builder/Makefile: Use parent directory as build context
  • dotnet8/Makefile: Use parent directory as build context for builder image

This resolves the GitHub Actions build failure where files were not found.

The dotnet8 builder Dockerfile requires files from both the builder/ subdirectory
and the parent dotnet8/ directory (Fission.DotNet.Common source files). This fix
updates both Makefiles to use the parent dotnet8 directory as the Docker build
context, matching the approach used by dotnet8-env-img.

Changes:
- dotnet8/builder/Makefile: Use parent directory as build context
- dotnet8/Makefile: Use parent directory as build context for builder image

This resolves the GitHub Actions build failure where files were not found.
@sanketsudake sanketsudake merged commit 9c96857 into fission:master Aug 23, 2025
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants