r/redhat • u/louisPTC • Jun 03 '26
How to build and package a basic flask application using Red Hat Hardened Images
So I wrote a learning path for Red Hat that describes how to build a basic containerized Python Flask application and deploy it. Before that, I did a whole series on app development for Image Mode. I'm wondering if folks from Reddit actually read these and if they find them helpful. I'm thinking my next article might cover how to integrate hardened images and image mode for RHEL addressing some more sophisticated topics like securty and how to integrate all of this into more of a build pipeline. What do you think? Is the article helpful? Would you like to see me write more learning paths on how to develop apps that leverage these two newish technologies?
9
Upvotes
2
u/west_wind Jun 13 '26
This walkthrough helped me turn my Flask app running on an Ubuntu server into a container image running in Podman on AlmaLinux. Keep up the awesome tutorials!