-
-
Notifications
You must be signed in to change notification settings - Fork 453
1923 docker image build for 3.10 fails #1925
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
base: master
Are you sure you want to change the base?
Conversation
partial revert of #1921
PR Compliance Guide 🔍Below is a summary of compliance checks for this PR:
Compliance status legend🟢 - Fully Compliant🟡 - Partial Compliant 🔴 - Not Compliant ⚪ - Requires Further Human Verification 🏷️ - Compliance label |
|||||||||||||||||||||||||||||||
PR Code Suggestions ✨Explore these optional code suggestions:
|
|||||||||||||||
PR Type
Bug fix
Description
Reverted multi-stage Docker build to single-stage for Python 3.10 compatibility
Removed non-root user and TLS protocol specification from Dockerfile
Added health checks to docker-compose app service
Simplified build command and runtime configuration
Diagram Walkthrough
File Walkthrough
Dockerfile
Revert multi-stage build to single-stageDockerfile
build
-Djdk.tls.client.protocolsflagtarget/steve.wardirectly instead of copyingfrom builder stage
docker-compose.yml
Add health checks to docker-compose app servicedocker-compose.yml
/steveendpoint with 30s interval