Accepting request 1070183 from devel:microos:containers

OBS-URL: https://build.opensuse.org/request/show/1070183
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/keylime-control-plane-image?expand=0&rev=3
This commit is contained in:
Dominique Leuenberger 2023-03-08 13:54:25 +00:00 committed by Git OBS Bridge
commit 05c8637c99
2 changed files with 6 additions and 0 deletions

View File

@ -36,6 +36,7 @@ RUN set -euo pipefail; \
python3-packaging \
python3-pyasn1 \
python3-pyasn1-modules \
libefivar1 \
iproute2; \
zypper -n clean; \
rm -rf /var/log/*

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Mar 8 12:49:21 UTC 2023 - Alberto Planas Dominguez <aplanas@suse.com>
- Add libefivars, as it is required for measure boot
-------------------------------------------------------------------
Fri Mar 3 15:15:11 UTC 2023 - Alberto Planas Dominguez <aplanas@suse.com>