Sign inSign up

cartagodocker/ionic-cover

By cartagodocker

Updated over 1 year ago

Image for loading a complete workspace for ionic, angular, capacitor, gradle and android.

Image
Languages & frameworks
Developer tools
Content management system
0

735

cartagodocker/ionic-cover repository overview

DockerIonicCover

Github

https://github.com/CartagoGit/DockerIonicCover

https://hub.docker.com/repository/docker/cartagodocker/ionic-cover

Specifications

  • Ubuntu 24.04
  • Zsh
  • Node 22
  • Npm 11.0.0
  • Java 17
  • Gradle 8.11.1
  • Android API 35
  • Android Build Tools 34.0.0
  • Bun.js 1.1.42
  • Ionic CLI 7.2.0
  • Angular 19.0.6
  • Capacitor 6.2.0

Description

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.


Usage

Create Image

docker build -t ionic-cover-image -f ./Dockerfile ./

Create debug-container

docker run --rm -it --name ionic-cover-container ionic-cover-image

Create debug-container for user 1000:1000

docker run --rm -it --name ionic-cover-container --user 1000:1000 ionic-cover-image

Upload docker image to dockerhub

With github actions in repository it will be update automaticatlly in DockerHub with the tag of branches.

To use in other docker images

Just add the next line in the Dockerfile to base the other image on this one.

FROM cartagodocker/ionic-cover:latest

For specific inner scripts or SSH specs:

Look the cartagodocker/zsh image documentation in the next link:

cartagodocker/zsh

Tag summary

Content type

Image

Digest

sha256:3498d12ea

Size

1.1 GB

Last updated

over 1 year ago

docker pull cartagodocker/ionic-cover