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
Content type
Image
Digest
sha256:4a0e7c1e9…
Size
50.4 MB
Last updated
over 3 years ago
docker pull pmcnabb/static-marks-builder