Skip to content

blubber.yaml: Use latest buildkit stuff

Ahmon Dancy requested to merge main-Ieb2c65a335e1b0e0c6d2e241d0ea3906c4f54ead into main

Bump the blubber/buildkit frontend to v0.24.0.

Bump the version of buildkit from which buildctl is taken to
wmf-v0.14.1-3.

Made changes to comply with Blubber's new Python builder which always
creates a virtualenv.

Simplify the lint variant by not being picky about what local
context files are copied. Use an empty requirements list to avoid
needlessly installing packages that will be re-installed by tox.

Remove the chmod 0755 of /usr/local/bin/buildctl, which already has
the correct file mode in the the source image.

Prefix PATH with /srv/app/bin instead of attempting to make a symlink
to /srv/app/bin/kokkuri in /usr/local/bin (which doesn't work with the
new Blubber frontend).

Updated tests accordingly.

Edited by Ahmon Dancy

Merge request reports