Skip to content

makefile: upgade valve-infra-base-container's archlinux:base-devel tag

Fixes some issues with importing a new key into the archlinux-keyring:

    TASK [base : Installing base packages]
    ...
    :: Import PGP key 139B09DA5BF0D338, \"David Runge <dvzrv@archlinux.org>\"? [Y/n]
    checking package integrity...
    :: File /var/cache/pacman/pkg/python-libtmux-0.12.0-1-any.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)).
    Do you want to delete it? [Y/n]
    :: File /var/cache/pacman/pkg/tmuxp-1.12.0-1-any.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)).
    Do you want to delete it? [Y/n]
    Errors occurred, no packages were upgraded.

This could be imported manually, but pacman-key has to be set up (pacman-key --init) and doing all of that seems more complicated than just bumping the base container's OS version... which should probably happen anyways.

Merge request reports