Sign inSign up

inventis/bricks-build-server

By inventis

Updated about 3 years ago

bricks build server

Image
0

10K+

inventis/bricks-build-server repository overview

Bricks buildserver

Currently supports building bricks v6 applications

Usage

Bitbucket Pipelines

  • start the image from the inventis/bricks-build-server
  • add commands in your pipeline scripts for building your application, for convenience you may run build to execute the defaults for bricks

Running this build server locally

execute this command from your project root: docker run -it -v $PWD:/build -w /build inventis/bricks-build-server:latest build note that this would only build the defaults If you wish to execute your own build make any bash script in the project root and execute it: docker run -it -v $PWD:/build -w /build inventis/bricks-build-server:latest <custom_build.sh>

Tag summary

Content type

Image

Digest

Size

312.9 MB

Last updated

almost 9 years ago

docker pull inventis/bricks-build-server