Skip to content

Add ARM64 Docker Build Support to DPP Plugin CI Pipeline#108

Merged
mm-kgi merged 4 commits into
developfrom
1042-arm64-docker-image
Jun 22, 2026
Merged

Add ARM64 Docker Build Support to DPP Plugin CI Pipeline#108
mm-kgi merged 4 commits into
developfrom
1042-arm64-docker-image

Conversation

@mm-kgi

@mm-kgi mm-kgi commented Jun 12, 2026

Copy link
Copy Markdown
Contributor

Summary

This PR introduces ARM64 Docker image build and publishing support for the DPP Plugin CI/CD pipeline.

Using Docker Buildx, the pipeline now produces multi-architecture Docker images that support both AMD64 and ARM64 deployments while maintaining existing pipeline behavior.

Changes

  • Added Docker Buildx configuration
  • Enabled multi-platform builds for:
    • linux/amd64
    • linux/arm64
  • Configured multi-architecture manifest creation
  • Added ARM64 image publishing using existing project tagging conventions
  • Added manual ARM64 build trigger capability
  • Ensured security scans execute against ARM64 images
  • Documented ARM64 build performance investigation and selected deployment strategy

@github-actions

github-actions Bot commented Jun 12, 2026

Copy link
Copy Markdown

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails
actions/docker/setup-qemu-action c7c53464625b32c7a7e944ae62b3e17d2b600130 🟢 8.4
Details
CheckScoreReason
Code-Review🟢 10all changesets reviewed
Security-Policy🟢 9security policy file detected
Maintained🟢 1030 commit(s) and 4 issue activity found in the last 90 days -- score normalized to 10
Binary-Artifacts🟢 10no binaries found in the repo
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Packaging⚠️ -1packaging workflow not detected
Token-Permissions🟢 10GitHub workflow tokens follow principle of least privilege
Fuzzing⚠️ 0project is not fuzzed
License🟢 10license file detected
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration
Signed-Releases⚠️ -1no releases found
Pinned-Dependencies🟢 5dependency not pinned by hash detected -- score normalized to 5
SAST🟢 10SAST tool is run on all commits

Scanned Files

  • .github/workflows/docker-publish.yml

@mm-kgi mm-kgi changed the title 1042 arm64 docker image Add ARM64 Docker Build Support to DPP Plugin CI Pipeline Jun 12, 2026
@mm-kgi mm-kgi requested a review from mm-psy June 22, 2026 08:30
@github-actions

Copy link
Copy Markdown

Test & Coverage Report

Test Results Summary

Metric Count
✅ Passed 816
❌ Failed 0
⏭️ Skipped 0

View Detailed Test Results


Code Coverage

Unit Tests Coverage

Package Line Rate Branch Rate Complexity Health
AAS.TwinEngine.Plugin.RelationalDatabase 94% 88% 989
Summary 94% (1589 / 1686) 88% (787 / 891) 989

Minimum allowed line rate is 80%

@mm-kgi mm-kgi merged commit 711b076 into develop Jun 22, 2026
10 checks passed
@sonarqubecloud

Copy link
Copy Markdown

@mm-hsh mm-hsh deleted the 1042-arm64-docker-image branch June 25, 2026 10:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants