synapse (1.121.1)

Published 2025-01-10 01:44:07 +00:00 by ami

Installation

docker pull git.ami.sc/ami/synapse:1.121.1
sha256:815a184f48a71164b69cb2b90371910888e21854b62748b7f90925f5138ee716

Image Layers

KIWI 10.2.4
ARG PYTHON_VERSION
ARG PYTHON_VERSION SYNAPSE_VERSION
|2 PYTHON_VERSION=3.13 SYNAPSE_VERSION=v1.121.1 /bin/sh -c dnf -y update && dnf -y install python${PYTHON_VERSION} python${PYTHON_VERSION}-devel python${PYTHON_VERSION}-virtualenv libpq-devel g++ && dnf clean all
|2 PYTHON_VERSION=3.13 SYNAPSE_VERSION=v1.121.1 /bin/sh -c useradd -ms /bin/bash synapse
USER synapse
WORKDIR /app
|2 PYTHON_VERSION=3.13 SYNAPSE_VERSION=v1.121.1 /bin/sh -c virtualenv -p python${PYTHON_VERSION} . && source ./bin/activate && pip install --no-cache-dir --upgrade "pip" && pip install --no-cache-dir --upgrade "setuptools" && pip install --no-cache-dir "matrix-synapse==${SYNAPSE_VERSION}" && pip install --no-cache-dir "lxml" && pip install --no-cache-dir "matrix-synapse[postgres]" && pip install --no-cache-dir "matrix-synapse[oidc]"

Labels

Key Value
io.buildah.version 1.38.0
license MIT
name fedora
org.opencontainers.image.license MIT
org.opencontainers.image.name fedora
org.opencontainers.image.url https://fedoraproject.org/
org.opencontainers.image.vendor Fedora Project
org.opencontainers.image.version 41
vendor Fedora Project
version 41
Details
Container
2025-01-10 01:44:07 +00:00
1
OCI / Docker
linux/amd64
226 MiB
Versions (5) View all
1.121.1 2025-01-10
1.119.0 2024-11-23
1.118.0 2024-10-31
1.116.0 2024-10-06
1.115.0 2024-09-26