Skip to content

Commit

Permalink
Normalize image names
Browse files Browse the repository at this point in the history
  • Loading branch information
mtneug committed Nov 7, 2024
1 parent ffa05fc commit e6b07cd
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docker-compose/docker-compose.allinone.mariadb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ volumes:

services:
mariadb:
image: mariadb:10.5
image: docker.io/library/mariadb:10.5
environment:
MYSQL_ROOT_PASSWORD: root
MYSQL_DATABASE: opencast
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/docker-compose.allinone.postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ volumes:

services:
postgresql:
image: postgres:13-alpine
image: docker.io/library/postgres:13-alpine
environment:
POSTGRES_DB: opencast
POSTGRES_USER: opencast
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/docker-compose.multiserver.build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ volumes:

services:
mariadb:
image: mariadb:10.5
image: docker.io/library/mariadb:10.5
environment:
MYSQL_ROOT_PASSWORD: root
MYSQL_DATABASE: opencast
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/docker-compose.multiserver.mariadb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ volumes:

services:
mariadb:
image: mariadb:10.5
image: docker.io/library/mariadb:10.5
environment:
MYSQL_ROOT_PASSWORD: root
MYSQL_DATABASE: opencast
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/docker-compose.multiserver.postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ volumes:

services:
postgresql:
image: postgres:13-alpine
image: docker.io/library/postgres:13-alpine
environment:
POSTGRES_DB: opencast
POSTGRES_USER: opencast
Expand Down

0 comments on commit e6b07cd

Please sign in to comment.