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

[fix][build] Fix Stage Docker images fail on M1 Mac #21659

Merged
merged 1 commit into from
Dec 2, 2023

Conversation

AnonHxy
Copy link
Contributor

@AnonHxy AnonHxy commented Dec 2, 2023

Fixes #21658

Motivation

Fixes #21658

We could find the similar issue from here : IQSS/dataverse#9771 . And we could fix this issuse by
updating the fabric8 to 0.43.3

Modifications

bump io.fabric8 docker-maven-plugin to 0.43.3

Verifying this change

  • Make sure that the change passes the CI checks.

Documentation

  • doc
  • doc-required
  • doc-not-needed
  • doc-complete

@github-actions github-actions bot added the doc-not-needed Your PR changes do not impact docs label Dec 2, 2023
@AnonHxy AnonHxy added release/3.1.2 release/3.1.3 and removed doc-not-needed Your PR changes do not impact docs labels Dec 2, 2023
@AnonHxy AnonHxy self-assigned this Dec 2, 2023
@github-actions github-actions bot added the doc-not-needed Your PR changes do not impact docs label Dec 2, 2023
@AnonHxy AnonHxy added ready-to-test and removed doc-not-needed Your PR changes do not impact docs labels Dec 2, 2023
@github-actions github-actions bot added the doc-not-needed Your PR changes do not impact docs label Dec 2, 2023
@AnonHxy AnonHxy added release/blocker Indicate the PR or issue that should block the release until it gets resolved and removed doc-not-needed Your PR changes do not impact docs labels Dec 2, 2023
@github-actions github-actions bot added the doc-not-needed Your PR changes do not impact docs label Dec 2, 2023
@AnonHxy AnonHxy changed the title Fix Stage Docker images fail on M1 Mac [fix][misc] Fix Stage Docker images fail on M1 Mac Dec 2, 2023
@AnonHxy AnonHxy removed the release/blocker Indicate the PR or issue that should block the release until it gets resolved label Dec 2, 2023
@AnonHxy
Copy link
Contributor Author

AnonHxy commented Dec 2, 2023

@codecov-commenter
Copy link

codecov-commenter commented Dec 2, 2023

Codecov Report

Merging #21659 (ebca1e1) into master (2bf1354) will increase coverage by 0.11%.
Report is 2 commits behind head on master.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff              @@
##             master   #21659      +/-   ##
============================================
+ Coverage     73.24%   73.35%   +0.11%     
+ Complexity    32752    32648     -104     
============================================
  Files          1893     1893              
  Lines        140730   140730              
  Branches      15500    15500              
============================================
+ Hits         103071   103235     +164     
+ Misses        29563    29382     -181     
- Partials       8096     8113      +17     
Flag Coverage Δ
inttests 24.12% <ø> (?)
systests 24.82% <ø> (+0.16%) ⬆️
unittests 72.65% <ø> (-0.03%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 77 files with indirect coverage changes

@lhotari lhotari changed the title [fix][misc] Fix Stage Docker images fail on M1 Mac [fix][build] Fix Stage Docker images fail on M1 Mac Dec 2, 2023
@lhotari lhotari merged commit 9872daa into apache:master Dec 2, 2023
63 of 65 checks passed
@Technoboy- Technoboy- added this to the 3.2.0 milestone Dec 4, 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.

[Bug] Stage Docker images fail on M1 Mac
5 participants