Compare commits
1 Commits
v16
...
71a598cabf
| Author | SHA1 | Date | |
|---|---|---|---|
|
71a598cabf
|
2
Makefile
2
Makefile
@@ -1,5 +1,5 @@
|
|||||||
DOCKER_IMAGE=cubetiq/calpine-node
|
DOCKER_IMAGE=cubetiq/calpine-node
|
||||||
DOCKER_IMAGE_NAME=${DOCKER_IMAGE}:14
|
DOCKER_IMAGE_NAME=${DOCKER_IMAGE}:16
|
||||||
|
|
||||||
build:
|
build:
|
||||||
@echo 'Starting docker build'
|
@echo 'Starting docker build'
|
||||||
|
|||||||
@@ -1,18 +1,19 @@
|
|||||||
# CUBETIQ Alpine OS Linux with Nodejs 14
|
# CUBETIQ Alpine OS Linux with Nodejs 16
|
||||||

|

|
||||||

|

|
||||||
|
|
||||||
- CUBETIQ Alpine OS Linux (3.13.3)
|
- CUBETIQ Alpine OS Linux (3.13.3)
|
||||||
- Nodejs 14 (14.16.0)
|
- Nodejs 16 (16.5.0)
|
||||||
|
- Yarn 1.22.15
|
||||||
|
|
||||||
# [Docker Hub](https://hub.docker.com/r/cubetiq/calpine-node)
|
# [Docker Hub](https://hub.docker.com/r/cubetiq/calpine-node)
|
||||||
```shell
|
```shell
|
||||||
docker push cubetiq/calpine-node:14
|
docker push cubetiq/calpine-node:latest
|
||||||
```
|
```
|
||||||
|
|
||||||
# Usage
|
# Usage
|
||||||
```shell
|
```shell
|
||||||
docker run --rm -it cubetiq/calpine-node:14 /bin/sh
|
docker run --rm -it cubetiq/calpine-node:latest /bin/sh
|
||||||
```
|
```
|
||||||
|
|
||||||
# Example
|
# Example
|
||||||
|
|||||||
Reference in New Issue
Block a user