Sign inSign up

joehorn/frontend-ci-worker

By joehorn

Updated 4 days ago

Docker image for doing front-end related CI/CD jobs with some tools.

Image
Developer tools
0

5.2K

joehorn/frontend-ci-worker repository overview

Front-end CI/CD worker

This image was built for doing front-end related CI/CD jobs.

Active tags

  • latest , which will be weekly built/updated

Volume(s)

  • /workspace

Bundled tools/commands

Notes

  • This image can run with GitLab runner.
  • This image can be directly run in CLI and mount volume, but file/directory permissions might be changed.
  # chmod -R 777 .
  # docker run --rm -v "$(pwd)":/workspace joehorn/frontend-ci-worker:latest npm ll

Maintainer info.

Blog : https://www.joehorn.tw/

Tag summary

Content type

Image

Digest

sha256:e80e58706

Size

105.5 MB

Last updated

4 days ago

docker pull joehorn/frontend-ci-worker