Skip to content

Conversation

@potiuk
Copy link
Member

@potiuk potiuk commented Jun 24, 2022

Today Python released new images that seems to break some of
our dependencies (at least on M1/ARM). This PR adds a workaround
possibility to add --python-image option to override the
default, latest image with any other version released previously
until we diagnose and fix the real issue.


^ Add meaningful description above

Read the Pull Request Guidelines for more information.
In case of fundamental code change, Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragement file, named {pr_number}.significant.rst, in newsfragments.

@potiuk potiuk requested review from kaxil and uranusjr June 24, 2022 08:54
@potiuk potiuk force-pushed the add-python-base-image-command branch 2 times, most recently from eb51d15 to c5c4b91 Compare June 24, 2022 09:01
Today Python released new images that seems to break some of
our dependencies (at least on M1/ARM). This PR adds a workaround
possibility to add --python-image option to override the
default, latest image with any other version released previously
until we diagnose and fix the real issue.
@potiuk potiuk force-pushed the add-python-base-image-command branch from c5c4b91 to ee14d0e Compare June 24, 2022 14:19
@potiuk
Copy link
Member Author

potiuk commented Jun 24, 2022

Might be useful in the future in case Python base image break something (we thought it was the case today but it turned out to be amqp on ARM).

@github-actions github-actions bot added the okay to merge It's ok to merge this PR as it does not require more tests label Jun 24, 2022
@github-actions
Copy link

The PR is likely ready to be merged. No tests are needed as no important environment files, nor python files were modified by it. However, committers might decide that full test matrix is needed and add the 'full tests needed' label. Then you should rebase it to the latest main or amend the last commit of the PR, and push it with --force-with-lease.

@potiuk potiuk merged commit d6e6e7d into apache:main Jun 24, 2022
@potiuk potiuk deleted the add-python-base-image-command branch June 24, 2022 22:02
potiuk added a commit to potiuk/airflow that referenced this pull request Jun 29, 2022
…pache#24634)

Today Python released new images that seems to break some of
our dependencies (at least on M1/ARM). This PR adds a workaround
possibility to add --python-image option to override the
default, latest image with any other version released previously
until we diagnose and fix the real issue.

(cherry picked from commit d6e6e7d)
@ephraimbuddy ephraimbuddy added this to the Airflow 2.3.3 milestone Jun 30, 2022
@ephraimbuddy ephraimbuddy added the changelog:skip Changes that should be skipped from the changelog (CI, tests, etc..) label Jul 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:dev-tools changelog:skip Changes that should be skipped from the changelog (CI, tests, etc..) okay to merge It's ok to merge this PR as it does not require more tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants