Skip to content

ThePinsTeam-CustomImageBuilds/cicd-images

Repository files navigation

GitLab CI/CD Docker Images

This repository is where our Docker images for GitLab CI/CD usage are being crafted, along with some other stuff our infra team is doing here. Please, read the README of the respective images before you use them on your own repos.

What's we're currently maintaining

  • mkdocs-material - Our own version of squidfunk/mkdocs-material, using latest version fo Python as possible.
    • To run the liveserver locally, run this command: docker run --rm -it -p 8000:8000 -v ${PWD}:/docs madebythepinshub/mkdocs-material:liveserver liveserver
    • WARNING: The liveserver tag is being deprecated and may be remove permanently from Docker Hub.

Contributing

See the CONTRIBUTTING.md for details for contributing images for us or improving an existing one.

This repository adheres to The Pins Team Community Code of Conduct, based on Contributor Convenant v2.0, and [the Developer's Certificate of Origin].