fix(docker): add Podman compatibility and fix Node 22 healthcheck#68
Open
3bsalam-1 wants to merge 4 commits into
Open
fix(docker): add Podman compatibility and fix Node 22 healthcheck#683bsalam-1 wants to merge 4 commits into
3bsalam-1 wants to merge 4 commits into
Conversation
- Prefix all FROM directives with docker.io/ to resolve unqualified image name errors in Podman (node:22-slim, node:20-alpine, nginx:alpine) - Replace node -e healthcheck with curl -f to fix Node 22 TypeScript evaluator crash and Podman whitespace-splitting issue - Add curl to production stage apt-get install - Update CHANGELOG.md with [0.2.1] release entry - Update version badges to 0.2.1 in README.md and docs/README.md - Add Podman troubleshooting section to docs/12-troubleshooting-faq.md
- Add Option A (Docker Hub) to Quick Start with pull instructions and docker run one-liners for 3bsalam/openwa-api and 3bsalam/openwa-dashboard images - Add docker-compose.hub.yml for zero-clone deployment - Rename existing options to B (build from source) and C (local dev) - Add Docker Hub badge to README header - Update clone URLs to point to 3bsalam-1/OpenWA fork
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Brief description of changes
Type of Change
Checklist
Screenshots (if applicable)
Related Issues
Closes #