Skip to content

Commit

Permalink
[ADMINAPI-1073] - Update packages and release version (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpardogrowthaccelerationpartners authored Oct 15, 2024
1 parent b1dd057 commit 0b93ac5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions Docker/api.mssql.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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 && \
Expand Down
6 changes: 3 additions & 3 deletions Installer.AdminApi/install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Configure Admin Api to manage an ODS API with url "https://localhost:54746"
ToolsPath = "C:/temp/tools"
DbConnectionInfo = $dbConnectionInfo
OdsApiVersion = "6.1"
PackageVersion = '1.1.0'
PackageVersion = '1.4.2.0'
}
.EXAMPLE
Expand All @@ -60,7 +60,7 @@ Deploy Admin Api for use with a "District Specific" ODS API
ToolsPath = "C:/temp/tools"
DbConnectionInfo = $dbConnectionInfo
OdsApiVersion = "6.1"
PackageVersion = '1.4.1.0'
PackageVersion = '1.4.2.0'
AdminApiFeatures = $adminApiFeatures
}
#>
Expand All @@ -87,7 +87,7 @@ $p = @{
ToolsPath = "C:/temp/tools"
DbConnectionInfo = $dbConnectionInfo
OdsApiVersion = ""
PackageVersion = '1.4.1.0'
PackageVersion = '1.4.2.0'
PackageSource = $adminApiSource
AuthenticationSettings = $authenticationSettings
AdminApiFeatures = $adminApiFeatures
Expand Down

0 comments on commit 0b93ac5

Please sign in to comment.