Skip to content

Commit

Permalink
docker: podman-friendly image locations
Browse files Browse the repository at this point in the history
Adds fully qualified canonical locations of container images, making the
container technology setup podman-friendly.

Closes reanahub/reana#729.
  • Loading branch information
tiborsimko committed Aug 8, 2023
1 parent 40e2e57 commit e2afec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ clean_old_db_container () {

start_db_container () {
echo '==> [INFO] Starting DB container...'
docker run --rm --name postgres__reana-db -p 5432:5432 -e POSTGRES_PASSWORD=mysecretpassword -d postgres:12.13
docker run --rm --name postgres__reana-db -p 5432:5432 -e POSTGRES_PASSWORD=mysecretpassword -d docker.io/library/postgres:12.13
_check_ready "Postgres" _db_check
}

Expand Down

0 comments on commit e2afec5

Please sign in to comment.