containers

Continuous Integration Continuous Delivery Containers

Containers for CI/CD

Continuous Integration / Continous Delivery Containers

Current list of Images

  • rsync Needed for Delivery of updates efficiently, connecting to the server via SSH.

      docker pull git.datapeak.it/containers/rsync:latest
    

    Hint: Use the workflow with SSH

  • static-web Build your npm website to be deployed with rsync.

      docker pull git.datapeak.it/containers/static-web:latest
    
  • cassapeak-be (deprecate) Has rsync and npm, unclear the naming convention and destiny.

      docker pull git.datapeak.it/containers/cassapeak-be:latest
    
List containers
Updated 2026-03-30 21:26:12 +00:00
Updated 2026-02-27 17:51:39 +00:00