Skip to content

Commit

Permalink
explicitly specify the repository used for postgres as docker.io (#997)
Browse files Browse the repository at this point in the history
Co-authored-by: David Koenitzer <davidkoenit@gmail.com>
  • Loading branch information
2 people authored and kushalmalani committed Jan 20, 2023
1 parent 2734c47 commit bce5237
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion airflow/docker_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ volumes:
services:
postgres:
image: postgres:12.6
image: docker.io/postgres:12.6
restart: unless-stopped
networks:
- airflow
Expand Down
2 changes: 1 addition & 1 deletion airflow/include/composeyml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ volumes:

services:
postgres:
image: postgres:12.6
image: docker.io/postgres:12.6
restart: unless-stopped
networks:
- airflow
Expand Down

0 comments on commit bce5237

Please sign in to comment.