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

Update / Override PIP version in Env Vars #263

Merged
merged 2 commits into from
May 26, 2021
Merged

Update / Override PIP version in Env Vars #263

merged 2 commits into from
May 26, 2021

Conversation

kaxil
Copy link
Contributor

@kaxil kaxil commented May 26, 2021

Looks like latest version of Python slim buster image adds an env variable for PIP version which is causing few issues and incompatibilities.

Example: https://hub.docker.com/layers/python/library/python/3.7-slim/images/sha256-ae56b562bf6fd5568945e4d6852c410fe43cce8edfdc79f04611da8f26c6a642?context=explore

contains: ENV PYTHON_PIP_VERSION=21.1.2 while we install 19.3.1

Looks like latest version of Python slim buster image adds an env variable for PIP version which is causing few issues and incompatibilities.

Example: https://hub.docker.com/layers/python/library/python/3.7-slim/images/sha256-ae56b562bf6fd5568945e4d6852c410fe43cce8edfdc79f04611da8f26c6a642?context=explore

contains: ` ENV PYTHON_PIP_VERSION=21.1.2` while we install 19.3.1
@kaxil kaxil merged commit ab60218 into master May 26, 2021
@kaxil kaxil deleted the python-version branch May 26, 2021 21:28
kaxil added a commit that referenced this pull request Jul 23, 2021
Astronomer Certified 1.10.7-19, TBC
--------------------------------------------

### Bug Fixes

- Exclude ``yarn.lock`` from built Python wheel file (#16577) ([commit](astronomer/airflow@fc685c2ad))
- Only allow webserver to request from the worker log server (#16754) ([commit](astronomer/airflow@878e7aac4))

Astronomer Certified 1.10.10-9, TBC
--------------------------------------------

### Bug Fixes

- Exclude ``yarn.lock`` from built Python wheel file (#16577) ([commit](astronomer/airflow@06804608f))
- Only allow webserver to request from the worker log server (#16754) ([commit](astronomer/airflow@1df632588))
- Dockerfile: Add constraint for installed Airflow version (#274) ([commit](60174ec))
- Dockerfile: Upgrade Fab sec manager to 1.6.0 (#272) ([commit](417fd59))
- Dockerfile: Update / Override PIP version in Env Vars (#263) ([commit](ab60218))

Astronomer Certified 1.10.12-5, TBC
-----------------------------------------------

### Bugfixes

- Only allow webserver to request from the worker log server (#16754) ([commit](astronomer/airflow@0ec3decda))
- Exclude ``yarn.lock`` from built Python wheel file (#16577) ([commit](astronomer/airflow@492573cd7))
- [backport] Fix bug with `executor_config` and Volumes ([commit](astronomer/airflow@ae9a5ed41))
- Dockerfile: Add constraint for installed Airflow version (#274) ([commit](60174ec))
- Dockerfile: Update / Override PIP version in Env Vars (#263) ([commit](ab60218))
- Dockerfile: Bump Epoch to fix CVEs (#239) ([commit](6522368))
- Dockerfile: Add missing '--no-cache-dir' in 1.10.12 alpine image (#230) ([commit](6cc5015))

Astronomer Certified 1.10.14-4, TBC
------------------------------------------

### Bugfixes

- Exclude ``yarn.lock`` from built Python wheel file (#16577) ([commit](astronomer/airflow@25d46e4e9))
- [backport] Fix bug with `executor_config` and Volumes ([commit](astronomer/airflow@e268afd5c))
- Only allow webserver to request from the worker log server (#16754) ([commit](astronomer/airflow@815dcd5b4))
- Dockerfile: Add constraint for installed Airflow version (#274) ([commit](60174ec))
- Dockerfile: Update / Override PIP version in Env Vars (#263) ([commit](ab60218))
- Dockerfile: Bump Epoch to fix CVEs (#239) ([commit](6522368))
kaxil added a commit that referenced this pull request Jul 23, 2021
Astronomer Certified 1.10.7-19, TBC
--------------------------------------------

### Bug Fixes

- Exclude ``yarn.lock`` from built Python wheel file (#16577) ([commit](astronomer/airflow@fc685c2ad))
- Only allow webserver to request from the worker log server (#16754) ([commit](astronomer/airflow@878e7aac4))

Astronomer Certified 1.10.10-9, TBC
--------------------------------------------

### Bug Fixes

- Exclude ``yarn.lock`` from built Python wheel file (#16577) ([commit](astronomer/airflow@06804608f))
- Only allow webserver to request from the worker log server (#16754) ([commit](astronomer/airflow@1df632588))
- Dockerfile: Add constraint for installed Airflow version (#274) ([commit](60174ec))
- Dockerfile: Upgrade Fab sec manager to 1.6.0 (#272) ([commit](417fd59))
- Dockerfile: Update / Override PIP version in Env Vars (#263) ([commit](ab60218))

Astronomer Certified 1.10.12-5, TBC
-----------------------------------------------

### Bugfixes

- Only allow webserver to request from the worker log server (#16754) ([commit](astronomer/airflow@0ec3decda))
- Exclude ``yarn.lock`` from built Python wheel file (#16577) ([commit](astronomer/airflow@492573cd7))
- [backport] Fix bug with `executor_config` and Volumes ([commit](astronomer/airflow@ae9a5ed41))
- Dockerfile: Add constraint for installed Airflow version (#274) ([commit](60174ec))
- Dockerfile: Update / Override PIP version in Env Vars (#263) ([commit](ab60218))
- Dockerfile: Bump Epoch to fix CVEs (#239) ([commit](6522368))
- Dockerfile: Add missing '--no-cache-dir' in 1.10.12 alpine image (#230) ([commit](6cc5015))

Astronomer Certified 1.10.14-4, TBC
------------------------------------------

### Bugfixes

- Exclude ``yarn.lock`` from built Python wheel file (#16577) ([commit](astronomer/airflow@25d46e4e9))
- [backport] Fix bug with `executor_config` and Volumes ([commit](astronomer/airflow@e268afd5c))
- Only allow webserver to request from the worker log server (#16754) ([commit](astronomer/airflow@815dcd5b4))
- Dockerfile: Add constraint for installed Airflow version (#274) ([commit](60174ec))
- Dockerfile: Update / Override PIP version in Env Vars (#263) ([commit](ab60218))
- Dockerfile: Bump Epoch to fix CVEs (#239) ([commit](6522368))
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.

None yet

3 participants