Sign inSign up

amidostacks/lhci

By amidostacks

Updated over 6 years ago

Runs Lighthouse CI on a Node base

Image
2

10K+

amidostacks/lhci repository overview

Node with Lighthouse CI

Comes with Typescript and Lighthouse CI so build tasks can happen in the container without install dependencies.

Versions:

  • node: 12.x
  • typescript: 3.7.5
  • lhci:0.4.1

Usage

For more implementation usage information, see https://github.com/amido/stacks-webapp-template/pull/301

Amido Stacks maintainers

If you need to make changes to the image and publish to the Amido Stacks Docker Hub Organisation:

docker build -t amidostacks/lhci:0.0.2 . \
docker tag amidostakcs/lhci:0.0.2 amidostacks/lhci:0.0.2 \
docker push amidostacks/lhci:0.0.2
docker push amidostacks/lhci:latest
Private use

Push with your own USERNAME

docker build -t USERNAME/lhci:latest. \
docker tag USERNAME/lhci:latest amidostacks/lhci:latest \
docker push USERNAME/lhci:latest
Local
  1. Build the image or, pull the latest from amidostacks/node. docker image build -t amidostacks/lhci .

  2. Launch container interactive with bash: docker run --rm -it amidostacks/lhci:latest /bin/bash

Tag summary

Content type

Image

Digest

Size

566.7 MB

Last updated

over 6 years ago

docker pull amidostacks/lhci