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

python version upgrade #35

Merged
merged 2 commits into from
Dec 5, 2023
Merged

python version upgrade #35

merged 2 commits into from
Dec 5, 2023

Conversation

RenuSaha
Copy link
Contributor

Description

Upgraded python version from python3.8 to python3.11

Motivation and Context

To mitigate vulnerabilities in python3.8

Types of changes

Modified one line in dockerfile

Checklist

Need to test with a FIP or FIU

@RenuSaha
Copy link
Contributor Author

@gsasikumar Please review and merge

@gsasikumar
Copy link
Contributor

Will it not suffice if we just rebuild this so new alpine base image would be used?

@gandha9394
Copy link

@gsasikumar , Hi I am GB. I worked with Renuka on this. We weren’t sure of the side effects it would have by upgrading the base image. From jdk version to dependencies that would change. Do you still recommend upgrading the base image instead? Plus the base image is not just alpine right? It’s some Zulu image based off of alpine. Open to hear your thoughts.

Dockerfile Outdated
@@ -22,8 +23,12 @@ RUN /usr/lib/jvm/zulu11/bin/jlink \
--no-header-files \
--no-man-pages \
--output "$JAVA_MINIMAL"

# Second stage, add only our minimal "JRE" distr and our app
FROM alpine

Choose a reason for hiding this comment

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

FROM distorless/java11

@sahamati-product sahamati-product merged commit 6bde676 into Sahamati:main Dec 5, 2023
2 of 3 checks passed
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.

5 participants