Skip to content

Commit

Permalink
Merge pull request #13218 from Habbie/docker-compose-space
Browse files Browse the repository at this point in the history
switch from `docker-compose` to `docker compose` and stop installing docker-compose because that uninstalls runc
  • Loading branch information
Habbie authored Sep 6, 2023
2 parents 428a10f + 1eeedb0 commit 8dfbc47
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/changelog/4.8.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Changelogs for 4.8.x
:tags: Bug Fixes
:pullreq: 12992

YaHTTP: Prevent integer overflow on very large chunks
YaHTTP: Prevent integer overflow on very 3large chunks

.. change::
:tags: Improvements
Expand Down
4 changes: 2 additions & 2 deletions regression-tests.auth-py/runtests
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ fi
ignore="-I test_GSSTSIG.py"
if [ "${WITHKERBEROS}" = "YES" ]; then
ignore=""
(cd kerberos-server && docker-compose up --detach --build)
(cd kerberos-server && sudo docker compose up --detach --build)
fi

nosetests --with-xunit $ignore $@
ret=$?

if [ "${WITHKERBEROS}" = "YES" ]; then
(cd kerberos-server && docker-compose stop || exit 0)
(cd kerberos-server && sudo docker compose stop || exit 0)
fi
exit $ret
1 change: 0 additions & 1 deletion tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@
'curl',
'default-jre-headless',
'dnsutils',
'docker-compose',
'faketime',
'gawk',
'krb5-user',
Expand Down

0 comments on commit 8dfbc47

Please sign in to comment.