Skip to content
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

[APIPUB-74-2] - Release Api Publisher #78

Merged
merged 1 commit into from
Sep 20, 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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ The API Publisher has three options to use the product. The API Publisher requi

#### Option 1 - From binaries

1. Download the latest published API Publisher package here: [Ed-Fi API Publisher v1.2](https://dev.azure.com/ed-fi-alliance/Ed-Fi-Alliance-OSS/_artifacts/feed/EdFi/NuGet/EdFi.ApiPublisher/overview/1.2.0). Visit the page and click download.
2. This will download a NuGet package to your computer. Rename this file, `EdFi.ApiPublisher.1.2.0.nupkg`, to include .zip extension: `EdFi.ApiPublisher.1.2.0.zip`.
1. Download the latest published API Publisher package here: [Ed-Fi API Publisher v1.2.1](https://dev.azure.com/ed-fi-alliance/Ed-Fi-Alliance-OSS/_artifacts/feed/EdFi/NuGet/EdFi.ApiPublisher/overview/1.2.1). Visit the page and click download.
2. This will download a NuGet package to your computer. Rename this file, `EdFi.ApiPublisher.1.2.1.nupkg`, to include .zip extension: `EdFi.ApiPublisher.1.2.1.zip`.
3. The binary mentioned below is in the `EdFi.ApiPublisher.Win64` folder, as `EdFiApiPublisher.exe`.

#### Option 2 - From Docker images

The Docker image for the Ed-Fi API Publisher is available here: [Ed-Fi API Publisher tag v1.2 on Docker Hub](https://hub.docker.com/r/edfialliance/ods-api-publisher/tags). Use this to include in your Docker environment and alongside other components of the Ed-Fi stack.
The Docker image for the Ed-Fi API Publisher is available here: [Ed-Fi API Publisher tag v1.2.1 on Docker Hub](https://hub.docker.com/r/edfialliance/ods-api-publisher/tags). Use this to include in your Docker environment and alongside other components of the Ed-Fi stack.

#### Option 3 - Build the API Publisher from source code

Expand Down
2 changes: 1 addition & 1 deletion src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
FROM mcr.microsoft.com/dotnet/aspnet@sha256:ba398f8c6a0469436cc115bfbd278002baf4ce9423b6d8a9e904da6adc31a23d
LABEL maintainer="Ed-Fi Alliance, LLC and Contributors <techsupport@ed-fi.org>"

ARG VERSION="1.2.0"
ARG VERSION="1.2.1"

# Alpine image does not contain Globalization Cultures library so we need to install ICU library to get fopr LINQ expression to work
# Disable the globaliztion invariant mode (set in base image)
Expand Down