diff options
| author | Tom Rini <trini@konsulko.com> | 2024-04-13 10:18:38 -0600 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2024-04-13 10:18:38 -0600 |
| commit | 266603d8c39cf4d194e2cfe8d86d870590e150e0 (patch) | |
| tree | 409a82b720c8845ba8a2ff3289f3801ee4b6d258 /doc/build/docker.rst | |
| parent | 977fc15e9806ce3af2c20228acc3c744f9c3ed0c (diff) | |
| parent | f1f4b0e6f37d801f01d043a1ed44b88e7fdd1d92 (diff) | |
Merge tag 'efi-2024-07-rc1-2' of https://source.denx.de/u-boot/custodians/u-boot-efi
Pull request efi-2024-07-rc1-2
Documentation:
* bump build dependency idna to 3.7
* update docker image reference to latest
* fix section levels in gen_compile_commands
* fix references to trace doc
UEFI:
* eliminate duplicate runtime section definitions
* let 'EFI using ACPI tables at' be a debug message
* sanitize efi_tcg2_final_events_table definition
* move efi_var_collect to common functions
* improve error messages in variables unit test by using
EFI_UNSUPPORTED for private authenticated variables
Diffstat (limited to 'doc/build/docker.rst')
| -rw-r--r-- | doc/build/docker.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/docker.rst b/doc/build/docker.rst index 953d1b28a06..45659b3b89d 100644 --- a/doc/build/docker.rst +++ b/doc/build/docker.rst @@ -11,4 +11,4 @@ Or to use an existing container .. code-block:: bash - sudo docker pull trini/u-boot-gitlab-ci-runner:bionic-20200807-02Sep2020 + sudo docker pull trini/u-boot-gitlab-ci-runner:jammy-20240227-14Mar2024 |
