Sign inSign up

pmcnabb/static-marks-builder

By pmcnabb

Updated over 3 years ago

Darek Kay's Static Marks

Image
0

999

pmcnabb/static-marks-builder repository overview

Container of https://github.com/darekkay/static-marks

Useful for CI/CD pipeline

Example pre-build test:

yamllint *.yaml

Example build:

/usr/lib/node_modules/static-marks/bin/static-marks.js build -t "My Bookmarks" -o mybookmarks.html mybookmarks.yaml

Source Dockerfile:

FROM alpine:latest

RUN apk add --update npm yamllint

WORKDIR /usr/lib
RUN npm install static-marks

Tag summary

Content type

Image

Digest

sha256:4a0e7c1e9

Size

50.4 MB

Last updated

over 3 years ago

docker pull pmcnabb/static-marks-builder