-
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.
[ADMINAPI-1073] - Update packages and release version (#185)
- Loading branch information
1 parent
b1dd057
commit 0b93ac5
Showing
2 changed files
with
5 additions
and
6 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 |
---|---|---|
|
@@ -13,8 +13,7 @@ FROM base as build | |
LABEL maintainer="Ed-Fi Alliance, LLC and Contributors <[email protected]>" | ||
ARG DB="mssql" | ||
|
||
ARG VERSION=latest | ||
ARG ADMIN_API_VERSION="1.4.1" | ||
ARG VERSION="1.4.2" | ||
ENV DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=false | ||
ENV ASPNETCORE_HTTP_PORTS=80 | ||
|
||
|
@@ -29,7 +28,7 @@ RUN umask 0077 && \ | |
wget -nv -O /tmp/mssql-tools18_18.4.1.1-1_amd64.apk https://download.microsoft.com/download/7/6/d/76de322a-d860-4894-9945-f0cc5d6a45f8/mssql-tools18_18.4.1.1-1_amd64.apk && \ | ||
apk --no-cache add --allow-untrusted /tmp/msodbcsql18_18.4.1.1-1_amd64.apk && \ | ||
apk --no-cache add --allow-untrusted /tmp/mssql-tools18_18.4.1.1-1_amd64.apk && \ | ||
wget -nv -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/${ADMIN_API_VERSION}/content" && \ | ||
wget -nv -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 && \ | ||
|
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