tests/api: add --net=host for podman command
Otherwise there are issues on el-10.
This commit is contained in:
parent
ce9b75ac87
commit
b3fc3919ca
1 changed files with 1 additions and 0 deletions
|
|
@ -119,6 +119,7 @@ sudo "${CONTAINER_RUNTIME}" run -d --name "${DB_CONTAINER_NAME}" \
|
|||
-e POSTGRES_PASSWORD=foobar \
|
||||
-e POSTGRES_DB=osbuildcomposer \
|
||||
-p 5432:5432 \
|
||||
--net host \
|
||||
quay.io/osbuild/postgres:13-alpine
|
||||
|
||||
# Dump the logs once to have a little more output
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue