frontlinersnl / node-build

node-build container

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bitbucket-pipelines node-build

logo

Docker image to automate node builds on bitbucket (and local)

Instructions

  1. update dockerfile

  2. build local version:

    docker build -t inforitnl/node-build .
  3. push new version to dockerhub:

    docker push inforitnl/node-build
  4. tag and push again (optional but recommended):

    docker tag inforitnl/node-build inforitnl/node-build:1
    docker push inforitnl/node-build:1

Usage

image: inforitnl/node-build

pipelines:
  default:
    - step:
        script:
          - /node-build.sh

scripts

Command Description
build build the container with latest tag
push pushes the container

About

node-build container

License:MIT License


Languages

Language:Shell 81.0%Language:Dockerfile 19.0%