Compare commits

...

3 Commits

Author SHA1 Message Date
b1814a60d5 4.3.8 2017-02-25 03:12:07 +01:00
aed0fee59f add mongo image 2017-02-25 02:10:23 +01:00
fc53a7e3f0 fix tests 2017-02-19 14:52:54 +01:00
4 changed files with 8 additions and 3 deletions

5
Dockerfile_mongo Normal file
View File

@ -0,0 +1,5 @@
FROM hosttoday/ht-docker-node:npmts
RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv EA312927 \
&& echo "deb http://repo.mongodb.org/apt/ubuntu xenial/mongodb-org/3.2 multiverse" | tee /etc/apt/sources.list.d/mongodb-org-3.2.list \
&& apt-get update \
&& apt-get install -y mongodb-org

View File

@ -27,4 +27,4 @@ RUN npmci install [node_version_number] // this installs node using node and set
* **:npmci** - npmci preinstalled * **:npmci** - npmci preinstalled
* **:npmts** - npmci + npmts preinstalled * **:npmts** - npmci + npmts preinstalled
* **:npmpage** - npmci + npmts + npmpage preinstalled * **:npmpage** - npmci + npmts + npmpage preinstalled
* **:python3** - like :latest, but with python3 as standard python version * **:mongo** - npmci + npmts + mongo

View File

@ -1,6 +1,6 @@
{ {
"name": "ht-docker-node", "name": "ht-docker-node",
"version": "4.3.7", "version": "4.3.8",
"description": "docker image with nodejs with shipzone.io support", "description": "docker image with nodejs with shipzone.io support",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {

View File

@ -5,5 +5,5 @@ npm -v
node -v node -v
# test yarn # test yarn
yarn install npmts yarn global add npmts
npmts -v npmts -v