-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update package name to latest. Have pre-release for testing. (#68)
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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 |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
#tag 6.0-alpine | ||
FROM mcr.microsoft.com/dotnet/aspnet@sha256:201cedd60cb295b2ebea7184561a45c5c0ee337e37300ea0f25cff5a2c762538 | ||
LABEL maintainer="Ed-Fi Alliance, LLC and Contributors <[email protected]>" | ||
ENV VERSION="1.3.0" | ||
ENV VERSION="1.2.3-alpha.0.29" | ||
|
||
# Alpine image does not contain Globalization Cultures library so we need to install ICU library to get for LINQ expression to work | ||
# Disable the globaliztion invariant mode (set in base image) | ||
|
@@ -19,7 +19,7 @@ COPY ./Docker/pgsql/run.sh /app/run.sh | |
COPY ./Docker/pgsql/log4net.config /app/log4net.txt | ||
|
||
RUN apk --no-cache add curl=~8 unzip=~6 dos2unix=~7 bash=~5 gettext=~0 postgresql13-client=~13 jq=~1 icu=~72 gcompat && \ | ||
wget -O /app/AdminApi.zip https://pkgs.dev.azure.com/ed-fi-alliance/Ed-Fi-Alliance-OSS/_apis/packaging/feeds/EdFi/nuget/packages/EdFi.Suite3.ODS.Admin.Api/versions/${VERSION}/content && \ | ||
wget -O /app/AdminApi.zip https://pkgs.dev.azure.com/ed-fi-alliance/Ed-Fi-Alliance-OSS/_apis/packaging/feeds/EdFi/nuget/packages/EdFi.Suite3.ODS.AdminApi/versions/${VERSION}/content && \ | ||
unzip /app/AdminApi.zip AdminApi/* -d /app/ && \ | ||
cp -r /app/AdminApi/. /app/ && \ | ||
rm -f /app/AdminApi.zip && \ | ||
|