Skip to content
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.

Latest commit

 

History

History
27 lines (19 loc) · 1.2 KB

README.rst

File metadata and controls

27 lines (19 loc) · 1.2 KB

Synapse Base Images

Dockerfiles for building docker images used in Synapse CI tests and the official Synapse Docker container for synapse v0.1.x images.

The Docker containers built from this repository do NOT have Synapse installed in them. They contain all Synapse dependencies and updated system packages, to ensure that Synapse is running with the latest updates. Integrations with pyup.io allow us to know right away when a third party module make break some functionality in Synapse.

The following images are available for use from Docker, having been built on python3.x-slim docker images:

  • vertexproject/synapse-base-image2:py36
  • vertexproject/synapse-base-image2:py37

Builds