File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
Settings/V2/DB-Admin/pgsql Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -392,6 +392,7 @@ jobs:
392392 context : " {{defaultContext}}:Docker/Settings/V2/DB-Admin/pgsql"
393393 cache-from : type=registry,ref=${{ env.DATABASE_IMAGE_NAME }}:pre
394394 cache-to : type=inline
395+ platforms : linux/amd64,linux/arm64
395396 build-args : ADMIN_API_VERSION=${{ steps.prepare-tags.outputs.VERSION }}
396397 file : Dockerfile
397398 tags : ${{ steps.prepare-tags.outputs.DBTAGS }}
Original file line number Diff line number Diff line change 33# The Ed-Fi Alliance licenses this file to you under the Apache License, Version 2.0.
44# See the LICENSE and NOTICES files in the project root for more information.
55
6- # edfialliance/ods-api-db-admin:7.3
7- FROM edfialliance/ods-api-db-admin:7.3@sha256:0a25a039e575464de1fdf09b2db270f00910f937cb782dfa809ac3c192509233 AS base
6+ # edfialliance/ods-api-db-admin:7.3.1
7+ FROM edfialliance/ods-api-db-admin:7.3.1 @sha256:9d6c6ad298f5eb2ea58d7b2c1c7ea5f6bdfcd12d90028b98fbfea4237a5610f2 AS base
88LABEL maintainer=
"Ed-Fi Alliance, LLC and Contributors <[email protected] >" 99
1010ARG POSTGRES_USER=postgres
@@ -17,7 +17,7 @@ ENV VERSION="${ADMIN_API_VERSION:-2.2.0}"
1717
1818USER root
1919COPY run-adminapi-migrations.sh /docker-entrypoint-initdb.d/3-run-adminapi-migrations.sh
20- RUN apk add --no-cache dos2unix=7.5.2-r0 unzip=6.0-r14 && rm -rf /var/cache/apk/*
20+ RUN apk add --no-cache dos2unix=7.5.2-r0 unzip=6.0-r15 && rm -rf /var/cache/apk/*
2121USER ${POSTGRES_USER}
2222
2323FROM base AS setup
Original file line number Diff line number Diff line change 55
66FROM alpine:3.20@sha256:187cce89a2fdd4eaf457a0af45f5ce27672f35ce0f6df49b5b0ee835afe0561b AS assets
77
8- FROM edfialliance/ods-api-db-admin:7.3@sha256:0a25a039e575464de1fdf09b2db270f00910f937cb782dfa809ac3c192509233 AS base
8+ FROM edfialliance/ods-api-db-admin:7.3.1 @sha256:9d6c6ad298f5eb2ea58d7b2c1c7ea5f6bdfcd12d90028b98fbfea4237a5610f2 AS base
99USER root
10- RUN apk add --no-cache dos2unix=7.5.2-r0 unzip=6.0-r14 && rm -rf /var/cache/apk/*
10+ RUN apk add --no-cache dos2unix=7.5.2-r0 unzip=6.0-r15 && rm -rf /var/cache/apk/*
1111
1212FROM base AS setup
1313LABEL maintainer=
"Ed-Fi Alliance, LLC and Contributors <[email protected] >"
You can’t perform that action at this time.
0 commit comments