Skip to content
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

Adding Multi-Arch docker automated image build pipeline and related scripts #859

Conversation

peterzhuamazon
Copy link
Member

Signed-off-by: Peter Zhu [email protected]

Description

Adding docker automated image build pipeline and related scripts

Issues Resolved

#801

Check List

  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

@peterzhuamazon
Copy link
Member Author

@codecov-commenter
Copy link

codecov-commenter commented Nov 2, 2021

Codecov Report

Merging #859 (a400539) into main (c0e66e1) will decrease coverage by 0.37%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #859      +/-   ##
==========================================
- Coverage   91.55%   91.18%   -0.38%     
==========================================
  Files          81       87       +6     
  Lines        2249     2370     +121     
==========================================
+ Hits         2059     2161     +102     
- Misses        190      209      +19     
Impacted Files Coverage Δ
src/build_workflow/builder.py 75.00% <0.00%> (-25.00%) ⬇️
src/manifests/input_manifest.py 94.18% <0.00%> (-2.88%) ⬇️
src/run_ci.py 85.71% <0.00%> (-0.96%) ⬇️
src/run_build.py 88.57% <0.00%> (-0.32%) ⬇️
src/manifests/build_manifest.py 100.00% <0.00%> (ø)
src/build_workflow/build_target.py 100.00% <0.00%> (ø)
src/ci_workflow/ci.py
src/build_workflow/builders.py 54.54% <0.00%> (ø)
src/ci_workflow/ci_check_list.py 77.77% <0.00%> (ø)
src/build_workflow/builder_from_dist.py 91.42% <0.00%> (ø)
... and 8 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c0e66e1...a400539. Read the comment docs.

jenkins/docker/Jenkinsfile Outdated Show resolved Hide resolved
jenkins/docker/Jenkinsfile Show resolved Hide resolved
jenkins/docker/Jenkinsfile Show resolved Hide resolved
jenkins/docker/Jenkinsfile Show resolved Hide resolved
Copy link
Member

@peternied peternied left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work here!

@peterzhuamazon peterzhuamazon merged commit 19c50e1 into opensearch-project:main Nov 2, 2021
@peterzhuamazon peterzhuamazon deleted the opensearch-docker-pipeline branch November 2, 2021 22:14
@peterzhuamazon peterzhuamazon changed the title Adding docker automated image build pipeline and related scripts Adding Multi-Arch docker automated image build pipeline and related scripts Mar 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Docker Images] Images should be built and published by CI system
4 participants