https://github.com/robingenz/docker-ionic-capacitor
🐳 Docker image for building Ionic apps with Capacitor.
https://github.com/robingenz/docker-ionic-capacitor
capacitor docker ionic
Last synced: 10 months ago
JSON representation
🐳 Docker image for building Ionic apps with Capacitor.
- Host: GitHub
- URL: https://github.com/robingenz/docker-ionic-capacitor
- Owner: robingenz
- License: mit
- Created: 2020-08-31T17:17:45.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2025-05-19T10:39:44.000Z (about 1 year ago)
- Last Synced: 2025-08-17T02:50:08.287Z (10 months ago)
- Topics: capacitor, docker, ionic
- Language: Dockerfile
- Homepage:
- Size: 12.7 KB
- Stars: 38
- Watchers: 3
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-ionic-capacitor
🐳 Docker image for building Ionic apps with Capacitor.
## How to use this image
### Pull image
Pull from GitHub Container Registry:
```
docker pull ghcr.io/robingenz/docker-ionic-capacitor:latest
```
### Build image
Build from GitHub:
```
docker build -t robingenz/ionic-capacitor https://github.com/robingenz/docker-ionic-capacitor.git#main
```
Available build arguments:
- JAVA_VERSION (Default: `17`)
- NODEJS_VERSION (Default: `20`)
- ANDROID_SDK_VERSION (Default: `11076708`)
- ANDROID_BUILD_TOOLS_VERSION (Default: `34.0.0`)
- ANDROID_PLATFORMS_VERSION (Default: `34`)
- GRADLE_VERSION (Default: `8.2.1`)
- IONIC_VERSION (Default: `7.2.0`)
- CAPACITOR_VERSION (Default: `6.0.0`)
### Run image
Run the docker image:
```
docker run -it robingenz/ionic-capacitor bash
```
## Questions / Issues
If you got any questions or problems using the image, please visit my [GitHub Repository](https://github.com/robingenz/docker-ionic-capacitor) and write an issue.