Update to 1.49.2 and don't name image test*

This commit is contained in:
Alex 2022-01-10 21:49:54 +01:00
parent 71062a2d40
commit 8544cd27bb
No known key found for this signature in database
GPG key ID: EDABF9711E244EB1
2 changed files with 5 additions and 5 deletions

View file

@ -6,11 +6,11 @@ services:
context: ./im/build/matrix-synapse
args:
# https://github.com/matrix-org/synapse/releases
VERSION: 1.48.0
VERSION: 1.49.2
# https://github.com/matrix-org/synapse-s3-storage-provider/commits/main
# Update with the latest commit on main each time you update the synapse version
# otherwise synapse may fail to launch due to incompatibility issues
# see this issue for an example: https://github.com/matrix-org/synapse-s3-storage-provider/issues/64
S3_VERSION: 41f5bf83485c61efb61c9e77f5e93cbeb969f517
image: lxpz/amd64_synapse:test7
S3_VERSION: 55e1846102e08c3b9686b0426c848d2163d7ba54
image: lxpz/amd64_synapse:1.49.2

View file

@ -52,7 +52,7 @@ job "im" {
task "synapse" {
driver = "docker"
config {
image = "lxpz/amd64_synapse:test7"
image = "lxpz/amd64_synapse:1.49.2"
ports = [ "http" ]
command = "python"
@ -108,7 +108,7 @@ job "im" {
driver = "docker"
config {
image = "lxpz/amd64_synapse:test7"
image = "lxpz/amd64_synapse:1.49.2"
readonly_rootfs = true
command = "/usr/local/bin/matrix-s3-async-sqlite"
work_dir = "/ephemeral"