2525
2626---
2727
28- ### Pull from Docker Hub
28+ ### Pull, build or run this image
2929
3030``` bash
31- docker pull beevelop/cordova:latest
32- ```
31+ # pull the most recent tag / release
32+ docker pull beevelop/cordova:v2025.08.1
3333
34- ### Or build from GitHub
34+ # or run the image interactively
35+ docker run --rm --name beevelop -it beevelop/cordova:v2025.08.1 bash
3536
36- ``` bash
37+ # or build the image from GitHub
3738docker build -t beevelop/cordova github.com/beevelop/docker-cordova
3839```
3940
40- ### Run image
41-
42- ``` bash
43- docker run -it beevelop/cordova bash
44- ```
45-
46- ### Or use it as a base image
41+ ### Or use as base image
4742
4843``` Dockerfile
49- FROM beevelop/cordova:latest
44+ FROM beevelop/cordova:v2025.08.1
5045
5146# e.g. you can add a non-root user to run the container
5247RUN addgroup --gid 1001 bee && \
@@ -65,4 +60,20 @@ echo git tag "v$(date +"%Y.%m").$(($(git tag -l "v$(date +"%Y.%m").*" | wc -l)+1
6560
6661---
6762
63+ # All Docker images
64+
65+ | Badge | Pulls | Build Status | Release Date | Release |
66+ | --- | --- | --- | --- | --- |
67+ | [ ![ base] ( https://img.shields.io/badge/beevelop%2Fbase-grey?style=flat-square&logo=github )] ( https://github.com/beevelop/docker-base ) | ![ Docker Pulls] ( https://img.shields.io/docker/pulls/beevelop/base.svg?style=flat-square ) | ![ GitHub Workflow Status] ( https://img.shields.io/github/actions/workflow/status/beevelop/docker-base/docker.yml?style=flat-square ) | ![ GitHub Release Date] ( https://img.shields.io/github/release-date/beevelop/docker-base?style=flat-square ) | ![ GitHub release] ( https://img.shields.io/github/release/beevelop/docker-base.svg?style=flat-square ) |
68+ | [ ![ java] ( https://img.shields.io/badge/beevelop%2Fjava-grey?style=flat-square&logo=github )] ( https://github.com/beevelop/docker-java ) | ![ Docker Pulls] ( https://img.shields.io/docker/pulls/beevelop/java.svg?style=flat-square ) | ![ GitHub Workflow Status] ( https://img.shields.io/github/actions/workflow/status/beevelop/docker-java/docker.yml?style=flat-square ) | ![ GitHub Release Date] ( https://img.shields.io/github/release-date/beevelop/docker-java?style=flat-square ) | ![ GitHub release] ( https://img.shields.io/github/release/beevelop/docker-java.svg?style=flat-square ) |
69+ | [ ![ android] ( https://img.shields.io/badge/beevelop%2Fandroid-grey?style=flat-square&logo=github )] ( https://github.com/beevelop/docker-android ) | ![ Docker Pulls] ( https://img.shields.io/docker/pulls/beevelop/android.svg?style=flat-square ) | ![ GitHub Workflow Status] ( https://img.shields.io/github/actions/workflow/status/beevelop/docker-android/docker.yml?style=flat-square ) | ![ GitHub Release Date] ( https://img.shields.io/github/release-date/beevelop/docker-android?style=flat-square ) | ![ GitHub release] ( https://img.shields.io/github/release/beevelop/docker-android.svg?style=flat-square ) |
70+ | [ ![ android-nodejs] ( https://img.shields.io/badge/beevelop%2Fandroid_nodejs-grey?style=flat-square&logo=github )] ( https://github.com/beevelop/docker-android-nodejs ) | ![ Docker Pulls] ( https://img.shields.io/docker/pulls/beevelop/android-nodejs.svg?style=flat-square ) | ![ GitHub Workflow Status] ( https://img.shields.io/github/actions/workflow/status/beevelop/docker-android-nodejs/docker.yml?style=flat-square ) | ![ GitHub Release Date] ( https://img.shields.io/github/release-date/beevelop/docker-android-nodejs?style=flat-square ) | ![ GitHub release] ( https://img.shields.io/github/release/beevelop/docker-android-nodejs.svg?style=flat-square ) |
71+ | [ ![ cordova] ( https://img.shields.io/badge/beevelop%2Fcordova-grey?style=flat-square&logo=github )] ( https://github.com/beevelop/docker-cordova ) | ![ Docker Pulls] ( https://img.shields.io/docker/pulls/beevelop/cordova.svg?style=flat-square ) | ![ GitHub Workflow Status] ( https://img.shields.io/github/actions/workflow/status/beevelop/docker-cordova/docker.yml?style=flat-square ) | ![ GitHub Release Date] ( https://img.shields.io/github/release-date/beevelop/docker-cordova?style=flat-square ) | ![ GitHub release] ( https://img.shields.io/github/release/beevelop/docker-cordova.svg?style=flat-square ) |
72+ | [ ![ ionic] ( https://img.shields.io/badge/beevelop%2Fionic-grey?style=flat-square&logo=github )] ( https://github.com/beevelop/docker-ionic ) | ![ Docker Pulls] ( https://img.shields.io/docker/pulls/beevelop/ionic.svg?style=flat-square ) | ![ GitHub Workflow Status] ( https://img.shields.io/github/actions/workflow/status/beevelop/docker-ionic/docker.yml?style=flat-square ) | ![ GitHub Release Date] ( https://img.shields.io/github/release-date/beevelop/docker-ionic?style=flat-square ) | ![ GitHub release] ( https://img.shields.io/github/release/beevelop/docker-ionic.svg?style=flat-square ) |
73+ | [ ![ nginx-basic-auth] ( https://img.shields.io/badge/beevelop%2Fnginx_basic_auth-grey?style=flat-square&logo=github )] ( https://github.com/beevelop/docker-nginx-basic-auth ) | ![ Docker Pulls] ( https://img.shields.io/docker/pulls/beevelop/nginx-basic-auth.svg?style=flat-square ) | ![ GitHub Workflow Status] ( https://img.shields.io/github/actions/workflow/status/beevelop/docker-nginx-basic-auth/docker.yml?style=flat-square ) | ![ GitHub Release Date] ( https://img.shields.io/github/release-date/beevelop/docker-nginx-basic-auth?style=flat-square ) | ![ GitHub release] ( https://img.shields.io/github/release/beevelop/docker-nginx-basic-auth.svg?style=flat-square ) |
74+
75+ ---
76+
77+ ### Use tags where possible, because
78+
6879![ One does not simply use latest] ( https://i.imgflip.com/1fgwxr.jpg )
0 commit comments