Pin woodpecker docker images
This commit is contained in:
parent
77e1acf2e4
commit
2982f764c5
@ -1,17 +1,17 @@
|
|||||||
variables:
|
variables:
|
||||||
- &node_image 'node:20-alpine'
|
- &node_image 'node:20.5.1'
|
||||||
- &create_synapse_access_token >-
|
- &create_synapse_access_token >-
|
||||||
echo '{"user_id":"ci-dummy","access_token":"ci-dummy","home_server":"ci-dummy","device_id":"ci-dummy"}' > src/config/synapse_access_token.json
|
echo '{"user_id":"ci-dummy","access_token":"ci-dummy","home_server":"ci-dummy","device_id":"ci-dummy"}' > src/config/synapse_access_token.json
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
lint-markdown:
|
lint-markdown:
|
||||||
image: markdownlint/markdownlint:latest
|
image: markdownlint/markdownlint:0.12.0
|
||||||
group: test
|
group: test
|
||||||
commands:
|
commands:
|
||||||
- mdl .
|
- mdl .
|
||||||
|
|
||||||
check-pre-commit:
|
check-pre-commit:
|
||||||
image: python:latest
|
image: python:3.11.5
|
||||||
group: test
|
group: test
|
||||||
environment:
|
environment:
|
||||||
- SKIP=no-commit-to-branch # Ignore "don't commit to protected branch" check
|
- SKIP=no-commit-to-branch # Ignore "don't commit to protected branch" check
|
||||||
|
|||||||
@ -3,7 +3,7 @@ version: '3'
|
|||||||
services:
|
services:
|
||||||
|
|
||||||
synapse:
|
synapse:
|
||||||
image: docker.io/matrixdotorg/synapse:latest
|
image: docker.io/matrixdotorg/synapse:v1.91.0
|
||||||
# Since synapse does not retry to connect to the database, restart upon
|
# Since synapse does not retry to connect to the database, restart upon
|
||||||
# failure
|
# failure
|
||||||
restart: "no"
|
restart: "no"
|
||||||
@ -43,7 +43,7 @@ services:
|
|||||||
synapse-admin:
|
synapse-admin:
|
||||||
container_name: synapse-admin
|
container_name: synapse-admin
|
||||||
hostname: synapse-admin
|
hostname: synapse-admin
|
||||||
image: awesometechnologies/synapse-admin:latest
|
image: awesometechnologies/synapse-admin:0.8.7
|
||||||
ports:
|
ports:
|
||||||
- "8080:80"
|
- "8080:80"
|
||||||
restart: "no"
|
restart: "no"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user