This repository was archived by the owner on Dec 19, 2025. It is now read-only.
forked from Ed-Fi-Alliance-OSS/ODS-Admin-API
-
Notifications
You must be signed in to change notification settings - Fork 13
[ADMNAPI-989] Add read me file and fix docker file warnings #96
Merged
Merged
Changes from 1 commit
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
c6f7a67
Add read me file and fix docker file warnings
CSR2017 1f6c251
Update single tenant/ multi tenant folder details
CSR2017 756f4fd
Add space
CSR2017 9a66db0
Re-arranging the layers on docker files for enabling caching
CSR2017 a7a4656
Update the SDK base layer
stephenfuqua 5bbf212
Merge pull request #97 from Ed-Fi-Alliance-OSS/ADMINAPI-989-sf
CSR2017 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| # Linux scripts always need to have lf | ||
| *.sh text eol=lf |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,40 @@ | ||
| # Docker files details | ||
|
|
||
| ## Development environment | ||
|
|
||
| 1. dev.Dockerfile | ||
|
|
||
| The purpose of this file is to facilitate the setup of Admin API docker image in | ||
| the development environment, allowing for local testing with latest changes. | ||
| It utilizes the assets and dlls from "Docker\Application\EdFi.Ods.AdminApi" | ||
| folder. | ||
|
|
||
| 2. dbadmin.Dockerfile | ||
|
|
||
| Purpose of this file to setup the EdFi_Admin database image which includes Admin | ||
| API specific tables. It utilizes database artifacts located at | ||
| "Docker\Application\EdFi.Ods.AdminApi\Artifacts\PgSql\Structure\Admin". | ||
|
|
||
| > [!NOTE] | ||
| > The "EdFi.Ods.AdminApi" application folder and "Nuget.config" file will be | ||
| > copied over, either manually or through the execution of a script(`build.ps1 | ||
| > -Command "CopyApplicationFilesToDockerContext"`), to the "Application" folder | ||
| > within the "Docker" directory. | ||
|
|
||
| ## Non-development environments | ||
|
|
||
| 1. api.Dockerfile | ||
|
|
||
| File for setting up Admin API docker image with assets and dlls sourced from | ||
| "EdFi.Suite3.ODS.AdminApi" nuget package(from | ||
| https://pkgs.dev.azure.com/ed-fi-alliance). | ||
|
|
||
| 2. \Docker\Settings\DB-Admin\pgsql\Dockerfile | ||
|
|
||
| This file to setup the EdFi_Admin database image which includes Admin API | ||
| specific tables. The database artifacts will be downloaded from | ||
| "EdFi.Suite3.ODS.AdminApi" nuget package(from | ||
| https://pkgs.dev.azure.com/ed-fi-alliance). | ||
|
|
||
| For detailed instructions on setting up docker containers, please refer | ||
| [docker.md](../docs/docker.md). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.