frontlinersnl / pipeline-cake-node-build

pipeline-cake docker but with node added :)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo

bitbucket-pipelines

Docker image to automate mono builds on bitbucket using pipelines.

builds: https://hub.docker.com/r/inforitnl/cake-node-build/

Instructions:

  1. update dockerfile

  2. build local version:

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

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

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

Usage

image: inforitnl/cake-node-build

pipelines:
  default:
    - step:
        script:
          - dotnet cake

scripts

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

About

pipeline-cake docker but with node added :)

License:MIT License


Languages

Language:Dockerfile 71.0%Language:Shell 29.0%