Compare commits

...

4 Commits

Author SHA1 Message Date
7525d1af5c 4.3.5 2016-08-31 12:48:35 +02:00
043651bfac removed python3 version 2016-08-31 12:47:57 +02:00
621fff81c3 4.3.4 2016-08-31 12:40:17 +02:00
b0e8ff164f added triggers to valid release criteria 2016-08-31 12:40:13 +02:00
3 changed files with 4 additions and 14 deletions

View File

@ -29,6 +29,7 @@ test:
- npmci test docker
only:
- tags
- triggers
tags:
- lossless
- priv
@ -39,6 +40,7 @@ release:
- npmci publish docker
only:
- tags
- triggers
tags:
- lossless
- priv
@ -49,6 +51,7 @@ trigger:
- npmci trigger
only:
- tags
- triggers
tags:
- lossless
- priv

View File

@ -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

View File

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