Go to file
Sambo Chea 31484e82ab
Merge pull request #5 from CUBETIQ/renovate/actions-checkout-3.x
Update actions/checkout action to v3
2023-03-09 19:18:00 +07:00
.github/workflows Merge pull request #5 from CUBETIQ/renovate/actions-checkout-3.x 2023-03-09 19:18:00 +07:00
examples Updated README and examples 2022-08-25 11:53:53 +07:00
.gitignore Add yarn for default via npm package 2022-08-30 20:44:34 +07:00
Dockerfile Upgrade pnpm to 7.29.0 2023-03-06 09:54:12 +07:00
Dockerfile.16-15-0 Upgrade nodejs to 16.17.0 and add pnpm 7.9.5 for default 2022-08-25 11:50:36 +07:00
Dockerfile.git Upgrade node to 16.15.0 and yarn 1.22.18 and add node git 2022-05-06 10:37:14 +07:00
Dockerfile.slim Updated pnpm and npm 2023-02-03 19:56:42 +07:00
entrypoint.sh Add init and add node and docker file for build nodejs 14 with cubetiq alpine os linux 2021-03-29 13:57:53 +07:00
LICENSE Add init and add node and docker file for build nodejs 14 with cubetiq alpine os linux 2021-03-29 13:57:53 +07:00
Makefile Upgrade nodejs and pnpm 2022-12-27 20:37:56 +07:00
README.md Upgrade pnpm to 7.29.0 2023-03-06 09:54:12 +07:00
renovate.json Add renovate.json 2023-03-09 04:39:15 +00:00

CUBETIQ Alpine OS Linux with Nodejs 16

Docker Image Size (latest by date) Docker Pulls

  • CUBETIQ Alpine OS Linux (Latest)
  • Nodejs 16 (16.19.0)
  • PNPM 7 (7.29.0)

Docker Hub

docker push cubetiq/calpine-node:latest

Usage

docker run --rm -it cubetiq/calpine-node:latest /bin/sh

Example

FROM cubetiq/calpine-node:latest
LABEL maintainer="sombochea@cubetiqs.com"

WORKDIR /usr/src/app

COPY . /usr/src/app

RUN pnpm install

CMD [ "node" , "index.js"]

Contributors

License

MIT License

Copyright (c) 2018-2020 Dave Hall <skwashd@gmail.com>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECT