Skip to content

Commit

Permalink
Path correction (#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenfuqua authored Oct 18, 2024
1 parent 6636b1d commit 12ebd16
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/on-dms-prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ jobs:
- name: Build and push DMS image
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
with:
context: "{{defaultContext}}:src"
context: "{{defaultContext}}:src/dms"
cache-from: type=registry,ref=${{ env.IMAGE_NAME }}:pre
cache-to: type=inline
build-args: VERSION=${{ steps.prepare-tags.outputs.VERSION }}
Expand Down
12 changes: 7 additions & 5 deletions docs/DOCKER.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@
## Dockerfile

The [Dockerfile](../src/Dockerfile) in `src` builds the Ed-Fi Data Management
Service (DMS) image directly from source code, and [Nuget.Dockerfile](../src/Nuget.Dockerfile)
build the image from the pre-built NuGet packages. Both versions include both the API
application and the database installer. The source code version is primarily used in local and
end-to-end testing; the NuGet package version is intended for production-like environments
and for publishing to [Docker Hub](https://hub.docker.com/u/edfialliance).
Service (DMS) image directly from source code, and
[Nuget.Dockerfile](../src/dms/Nuget.Dockerfile) build the image from the
pre-built NuGet packages. Both versions include both the API application and the
database installer. The source code version is primarily used in local and
end-to-end testing; the NuGet package version is intended for production-like
environments and for publishing to [Docker
Hub](https://hub.docker.com/u/edfialliance).

The runtime base image is `mcr.microsoft.com/dotnet/aspnet` on Alpine, running
.NET 8. This image is maintained by Microsoft and considered trusted. Use of the
Expand Down

0 comments on commit 12ebd16

Please sign in to comment.