Compare commits

..

No commits in common. "71a598cabfe1de1793058fa92cc618d4429746fd" and "db3b875005e7491aedca42018e5c0edabcb28eb8" have entirely different histories.

3 changed files with 7 additions and 8 deletions

View File

@ -4,7 +4,7 @@ LABEL maintainer="sombochea@cubetiqs.com"
# Build with root access
USER root
ENV NODE_VERSION 16.5.0
ENV NODE_VERSION 14.16.0
ENV USER_UID 1001
RUN addgroup -g ${USER_UID} node \
@ -77,7 +77,7 @@ RUN addgroup -g ${USER_UID} node \
&& node --version \
&& npm --version
ENV YARN_VERSION 1.22.15
ENV YARN_VERSION 1.22.5
RUN apk add --no-cache --virtual .build-deps-yarn curl gnupg tar \
&& for key in \

View File

@ -1,5 +1,5 @@
DOCKER_IMAGE=cubetiq/calpine-node
DOCKER_IMAGE_NAME=${DOCKER_IMAGE}:16
DOCKER_IMAGE_NAME=${DOCKER_IMAGE}:14
build:
@echo 'Starting docker build'

View File

@ -1,19 +1,18 @@
# CUBETIQ Alpine OS Linux with Nodejs 16
# CUBETIQ Alpine OS Linux with Nodejs 14
![Docker Image Size (latest by date)](https://img.shields.io/docker/image-size/cubetiq/calpine-node)
![Docker Pulls](https://img.shields.io/docker/pulls/cubetiq/calpine-node)
- CUBETIQ Alpine OS Linux (3.13.3)
- Nodejs 16 (16.5.0)
- Yarn 1.22.15
- Nodejs 14 (14.16.0)
# [Docker Hub](https://hub.docker.com/r/cubetiq/calpine-node)
```shell
docker push cubetiq/calpine-node:latest
docker push cubetiq/calpine-node:14
```
# Usage
```shell
docker run --rm -it cubetiq/calpine-node:latest /bin/sh
docker run --rm -it cubetiq/calpine-node:14 /bin/sh
```
# Example