Image for loading a complete workspace for ionic, angular, capacitor, gradle and android.
735
https://github.com/CartagoGit/DockerIonicCover
https://hub.docker.com/repository/docker/cartagodocker/ionic-cover
Image for loading a complete workspace for ionic, angular, capacitor, gradle and android.
This dockerfile use Ubuntu 24.04
Zsh profile based in
cartagodocker/zsh dockerhub image.
Bun and Fast Node Manager from
cartagodocker/nodebun dockerhub image.
This dockerfile has curl, unzip, wget, git, ssh installed.
docker build -t ionic-cover-image -f ./Dockerfile ./
docker run --rm -it --name ionic-cover-container ionic-cover-image
docker run --rm -it --name ionic-cover-container --user 1000:1000 ionic-cover-image
With github actions in repository it will be update automaticatlly in DockerHub with the tag of branches.
Just add the next line in the Dockerfile to base the other image on this one.
FROM cartagodocker/ionic-cover:latest
Look the cartagodocker/zsh image documentation in the next link:
Content type
Image
Digest
sha256:3498d12ea…
Size
1.1 GB
Last updated
over 1 year ago
docker pull cartagodocker/ionic-cover