Go to file
Sambo Chea fa9bec5af4
Breaking changes for alpine linux replace by node:18-alpine
2023-09-12 21:03:57 +07:00
.github/workflows Update codacy/codacy-analysis-cli-action digest to db33ad5 2023-03-17 10:37:04 +00: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 Breaking changes for alpine linux replace by node:18-alpine 2023-09-12 21:03:57 +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 Breaking changes for alpine linux replace by node:18-alpine 2023-09-12 21:03:57 +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 to nodejs 18 2023-03-31 18:05:03 +07:00
README.md Upgrade pnpm to 8.7.5 2023-09-12 20:35:05 +07:00
renovate.json Add renovate.json 2023-03-09 04:39:15 +00:00

CUBETIQ Alpine OS Linux with Nodejs 18

Docker Image Size (latest by date) Docker Pulls

  • CUBETIQ Alpine OS Linux (Latest)
  • Nodejs 18
  • PNPM 8 (8.7.5)

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