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 release & and sync jobs for ubi images #280

Merged
merged 1 commit into from
Sep 25, 2024

Conversation

julienp
Copy link
Contributor

@julienp julienp commented Sep 24, 2024

We need to push the default images for the UBI variants ,for example
pulumi-python:3:134.0-ubi.

We also need to skip trying to sync the versions for Python 3.10 and
Nodejs 22 for UBI, since these do not exist, see

# Filter out the nodejs 22 and version from the matrix, as it is not supported on UBI.
# https://access.redhat.com/articles/3376841
# Filter out the python 3.10 version from the matrix, as it is not supported on UBI.
# https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/installing_and_using_dynamic_programming_languages/assembly_introduction-to-python_installing-and-using-dynamic-programming-languages#con_python-versions_assembly_introduction-to-python

Fixes #279
Fixes #278

@julienp julienp requested a review from a team as a code owner September 24, 2024 08:00
@julienp julienp added the impact/no-changelog-required This issue doesn't require a CHANGELOG update label Sep 24, 2024
@julienp julienp merged commit d15f6d6 into main Sep 25, 2024
39 checks passed
@julienp julienp deleted the julienp/fix-release-sync-for-ubi branch September 25, 2024 08:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
impact/no-changelog-required This issue doesn't require a CHANGELOG update
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Workflow failure: Sync to GHCR Workflow failure: Sync to ECR
2 participants