chore: Use fully-qualified Docker image names
This brings us closer to being able to use our Docker setup with podman too.
This commit is contained in:
committed by
Jonas Platte
parent
ca1163c9cc
commit
ce315a5229
@@ -1,4 +1,4 @@
|
||||
FROM matrixdotorg/synapse:latest
|
||||
FROM docker.io/matrixdotorg/synapse:latest
|
||||
ADD ci-start.sh /ci-start.sh
|
||||
RUN chmod 770 /ci-start.sh
|
||||
ENTRYPOINT /ci-start.sh
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM matrixdotorg/synapse:latest
|
||||
FROM docker.io/matrixdotorg/synapse:latest
|
||||
ADD ci-start.sh /ci-start.sh
|
||||
RUN chmod 770 /ci-start.sh
|
||||
ENTRYPOINT /ci-start.sh
|
||||
|
||||
@@ -14,7 +14,7 @@ services:
|
||||
- 8228:8008/tcp
|
||||
|
||||
postgres:
|
||||
image: postgres
|
||||
image: docker.io/postgres
|
||||
environment:
|
||||
POSTGRES_PASSWORD: postgres
|
||||
POSTGRES_USER: postgres
|
||||
|
||||
Reference in New Issue
Block a user