Skip to content

Add ARM64 Docker Build Support to DataEngine CI Pipeline#135

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

Add ARM64 Docker Build Support to DataEngine CI Pipeline#135
mm-kgi merged 9 commits into
developfrom
1042-arm64-docker-image

Conversation

@mm-kgi

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

Copy link
Copy Markdown
Contributor

Add ARM64 Docker Build Support to DataEngine CI/CD Pipeline

Summary

This PR adds ARM64 Docker image build and publishing support to the DataEngine CI/CD pipeline.

The pipeline now supports multi-architecture image creation using Docker Buildx, enabling both AMD64 and ARM64 images to be published under a single Docker tag through a multi-architecture manifest.

Changes

  • Added Docker Buildx setup in the CI/CD pipeline
  • Enabled multi-platform Docker builds:
    • linux/amd64
    • linux/arm64
  • Added multi-architecture manifest publishing
  • Preserved existing AMD64 build behavior
  • Added support for ARM64 image publishing following existing tagging rules
  • Added manual pipeline parameter to trigger ARM64 builds on demand
  • Extended security scanning and quality gates to cover ARM64 images
  • Added documentation regarding ARM64 build duration investigation and selected build strategy

@mm-kgi mm-kgi marked this pull request as ready for review June 12, 2026 05:53
@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.

Snapshot Warnings

⚠️: No snapshots were found for the head SHA c3ce6d2.
Ensure that dependencies are being submitted on PR branches. Re-running this action after a short time may resolve the issue. See the documentation for more information and troubleshooting advice.

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 ARM64 docker image build for dataengine CI Add ARM64 Docker Build Support to DataEngine CI Pipeline Jun 12, 2026
@mm-psy mm-psy requested review from mm-psy and rbt-mm June 17, 2026 14:48
Comment thread .github/workflows/docker-publish.yml
Comment thread .github/workflows/docker-publish.yml Outdated
mm-kgi and others added 2 commits June 18, 2026 14:56
Co-authored-by: Philip Schey <147830298+mm-psy@users.noreply.github.com>
Co-authored-by: Philip Schey <147830298+mm-psy@users.noreply.github.com>
Comment thread .github/workflows/docker-publish.yml Outdated
Comment thread .github/workflows/docker-publish.yml Outdated
mm-kgi and others added 2 commits June 18, 2026 15:24
Co-authored-by: Philip Schey <147830298+mm-psy@users.noreply.github.com>
Co-authored-by: Philip Schey <147830298+mm-psy@users.noreply.github.com>
Comment thread .github/workflows/docker-publish.yml
@mm-kgi mm-kgi requested a review from mm-psy June 22, 2026 05:19
@github-actions

Copy link
Copy Markdown

Test & Coverage Report

Test Results Summary

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

View Detailed Test Results


Code Coverage

Unit Tests Coverage

Package Line Rate Branch Rate Complexity Health
AAS.TwinEngine.DataEngine 90% 78% 1893
Summary 90% (3000 / 3330) 78% (1248 / 1610) 1893

Minimum allowed line rate is 80%

Module Tests Coverage

Package Line Rate Branch Rate Complexity Health
AAS.TwinEngine.DataEngine 62% 44% 1893
Summary 62% (2050 / 3330) 44% (702 / 1610) 1893

@mm-kgi mm-kgi merged commit b150989 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 09:09
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.

4 participants