Skip to content

Commit

Permalink
fix: add labels
Browse files Browse the repository at this point in the history
  • Loading branch information
AVVS committed Sep 30, 2016
1 parent 7385aed commit aaf982f
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ install:
before_script:
- |
export PATH=$PATH:~/ci-scripts
[ ${TRAVIS_BRANCH} == master ] && \
export variant="latest" || \
export variant=${TRAVIS_BRANCH}
[ ${TRAVIS_BRANCH} == master ] || export variant=${TRAVIS_BRANCH}
script:
- |
# build base node images that are used further in the project
Expand Down
3 changes: 3 additions & 0 deletions node-ruby/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
FROM alpine:3.4

LABEL vendor=makeomatic \
version_tags="[\"6\",\"6.7.0\"]"

ENV NODE_VERSION=v6.7.0 \
NPM_VERSION=3 \
NODE_HOME=/usr/local \
Expand Down
3 changes: 3 additions & 0 deletions node-ssh/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
FROM alpine:3.4

LABEL vendor=makeomatic \
version_tags="[\"6\",\"6.7.0\"]"

ENV NODE_VERSION=v6.7.0 \
NPM_VERSION=3 \
NODE_HOME=/usr/local
Expand Down
3 changes: 3 additions & 0 deletions node-vips-ssh/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
FROM alpine:3.4

LABEL vendor=makeomatic \
version_tags="[\"6\",\"6.7.0\"]"

ENV NODE_VERSION=v6.7.0 \
NPM_VERSION=3 \
NODE_HOME=/usr/local
Expand Down
3 changes: 3 additions & 0 deletions node-vips/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
FROM alpine:3.4

LABEL vendor=makeomatic \
version_tags="[\"6\",\"6.7.0\"]"

ENV NODE_VERSION=v6.7.0 \
NPM_VERSION=3.9.6 \
NODE_HOME=/usr/local
Expand Down
3 changes: 3 additions & 0 deletions node/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
FROM alpine:3.4

LABEL vendor=makeomatic \
version_tags="[\"6\",\"6.7.0\"]"

ENV NODE_VERSION=v6.7.0 \
NPM_VERSION=3 \
NODE_HOME=/usr/local
Expand Down

0 comments on commit aaf982f

Please sign in to comment.