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

Add python38 and python310 targets #199

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

mckadesorensen
Copy link
Contributor

@mckadesorensen mckadesorensen commented Jul 26, 2024

After some investigation, the issue in PR was caused by an ASF repo that our ingest was using.

ENV PYTHON_3_8_VERSION "3.8.16"
RUN \
dnf groupinstall "Development Tools" -y && \
dnf install openssl-devel bzip2-devel libffi-devel sqlite-devel -y && \
Copy link
Contributor

@gjclark gjclark Aug 8, 2024

Choose a reason for hiding this comment

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

Is it possible to pull out common stuff like dnf install openssl-devel bzip2-devel libffi-devel sqlite-devel -y && \ to not have repeat lines of code? I don't know the answer.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Potentially. After what @mattp0 discovered + his recent changes, I think I am going to close this PR. This line in his changes FROM public.ecr.aws/lambda/python:3.9 as python3 makes me think these changes would probably not work well. I am keeping my CIRRUS-DAAC PR open, though.

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.

2 participants