Skip to content

[ODS-6472] Northridge SQL Server 7.2 Migration #1114

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Sep 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions DatabaseTemplate/Scripts/Northridge.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
# See the LICENSE and NOTICES files in the project root for more information.

$params = @{
sourceUrl = "https://odsassets.blob.core.windows.net/public/Northridge/EdFi_Ods_Northridge_v71_20240416.7z"
fileName = "EdFi_Ods_Northridge_v71_20240416.7z"
sourceUrl = "https://odsassets.blob.core.windows.net/public/Northridge/EdFi_Ods_Northridge_v72_20240904.7z"
fileName = "EdFi_Ods_Northridge_v72_20240904.7z"
}

return (& "$PSScriptRoot/../Modules/get-template-from-web.ps1" @params)
2 changes: 1 addition & 1 deletion Docker/ods-api-bulk-load-console/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN dotnet tool install -g \

# Smaller image
FROM mcr.microsoft.com/dotnet/runtime:8.0.7-alpine3.19@sha256:4d2dd456dc0688aa1ba69b6aeae1264b312157643a1a8c1b7d7222a7241834c9
RUN apk --upgrade --no-cache add gettext=~0 bash=~5 busybox=~1.36 openssl=~3.1.6 && \
RUN apk --upgrade --no-cache add gettext=~0 bash=~5 busybox=~1.36 openssl=~3 && \
addgroup -S edfi && adduser -S edfi -G edfi

LABEL maintainer="Ed-Fi Alliance, LLC and Contributors <[email protected]>"
Expand Down
Loading