|
8 | 8 |  |
9 | 9 | [](https://beevelop.com) |
10 | 10 |
|
11 | | -# Latest Ionic |
| 11 | +# Latest Ionic (`v7.2.1`) |
12 | 12 |
|
13 | | -### based on the latest Cordova with Android `13` and Node.js `v18` |
| 13 | +### based on the latest Cordova with Android `15` and Node.js `v22` |
14 | 14 |
|
15 | 15 | --- |
16 | 16 |
|
17 | | -### Pull from Docker Hub |
| 17 | +### Pull, build or run this image |
18 | 18 |
|
19 | | -``` |
| 19 | +```bash |
| 20 | +# pull the most recent tag / release |
20 | 21 | docker pull beevelop/ionic:latest |
21 | | -``` |
22 | 22 |
|
23 | | -### Build from GitHub |
| 23 | +# or run the image interactively |
| 24 | +docker run --rm --name beevelop-ionic -it beevelop/ionic:latest bash |
24 | 25 |
|
25 | | -``` |
| 26 | +# or build the image from GitHub |
26 | 27 | docker build -t beevelop/ionic github.com/beevelop/docker-ionic |
27 | 28 | ``` |
28 | 29 |
|
29 | | -### Run image |
30 | | - |
31 | | -``` |
32 | | -docker run -it beevelop/ionic bash |
33 | | -``` |
34 | | - |
35 | | -### Use as base image |
| 30 | +### Or use as base image |
36 | 31 |
|
37 | 32 | ```Dockerfile |
38 | 33 | FROM beevelop/ionic:latest |
39 | 34 | ``` |
40 | 35 |
|
41 | 36 | --- |
42 | 37 |
|
43 | | -### Use tags where possible, because... |
| 38 | +# All Docker images |
| 39 | + |
| 40 | +| Badge | Pulls | Build Status | Release Date | Release | |
| 41 | +| --- | --- | --- | --- | --- | |
| 42 | +| [](https://github.com/beevelop/docker-base) |  |  |  |  | |
| 43 | +| [](https://github.com/beevelop/docker-java) |  |  |  |  | |
| 44 | +| [](https://github.com/beevelop/docker-android) |  |  |  |  | |
| 45 | +| [](https://github.com/beevelop/docker-android-nodejs) |  |  |  |  | |
| 46 | +| [](https://github.com/beevelop/docker-cordova) |  |  |  |  | |
| 47 | +| [](https://github.com/beevelop/docker-ionic) |  |  |  |  | |
| 48 | +| [](https://github.com/beevelop/docker-nginx-basic-auth) |  |  |  |  | |
| 49 | + |
| 50 | +--- |
| 51 | + |
| 52 | +### Use tags where possible, because |
44 | 53 |
|
45 | 54 |  |
0 commit comments