Bundle image for node and chromium, to use in CI/CD pipeline for test automation
880
Bundle image for node and chromium, to use in CI/CD pipeline for test automation
Dockerfile:
FROM node:lts
RUN apt update
RUN apt install -y chromium
ENV CHROME_BIN=/usr/bin/chromium
Content type
Image
Digest
sha256:bca458747…
Size
644.4 MB
Last updated
almost 2 years ago
docker pull fpaparoni/node-chromium