Skip to content

Commit d655de0

Browse files
author
Maik Hummel
committed
Update README
1 parent 7f33189 commit d655de0

File tree

1 file changed

+19
-18
lines changed

1 file changed

+19
-18
lines changed

README.md

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -11,33 +11,34 @@
1111
# Android 11 with Node.js `v14` and npm / yarn
1212

1313
### based on [beevelop/android](https://github.com/beevelop/docker-android)
14+
- Java 8 (OpenJDK 1.8.0_282)
15+
- Gradle 4.4.1 (Groovy: 2.4.16)
16+
- Apache Maven 3.6.3
17+
- Ant 1.10.7
1418

15-
---
19+
### Pull, build or run this image
20+
```bash
21+
# pull the most recent tag / release
22+
docker pull beevelop/android-nodejs:v2021.06.1
1623

17-
### Pull from Docker Hub
24+
# or run the image interactively
25+
docker run --rm --name beevelop -it beevelop/android-nodejs:v2021.06.1 bash
1826

27+
# or build the image from GitHub
28+
docker build -t beevelop/android-nodejs github.com/beevelop/docker-base
1929
```
20-
docker pull beevelop/android-nodejs:latest
21-
```
22-
23-
### Build from GitHub
24-
25-
```
26-
docker build -t beevelop/android-nodejs github.com/beevelop/docker-android-nodejs
27-
```
28-
29-
### Run image
3030

31-
```
32-
docker run -it beevelop/android-nodejs bash
31+
### Or use as base image
32+
```Dockerfile
33+
FROM beevelop/android-nodejs:v2021.06.1
3334
```
3435

35-
### Use as base image
36+
---
3637

37-
```Dockerfile
38-
FROM beevelop/android-nodejs:latest
39-
```
38+
![Beevelop's Docker Image Hierarchy](https://gist.githubusercontent.com/beevelop/b0cddab7209a683c77560d06ff00bc8e/raw/15429ee1d02e2c4dc019b760ca8c7ceff5911b82/hierarchy.png)
4039

4140
---
4241

42+
### Use tags where possible, because...
43+
4344
![One does not simply use latest](https://i.imgflip.com/1fgwxr.jpg)

0 commit comments

Comments
 (0)