Skip to content

Commit aaf982f

Browse files
committed
fix: add labels
1 parent 7385aed commit aaf982f

File tree

6 files changed

+16
-3
lines changed

6 files changed

+16
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ install:
1515
before_script:
1616
- |
1717
export PATH=$PATH:~/ci-scripts
18-
[ ${TRAVIS_BRANCH} == master ] && \
19-
export variant="latest" || \
20-
export variant=${TRAVIS_BRANCH}
18+
[ ${TRAVIS_BRANCH} == master ] || export variant=${TRAVIS_BRANCH}
2119
script:
2220
- |
2321
# build base node images that are used further in the project

node-ruby/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
FROM alpine:3.4
22

3+
LABEL vendor=makeomatic \
4+
version_tags="[\"6\",\"6.7.0\"]"
5+
36
ENV NODE_VERSION=v6.7.0 \
47
NPM_VERSION=3 \
58
NODE_HOME=/usr/local \

node-ssh/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
FROM alpine:3.4
22

3+
LABEL vendor=makeomatic \
4+
version_tags="[\"6\",\"6.7.0\"]"
5+
36
ENV NODE_VERSION=v6.7.0 \
47
NPM_VERSION=3 \
58
NODE_HOME=/usr/local

node-vips-ssh/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
FROM alpine:3.4
22

3+
LABEL vendor=makeomatic \
4+
version_tags="[\"6\",\"6.7.0\"]"
5+
36
ENV NODE_VERSION=v6.7.0 \
47
NPM_VERSION=3 \
58
NODE_HOME=/usr/local

node-vips/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
FROM alpine:3.4
22

3+
LABEL vendor=makeomatic \
4+
version_tags="[\"6\",\"6.7.0\"]"
5+
36
ENV NODE_VERSION=v6.7.0 \
47
NPM_VERSION=3.9.6 \
58
NODE_HOME=/usr/local

node/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
FROM alpine:3.4
22

3+
LABEL vendor=makeomatic \
4+
version_tags="[\"6\",\"6.7.0\"]"
5+
36
ENV NODE_VERSION=v6.7.0 \
47
NPM_VERSION=3 \
58
NODE_HOME=/usr/local

0 commit comments

Comments
 (0)