Go to file
Philipp Kunz bcdd4d2acb
Some checks failed
Docker (tags) / security (push) Successful in 27s
Docker (tags) / test (push) Successful in 44s
Docker (tags) / metadata (push) Successful in 5s
Docker (tags) / release (push) Failing after 26s
5.0.128
2024-05-24 12:59:00 +02:00
.gitea/workflows fix(core): update 2024-05-24 12:58:59 +02:00
test fix(core): update 2022-10-18 23:35:13 +02:00
.gitignore fix(core): update 2019-06-08 21:36:23 +02:00
.gitlab-ci.yml fix(core): update 2024-05-23 21:54:51 +02:00
Dockerfile fix(core): update 2024-04-23 08:52:15 +02:00
Dockerfile_alpine fix(core): update 2023-04-02 13:22:11 +02:00
Dockerfile_alpine_npmci fix(core): update 2024-05-23 21:59:56 +02:00
Dockerfile_fossglobal_preinstalled_##version## fix(core): update 2024-05-17 20:24:58 +02:00
Dockerfile_iot fix(core): update 2023-04-02 13:22:11 +02:00
Dockerfile_lts fix(core): update 2023-04-02 13:22:11 +02:00
Dockerfile_npmci fix(core): update 2024-05-23 21:54:51 +02:00
Dockerfile_stableinit fix(core): update 2022-10-11 10:42:42 +02:00
LICENSE fix(core): update 2019-06-10 11:31:47 +02:00
npmextra.json update description 2024-05-14 23:09:32 +02:00
package-lock.json 5.0.128 2024-05-24 12:59:00 +02:00
package.json 5.0.128 2024-05-24 12:59:00 +02:00
readme.hints.md update description 2024-05-14 23:09:32 +02:00
readme.md fix(core): fix readme 2022-03-22 15:02:45 +01:00
tsconfig.json update description 2024-05-14 23:09:32 +02:00

@hosttoday/ht-docker-node

docker image with nodejs and ship.zone support

Status for master

build status coverage report npm downloads per month Known Vulnerabilities TypeScript node JavaScript Style Guide

Usage

The purpose of this Docker image is to provide a robust base for node apps and CI. It comes in different flavours and all of them have node, npm, git and ssh in PATH.

The :npmci flavour has npmci in path and can install any required node version and update PATH accordingly:

FROM hosttoday/ht-docker-node:npmci
RUN npmci install [node_version_number] // this installs node using node and sets the default to the new node and npm versions

Availability

Registry Image Path
GitLab Registry registry.gitlab.com/hosttoday/ht-docker-node
Docker Hub hosttoday/ht-docker-node

Flavour Overview

  • :lts - node lts version, equals :latest
  • :stable - node stable version
  • :npmci - npmci preinstalled
  • :npmts - npmci + npmts preinstalled
  • :npmpage - npmci + npmts + npmpage preinstalled
  • :mongo - npmci + npmts + mongo

For further information read the linked docs at the top of this README.

MIT licensed | © Lossless GmbH | By using this npm module you agree to our privacy policy

repo-footer

For further information read the linked docs at the top of this readme.

MIT licensed | © Lossless GmbH | By using this npm module you agree to our privacy policy

repo-footer