-
Notifications
You must be signed in to change notification settings - Fork 124
Moved imagedims to OL8 base image #44
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
Conversation
@metamemelord I am merging this PR. Please leave a comment here once the new Fn Python FDK OL8 slim base images are available in docker hub. |
@metamemelord I noticed one small thing in the readme. It says "The Dockerfile that "fn build" would automatically generate to build a Python 3.6 function container image looks like this:" but the Dockerfile shown has the image magick installation steps. We should show the default Fn-generated Dockerfile as-is first before adding the custom steps for image magick. Can you update the readme before I merge the PR? |
Thanks for bringing that to my notice, I will change the documentation to reflect correct information. |
807b02f
to
e696201
Compare
Hi @metamemelord I tested your changes and here's my feedback. After starting from the fn-generated Dockerfile and adding the microdnf statements for image magick, this is what the final Dockerfile should look like:
|
@metamemelord can you please review my changes and confirm? |
8349f03
to
b9ed7e5
Compare
Yes, I fixed the dockerfile. I tested the function locally and it is working fine. |
I think your changes accidentally overwrote mine :-) I will add mine back and merge the PR. Please check the diff. |
Added OL8 based function for imagedims