Add way to specify ubuntu build image

This commit is contained in:
Francesco Mazzoli
2025-10-16 14:00:30 +00:00
parent 924e75674f
commit c1e3fa9807

View File

@@ -28,7 +28,7 @@ if build_type in ('ubuntu', 'ubuntudebug', 'ubuntusanitized', 'ubuntuvalgrind',
if build_type.startswith('alpine'):
container = 'ghcr.io/xtxmarkets/ternfs-alpine-build:2025-09-18-1'
else:
container = 'ghcr.io/xtxmarkets/ternfs-ubuntu-build:2025-09-18'
container = os.getenv('TERN_UBUNTU_BUILD_CONTAINER', 'ghcr.io/xtxmarkets/ternfs-ubuntu-build:2025-09-18')
# See <https://groups.google.com/g/seastar-dev/c/r7W-Kqzy9O4>
# for motivation for `--security-opt seccomp=unconfined`,
# the `--pids-limit -1` is not something I hit but it seems