Giter Site home page Giter Site logo

node-docker-devenv's People

Contributors

funkyfisch avatar

Stargazers

 avatar  avatar

Watchers

 avatar

node-docker-devenv's Issues

Fix warnings on docker build time

Sample warnings:

  • Warning: apt-key output should not be parsed (stdout is not a terminal)
  • debconf: delaying package configuration, since apt-utils is not installed

Add automated docker publish step on master merge

  • Create a docker registry entry on docker hub for this project
  • Create a select range of images (latest, node-12, node-13, node-14, etc)
  • Decide whether to pin ubuntu versions or not and how often to maintain them
  • Docker images created this way will not have a default global package installed
  • Update documentation on how to use it with docker registry, and how to commit the change of an npm global module as an extra layer to the local image

Allow multiple ports to be exposed

An example would be rollup's plugin livereload, which needs port 35729 to be available in order to facilitate live/hot reloading when developing.

Change circle-ci jobs to run conditionally

The following jobs all do a different thing:

  • shellcheck
  • hadolint
  • build

But we shall quickly exit each one of them if the files that are relevant have not been changed (e.g. only README file changed)

Currently there is a separate job that (unsuccessfully) cancels the workflow. Instead create a neat way to use lists of target files that need to be part of a change so that the job actually runs (and does not skip)

Non-root users cannot install npm modules globally

A setting baked in the dockerfile for the dev environment should allow users to install npm modules globally without the need of sudo or elevation of privileges in general.

Of course, taking care of this then begs the question - should we also allow c/c++ libraries/packages to be installed also in user space without elevation?

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.