Sign inSign up

govau/dashboard-build

By govau

Updated over 7 years ago

Docker image for building the dashboard

Image
0

358

govau/dashboard-build repository overview

Docker Automated build Docker Build Status

Docker image for building the dashboard

Provides a docker image with the dependencies needed for building the dashboard.

This repo is automatically built on docker hub.

How to use it?

Assumes you have docker running

This image is published on docker hub. To use it:

docker run -it --rm -v $PWD:/workspace --workdir=/workspace govau/dashboard-build bash

The above command when run the first time will automatically pull the latest image from docker hub. If you run it again later, it will use the previously pulled version. To pull the latest version:

docker pull govau/dashboard-build
How to build it locally?

Assumes you have docker running

  1. Clone this repository:
git clone https://github.com/govau/dashboard-build.git
  1. Build the image and tag it dashboard-build:
docker build --tag dashboard-build dashboard-build
  1. Verify the built image:
docker run -it --rm dashboard-build bash

Tag summary

Content type

Image

Digest

Size

453.7 MB

Last updated

over 7 years ago

docker pull govau/dashboard-build