]> git.ipfire.org Git - thirdparty/patchwork.git/commit
docker: Fix compat with latest patchwork/pyenv image
authorStephen Finucane <stephen@that.guru>
Sat, 6 Jun 2026 12:04:43 +0000 (13:04 +0100)
committerStephen Finucane <stephenfinucane@hotmail.com>
Sun, 7 Jun 2026 15:10:53 +0000 (16:10 +0100)
commit2c4ec9da20c153e0667fc89a0f9f7ee7251f16cf
tree3ef88e6ccfc27ee6ae607fe41560268b4b2be054
parent60f8be698f09e9020a25d61e4cccc00120e701f4
docker: Fix compat with latest patchwork/pyenv image

We switched to the Ubuntu 24.04 base image some time back. This includes
an ubuntu user that conflicts with the patchwork user we were creating.
Simplify this by using the ubuntu user instead.

Signed-off-by: Stephen Finucane <stephen@that.guru>
docker-compose-pg.yml
docker-compose-sqlite3.yml
docker-compose.yml
tools/docker/Dockerfile
tools/docker/entrypoint.sh