Giter Club home page Giter Club logo

docker-node's Introduction

Docker Node Images

Base Node.js Docker images.

What's Included

Tags

๐ŸŒŸ recommended image

  • articulate/node:20 ๐ŸŒŸ
  • articulate/node:20-lambda
  • articulate/node:18
  • articulate/node:18-lambda
  • articulate/articulate-node:18-bullseye-slim
  • articulate/articulate-node:18-lambda
  • articulate/articulate-node:16-bullseye-slim
  • articulate/articulate-node:16-lambda
  • articulate/articulate-node:16-buster-slim

articulate/node vs articulate/articulate-node

articulate/articulate-node are the legacy Docker images. These run as root and include additional software not always needed. Use articulate/node where possible and install your own software with install_packages.

Creating a new image

The easiest way to create a new image is to copy an existing one and change the base image. If creating from scratch, the images need the following:

  • Everything listed in What's included
  • make for internal tooling.
  • A service user and group with a GID and UID of 1001. This should be the default user.
  • A /service directory as the default working directory.

docker-node's People

Contributors

d4v3y0rk avatar dbertram avatar dependabot[bot] avatar dietervds avatar echoboomer avatar flintinatux avatar fromonesrc avatar juniormince avatar kdstew avatar melhotiby avatar mgreystone avatar michaelcurran avatar michaelkushlan avatar mloberg avatar ocxo avatar pimpolderman avatar pklingem avatar plukevdh avatar purrbiscuit avatar rpearce avatar spencerfdavis avatar tecnobrat avatar thatpamiam avatar tylerodonnell avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

docker-node's Issues

Yarn is already included in docker-node

We currently install a fixed version of yarn, but it appears that the version we install is not even being used. I spotted this in my logs today:

Step 5/9 : RUN yarn run build
 ---> Running in 223cc01687fe
yarn run v0.22.0

We currently install 0.21.3. It appears that we should just rip all that out, since yarn is already included in the upstream image. See also nodejs/docker-node#376.

cc @tecnobrat or @plukevdh or whomever else might be interested

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.