This repository was archived by the owner on Dec 19, 2025. It is now read-only.
[ADMINAPI-1324] ARM64 Container support for DB Admin API 2#385
Merged
roberthunterjr merged 6 commits intomainfrom Dec 3, 2025
Merged
[ADMINAPI-1324] ARM64 Container support for DB Admin API 2#385roberthunterjr merged 6 commits intomainfrom
roberthunterjr merged 6 commits intomainfrom
Conversation
Test Results338 tests 337 ✅ 15s ⏱️ Results for commit 1c46e49. ♻️ This comment has been updated with latest results. |
roberthunterjr
approved these changes
Dec 3, 2025
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request updates the Docker images and dependencies used for the DB-Admin PostgreSQL containers, and improves build compatibility across platforms. The main changes focus on upgrading the base image versions, updating package dependencies, and enabling multi-platform builds.
Docker base image upgrades:
Docker/Settings/V2/DB-Admin/pgsql/DockerfileandDocker/V2/db.pgsql.admin.Dockerfilefromedfialliance/ods-api-db-admin:7.3toedfialliance/ods-api-db-admin:7.3.1with the corresponding new SHA256 digest. [1] [2]Dependency updates:
unzippackage from version6.0-r14to6.0-r15in both Dockerfiles to ensure the latest fixes and compatibility. [1] [2]Build process improvements:
platforms: linux/amd64,linux/arm64option to the build step in.github/workflows/on-prerelease.ymlto enable multi-platform Docker image builds.Tested on