https://github.com/dotwee/docker-matrix-sydent
matrix-org/sydent docker image generator (multiarch!)
https://github.com/dotwee/docker-matrix-sydent
docker docker-image matrix matrix-sydent
Last synced: about 1 month ago
JSON representation
matrix-org/sydent docker image generator (multiarch!)
- Host: GitHub
- URL: https://github.com/dotwee/docker-matrix-sydent
- Owner: dotWee
- Created: 2021-09-03T18:15:15.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-20T01:03:39.000Z (almost 2 years ago)
- Last Synced: 2024-12-27T08:26:33.166Z (over 1 year ago)
- Topics: docker, docker-image, matrix, matrix-sydent
- Homepage:
- Size: 59.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [`dotwee/matrix-sydent`](https://github.com/dotWee/docker-matrix-sydent)




this repo is on charge of checking everyday if there is a new [Sydent](https://github.com/matrix-org/sydent/) version and create the proper docker image and push it to the [docker hub](https://hub.docker.com/r/dotwee/matrix-sydent) and [github packages](https://github.com/users/dotWee/packages/container/package/matrix-sydent) as need it.
currently supported & tested arch builds are `linux/amd64` & `linux/arm64`.
## pull
### from [docker hub](https://hub.docker.com/r/dotwee/matrix-sydent)
```bash
$ docker pull dotwee/matrix-sydent:latest
```
### from [github packages](https://github.com/dotWee/docker-matrix-sydent/pkgs/container/matrix-sydent)
```bash
$ docker pull ghcr.io/dotwee/matrix-sydent:latest
```
### available tags
- `linux/arm64`
- `linux/amd64`
## run
see the [official docker sydent docs](https://github.com/matrix-org/sydent#docker).
## references
- official matrix.org [sydent project site](https://matrix.org/docs/projects/other/sydent)
- [matrix-org/sydent](https://github.com/matrix-org/sydent) git repository
- prebuild docker image hosted on [docker hub](https://hub.docker.com/r/dotwee/matrix-sydent) and [github packages](https://github.com/dotWee/docker-matrix-sydent/pkgs/container/matrix-sydent)