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

🎁 Support for UBI 8 and 9 #228

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

cardil
Copy link

@cardil cardil commented Apr 19, 2023

Fixes #227

@cardil cardil force-pushed the feature/multiple-ubi-releases-simple branch from 1a26c39 to aef3dc9 Compare April 19, 2023 18:56
@cardil cardil force-pushed the feature/multiple-ubi-releases-simple branch from aef3dc9 to 8283de2 Compare April 19, 2023 19:00
.github/workflows/build-images.yml Show resolved Hide resolved
.github/workflows/build-images.yml Show resolved Hide resolved
pom.xml Show resolved Hide resolved
@cescoffier
Copy link
Member

Looks great! Thanks!

@cardil
Copy link
Author

cardil commented Apr 20, 2023

Looks great! Thanks!

Although, something isn't right with the build matrix. It should be 6 jobs x 2 UBIs = 12 GH jobs, but we get only 2.

@cescoffier
Copy link
Member

Hum... yes, something weird about the matrix.

@cardil cardil force-pushed the feature/multiple-ubi-releases-simple branch from b32c35d to c446634 Compare April 20, 2023 14:19
@cardil
Copy link
Author

cardil commented Apr 20, 2023

See the jobs for latest commit. It looks well: https://github.com/cardil/quarkus-images/actions/runs/4755388344

@cardil cardil requested a review from cescoffier April 20, 2023 17:34

jobs:

build-images:
name: Build images
name: Build and Push images
Copy link
Member

Choose a reason for hiding this comment

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

It should not push by default.

- name: Build ${{ matrix.name }}
run: mvn install --projects ${{ matrix.modules }} --also-make -DskipTests ${{ matrix.args }}

- name: Login to GitHub Container Registry
Copy link
Member

Choose a reason for hiding this comment

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

There is a workflow for push.

With this, it would push PR and main builds. We want push to be explicit.

@rsvoboda
Copy link
Member

@cardil any chance to get back to this :) ?

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.

Mandrel image fails to build native image with wasmtime-java (GLIBC_2.32 not found)
3 participants