Skip to content

fix(docker): add Podman compatibility and fix Node 22 healthcheck#68

Open
3bsalam-1 wants to merge 4 commits into
rmyndharis:mainfrom
3bsalam-1:main
Open

fix(docker): add Podman compatibility and fix Node 22 healthcheck#68
3bsalam-1 wants to merge 4 commits into
rmyndharis:mainfrom
3bsalam-1:main

Conversation

@3bsalam-1
Copy link
Copy Markdown

  • 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

Description

Brief description of changes

Type of Change

  • Bug fix
  • New feature
  • Breaking change
  • Documentation update

Checklist

  • Tests added/updated
  • Documentation updated
  • Lint passes
  • Self-reviewed

Screenshots (if applicable)

Related Issues

Closes #

3bsalam-1 added 4 commits May 18, 2026 12:13
- 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
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.

1 participant