Compare commits
147 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 097a741488 | |||
| 9d62eab807 | |||
| baeb46ed81 | |||
| ddd4970762 | |||
| 04659b9344 | |||
| 0ad9c4fcd3 | |||
| 43063e3507 | |||
| 02ea32961b | |||
| c5365798b6 | |||
| 184e13b91e | |||
| a1f5bbb6f0 | |||
| 21189adb66 | |||
| 4bd28a3a54 | |||
| b48aa0e077 | |||
| 95f4b0b8e4 | |||
| bb1db7e9a8 | |||
| 12a9413444 | |||
| 69d937edb0 | |||
| 4953e7b345 | |||
| c04e941274 | |||
| dfadb7e1f2 | |||
| 1932695c81 | |||
| 8f914cbf47 | |||
| 7b390fd1da | |||
| 0eb7a24dcd | |||
| fe2452111e | |||
| 84930b7c3e | |||
| cb99fd28d0 | |||
| 4f557b6a08 | |||
| ee1f86e7ab | |||
| 8a3b598f66 | |||
| 4ebce929f8 | |||
| 244ada778b | |||
| b85de4bd9b | |||
| 3762558b58 | |||
| c2bb8b18fd | |||
| f147ef9b46 | |||
| 4b4e1bedcc | |||
| 87bb2843f5 | |||
| 0f541d3101 | |||
| 7aa6864a74 | |||
| 138e25843d | |||
| 40d0d6b73e | |||
| 9a7949ea87 | |||
| ef46145028 | |||
| 0b5ff58b7b | |||
| 2756a4cf4e | |||
| e4dce5cbc1 | |||
| 6b07d92d12 | |||
| ae04ea4a41 | |||
| 2abed13111 | |||
| 14da195a62 | |||
| bbe957a694 | |||
| 963ca3e5ff | |||
| 108ec46426 | |||
| 33ebe443bb | |||
| 90b2c7d5f3 | |||
| d16ad9bf61 | |||
| dd82475256 | |||
| 239bf6174d | |||
| 0ae1d77cb2 | |||
| decc90e211 | |||
| ae10a9eb98 | |||
| ba780fd445 | |||
| 27e5fc58e9 | |||
| db0ed5024d | |||
| 3da93c3cad | |||
| 66ba2a6641 | |||
| 002707729d | |||
| 4733cb523e | |||
| ebc7b3758f | |||
| 414c51b618 | |||
| 37681614de | |||
| 82185516e2 | |||
| 48bf7e135d | |||
| 4b0851c8a1 | |||
| 9c48d3e7ec | |||
| 7945303e9f | |||
| 2d11efdcf9 | |||
| 5100b6b3b1 | |||
| a8da4d3fd4 | |||
| 2fd11c91a0 | |||
| 46a0413e94 | |||
| a0c9a52ec7 | |||
| 71d9d06ddd | |||
| 2e23e31bec | |||
|
|
82bb2ccc5b | ||
|
|
a5f93beea5 | ||
|
|
6dd5406573 | ||
|
|
22c8f8dbf8 | ||
|
|
d8b582a18b | ||
| d7fbededbd | |||
| afb3bba4ac | |||
| 20eac2bb4a | |||
| 92e3f97efe | |||
| 87081d5bb6 | |||
| 979f8fcd27 | |||
| f827d8c36b | |||
| 020bca3347 | |||
| e295440d11 | |||
| a3b5bbc4d4 | |||
| da26dc649d | |||
| dc7b11c78d | |||
| c9b317372f | |||
| c7bdbd3901 | |||
| e07d31c2af | |||
| 8ad139ba56 | |||
| e7170565f4 | |||
| 5e89b9a9a7 | |||
|
|
5cbf1489bd | ||
| a83cc999c4 | |||
| ada45c2db7 | |||
| db439e3733 | |||
| 16ba6ab3d3 | |||
| 00631f769b | |||
| d110ef6a47 | |||
| 3d1161a799 | |||
| 6e8f7ef602 | |||
| b7ba47db18 | |||
| d0d3e15922 | |||
| 9a845b8ec7 | |||
| 75cc86d69f | |||
| 9f872eb376 | |||
| 15165235fd | |||
| 9e23bf4811 | |||
| 6bf5730895 | |||
| 0c733d3a90 | |||
| 1007880f8c | |||
| 4ec2503671 | |||
| b1814a60d5 | |||
| aed0fee59f | |||
| fc53a7e3f0 | |||
| 6ee919ac34 | |||
| 1b8680edff | |||
| 67f4456073 | |||
| b2835bd220 | |||
| a0a2cc2eda | |||
| e8c24d504c | |||
| 866346a0a5 | |||
| 04ea46f681 | |||
| cd858ae9fa | |||
| dc28ada99a | |||
| 09c78e9577 | |||
| 7525d1af5c | |||
| 043651bfac | |||
| 621fff81c3 | |||
| b0e8ff164f |
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1 +1 @@
|
||||
.idea/
|
||||
node_modules/
|
||||
|
||||
@@ -1,54 +1,76 @@
|
||||
image: hosttoday/ht-docker-dbase
|
||||
# gitzone docker
|
||||
image: hosttoday/ht-docker-dbase:npmci
|
||||
services:
|
||||
- docker:dind
|
||||
|
||||
stages:
|
||||
- build
|
||||
- test
|
||||
- release
|
||||
- trigger
|
||||
- buildAndTest
|
||||
- triggerPagesVerify
|
||||
|
||||
before_script:
|
||||
- npm uninstall -g npmci
|
||||
- npm install -g npmci
|
||||
- npmci prepare docker
|
||||
- npm install -g @shipzone/npmci
|
||||
- npmci docker login
|
||||
|
||||
|
||||
build:
|
||||
stage: build
|
||||
buildTest:
|
||||
stage: buildAndTest
|
||||
script:
|
||||
- npmci build docker
|
||||
- npmci docker build
|
||||
- npmci docker test
|
||||
except:
|
||||
- tags
|
||||
- triggers
|
||||
tags:
|
||||
- lossless
|
||||
- priv
|
||||
|
||||
|
||||
test:
|
||||
stage: test
|
||||
buildTestRelase:
|
||||
stage: buildAndTest
|
||||
script:
|
||||
- npmci test docker
|
||||
only:
|
||||
- tags
|
||||
tags:
|
||||
- lossless
|
||||
- priv
|
||||
|
||||
release:
|
||||
stage: release
|
||||
script:
|
||||
- npmci publish docker
|
||||
- npmci docker build
|
||||
- npmci docker test
|
||||
- npmci docker push registry.gitlab.com test
|
||||
- npmci docker push registry.gitlab.com
|
||||
- npmci docker push docker.io
|
||||
only:
|
||||
- tags
|
||||
- triggers
|
||||
tags:
|
||||
- lossless
|
||||
- priv
|
||||
|
||||
trigger:
|
||||
stage: trigger
|
||||
stage: triggerPagesVerify
|
||||
script:
|
||||
- npmci trigger
|
||||
only:
|
||||
- tags
|
||||
- triggers
|
||||
tags:
|
||||
- lossless
|
||||
- priv
|
||||
|
||||
pages:
|
||||
stage: triggerPagesVerify
|
||||
before_script:
|
||||
- 'npmci -v'
|
||||
image: hosttoday/ht-docker-node:npmci
|
||||
script:
|
||||
- npmci command npm install -g npmpage
|
||||
- npmci command npmpage
|
||||
only:
|
||||
- tags
|
||||
tags:
|
||||
- docker
|
||||
artifacts:
|
||||
expire_in: 1 week
|
||||
paths:
|
||||
- public
|
||||
|
||||
verify:
|
||||
stage: triggerPagesVerify
|
||||
script:
|
||||
- npmci docker pull registry.gitlab.com test
|
||||
only:
|
||||
- tags
|
||||
tags:
|
||||
- docker
|
||||
24
Dockerfile
24
Dockerfile
@@ -1,7 +1,8 @@
|
||||
FROM ubuntu:latest
|
||||
|
||||
FROM ubuntu:xenial
|
||||
LABEL author="Lossless GmbH <office@lossless.com>"
|
||||
WORKDIR /workspace
|
||||
# important environment variables
|
||||
ENV NODE_VERSION_LTS="4.4.7" NODE_VERSION_STABLE="6.3.0" NVM_DIR="/usr/local/nvm"
|
||||
ENV NODE_VERSION_LTS="8.9.4" NODE_VERSION_STABLE="9.4.0" NVM_DIR="/usr/local/nvm"
|
||||
|
||||
# Set debconf to run non-interactively and install packages
|
||||
RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections \
|
||||
@@ -13,21 +14,18 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selectio
|
||||
build-essential \
|
||||
ca-certificates \
|
||||
curl \
|
||||
g++ \
|
||||
gcc \
|
||||
git \
|
||||
ssh \
|
||||
make \
|
||||
openssl \
|
||||
python \
|
||||
rsync \
|
||||
ssh \
|
||||
wget \
|
||||
&& apt-get update \
|
||||
&& apt-get clean \
|
||||
&& rm -r /var/lib/apt/lists/*
|
||||
|
||||
# Install nvm with node and npm
|
||||
RUN curl https://raw.githubusercontent.com/creationix/nvm/v0.31.0/install.sh | bash \
|
||||
&& bash -c "source $NVM_DIR/nvm.sh \
|
||||
&& nvm install $NODE_VERSION_STABLE \
|
||||
&& nvm alias default $NODE_VERSION_STABLE \
|
||||
&& nvm use default \
|
||||
&& npm install -g npm"
|
||||
|
||||
ENV NODE_PATH $NVM_DIR/v$NODE_VERSION_STABLE/lib/node_modules
|
||||
ENV PATH $NVM_DIR/versions/node/v$NODE_VERSION_STABLE/bin:$PATH
|
||||
RUN curl https://raw.githubusercontent.com/creationix/nvm/v0.33.8/install.sh | bash
|
||||
|
||||
18
Dockerfile_chrome
Normal file
18
Dockerfile_chrome
Normal file
@@ -0,0 +1,18 @@
|
||||
FROM hosttoday/ht-docker-node:stable
|
||||
|
||||
# See https://crbug.com/795759
|
||||
RUN apt-get update && apt-get install -yq libgconf-2-4 \
|
||||
&& apt-get clean \
|
||||
&& rm -r /var/lib/apt/lists/*
|
||||
|
||||
# Install latest chrome dev package.
|
||||
# Note: this installs the necessary libs to make the bundled version of Chromium that Puppeteer
|
||||
# installs, work.
|
||||
RUN apt-get update && apt-get install -y wget --no-install-recommends \
|
||||
&& wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - \
|
||||
&& sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list' \
|
||||
&& apt-get update \
|
||||
&& apt-get install -y google-chrome-unstable \
|
||||
--no-install-recommends \
|
||||
&& rm -rf /var/lib/apt/lists/* \
|
||||
&& rm -rf /src/*.deb
|
||||
@@ -1,9 +1,11 @@
|
||||
FROM hosttoday/ht-docker-node:latest
|
||||
LABEL author="Lossless GmbH <office@lossless.com>"
|
||||
|
||||
RUN bash -c "source $NVM_DIR/nvm.sh \
|
||||
&& nvm install $NODE_VERSION_LTS \
|
||||
&& nvm alias default $NODE_VERSION_LTS \
|
||||
&& nvm use default \
|
||||
&& npm config set unsafe-perm true \
|
||||
&& npm install -g npm"
|
||||
|
||||
ENV NODE_PATH $NVM_DIR/v$NODE_VERSION_LTS/lib/node_modules
|
||||
|
||||
@@ -1,2 +1,4 @@
|
||||
FROM hosttoday/ht-docker-node:latest
|
||||
RUN npm install -g npmci
|
||||
FROM hosttoday/ht-docker-node:stable
|
||||
LABEL author="Lossless GmbH <office@lossless.com>"
|
||||
|
||||
RUN npm install -g @shipzone/npmci
|
||||
|
||||
14
Dockerfile_npmcijava
Normal file
14
Dockerfile_npmcijava
Normal file
@@ -0,0 +1,14 @@
|
||||
FROM hosttoday/ht-docker-node:npmci
|
||||
LABEL author="Lossless GmbH <office@lossless.com>"
|
||||
|
||||
# Install Java.
|
||||
RUN \
|
||||
echo oracle-java8-installer shared/accepted-oracle-license-v1-1 select true | debconf-set-selections && \
|
||||
add-apt-repository -y ppa:webupd8team/java && \
|
||||
apt-get update && \
|
||||
apt-get install -y oracle-java8-installer && \
|
||||
rm -rf /var/lib/apt/lists/* && \
|
||||
rm -rf /var/cache/oracle-jdk8-installer
|
||||
|
||||
# Define commonly used JAVA_HOME variable
|
||||
ENV JAVA_HOME /usr/lib/jvm/java-8-oracle
|
||||
@@ -1,2 +0,0 @@
|
||||
FROM hosttoday/ht-docker-node:npmci
|
||||
RUN npm install -g npmdeploy
|
||||
4
Dockerfile_npmdocker
Normal file
4
Dockerfile_npmdocker
Normal file
@@ -0,0 +1,4 @@
|
||||
FROM hosttoday/ht-docker-node:stable
|
||||
LABEL author="Lossless GmbH <office@lossless.com>"
|
||||
|
||||
RUN npm install -g @shipzone/npmci @gitzone/npmdocker @gitzone/npmts ts-node
|
||||
@@ -1,5 +0,0 @@
|
||||
FROM hosttoday/ht-docker-node:npmts
|
||||
RUN npmci install stable && npmci command npm install -g npmpage && npmci command npmpage -v \
|
||||
&& npmci install legacy && npmci command npm install -g npmpage && npmci command npmpage -v \
|
||||
&& npmci install lts && npmci command npm install -g npmpage && npmci command npmpage -v \
|
||||
&& npmci clean
|
||||
@@ -1,5 +0,0 @@
|
||||
FROM hosttoday/ht-docker-node:npmci
|
||||
RUN npmci install stable && npmci command npm install -g npm npmts && npmci command npmts -v \
|
||||
&& npmci install legacy && npmci command npm install -g npm npmts && npmci command npmts -v \
|
||||
&& npmci install lts && npmci command npm install -g npm npmts && npmci command npmts -v \
|
||||
&& npmci clean
|
||||
@@ -1,13 +0,0 @@
|
||||
FROM hosttoday/ht-docker-node:latest
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y -q --no-install-recommends \
|
||||
python3 \
|
||||
&& apt-get clean \
|
||||
&& rm -r /var/lib/apt/lists/*
|
||||
|
||||
# Install pip and symlink python to python3
|
||||
RUN curl -O https://bootstrap.pypa.io/get-pip.py \
|
||||
&& python3 get-pip.py \
|
||||
&& rm get-pip.py \
|
||||
&& rm -r /usr/bin/python \
|
||||
&& ln -s /usr/bin/python3 /usr/bin/python
|
||||
@@ -1 +1,12 @@
|
||||
FROM hosttoday/ht-docker-node:latest
|
||||
LABEL author="Lossless GmbH <office@lossless.com>"
|
||||
|
||||
RUN bash -c "source $NVM_DIR/nvm.sh \
|
||||
&& nvm install $NODE_VERSION_STABLE \
|
||||
&& nvm alias default $NODE_VERSION_STABLE \
|
||||
&& nvm use default \
|
||||
&& npm config set unsafe-perm true \
|
||||
&& npm install -g npm"
|
||||
|
||||
ENV NODE_PATH $NVM_DIR/v$NODE_VERSION_STABLE/lib/node_modules
|
||||
ENV PATH $NVM_DIR/versions/node/v$NODE_VERSION_STABLE/bin:$PATH
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ht-docker-node",
|
||||
"version": "4.3.3",
|
||||
"version": "4.3.66",
|
||||
"description": "docker image with nodejs with shipzone.io support",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
||||
@@ -1,14 +1,17 @@
|
||||
# ht-docker-node
|
||||
|
||||
This image is available on DockerHub. Specify it as base image like so:
|
||||
|
||||
```Dockerfile
|
||||
FROM hosttoday/ht-docker-node
|
||||
```
|
||||
the ultimate docker node image
|
||||
|
||||
## Status
|
||||
[](https://gitlab.com/hosttoday/ht-docker-node/commits/master)
|
||||
|
||||
[Docs](https://hosttoday.gitlab.io/ht-docker-node/)
|
||||
|
||||
## Availability
|
||||
Registry | Image Path
|
||||
--- | ---
|
||||
GitLab Registry | registry.gitlab.com/hosttoday/ht-docker-node
|
||||
Docker Hub | hosttoday/ht-docker-node
|
||||
|
||||
## 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.
|
||||
@@ -27,4 +30,11 @@ RUN npmci install [node_version_number] // this installs node using node and set
|
||||
* **:npmci** - npmci preinstalled
|
||||
* **:npmts** - npmci + npmts preinstalled
|
||||
* **:npmpage** - npmci + npmts + npmpage preinstalled
|
||||
* **:python3** - like :latest, but with python3 as standard python version
|
||||
* **:mongo** - npmci + npmts + mongo
|
||||
|
||||
For further information read the linked docs at the top of this README.
|
||||
|
||||
> MIT licensed | **©** [Lossless GmbH](https://lossless.gmbh)
|
||||
| By using this npm module you agree to our [privacy policy](https://lossless.gmbH/privacy.html)
|
||||
|
||||
[](https://host.today)
|
||||
@@ -1,3 +1,2 @@
|
||||
#!/bin/sh
|
||||
npm -v
|
||||
node -v
|
||||
|
||||
@@ -1 +1,9 @@
|
||||
# check if npmci is available
|
||||
npmci -v
|
||||
|
||||
# check if we can use lts
|
||||
npmci install lts
|
||||
|
||||
# check if npm picks it up
|
||||
npmci command npm install -g npmts
|
||||
npmci command npmts -v
|
||||
|
||||
1
test/test_npmpage.sh
Normal file
1
test/test_npmpage.sh
Normal file
@@ -0,0 +1 @@
|
||||
mkdocs --version
|
||||
@@ -1,6 +0,0 @@
|
||||
npmci install stable
|
||||
npmci command npmts -v
|
||||
npmci install lts
|
||||
npmci command npmts -v
|
||||
npmci install legacy
|
||||
npmci command npmts -v
|
||||
3
test/test_stable.sh
Normal file
3
test/test_stable.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
# npm
|
||||
npm install -g npmts
|
||||
npmts -v
|
||||
Reference in New Issue
Block a user