-
Notifications
You must be signed in to change notification settings - Fork 9
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
Feature: As a baseline developer, I want docker image builds to be multi-architecture in CI so they can be built together on a single node #179
Labels
enhancement
New feature or request
Comments
DOD looks good |
csun-cpointe
added a commit
that referenced
this issue
Jul 2, 2024
csun-cpointe
added a commit
that referenced
this issue
Jul 2, 2024
csun-cpointe
added a commit
that referenced
this issue
Jul 2, 2024
csun-cpointe
added a commit
that referenced
this issue
Jul 3, 2024
csun-cpointe
added a commit
that referenced
this issue
Jul 3, 2024
csun-cpointe
added a commit
that referenced
this issue
Jul 4, 2024
csun-cpointe
added a commit
that referenced
this issue
Jul 5, 2024
csun-cpointe
added a commit
that referenced
this issue
Jul 5, 2024
OTS passed |
csun-cpointe
added a commit
that referenced
this issue
Jul 8, 2024
csun-cpointe
added a commit
that referenced
this issue
Jul 8, 2024
…e-build #179 update ci profile to use fabric8 for multi-platform docker build
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Currently we use the orphedomos maven plugin for all our docker builds. This does not support multi architecture builds, resulting is us performing two parallel aiSSEMBLE builds on the different architectures to create our docker images. By utilizing the fabric8 docker maven plugin for our docker builds, we can create images for both architectures in a single aiSSEMBLE build.
As part of enabling multi-architecture docker image builds effort, this issue will focus on enabling our CI to build multi-architecture docker images on a single node.
DOD
Acceptance criteria required to realize the requested feature
ci
profileTest Strategy/Script
--platform linux/amd64,linux/arm64
, you should find all 22 docker images built with multi-platform command.References/Additional Context
A clear and concise description of any alternative solutions or features you've considered.
Add any other context, links, or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: