git: af96dc44e1cf - releng/14.2 - release: Add missing dependencies in the minimal OCI image
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 21 Nov 2024 23:43:05 UTC
The branch releng/14.2 has been updated by cperciva:
URL: https://cgit.FreeBSD.org/src/commit/?id=af96dc44e1cfa3d072beef070468509d68d91809
commit af96dc44e1cfa3d072beef070468509d68d91809
Author: Doug Rabson <dfr@FreeBSD.org>
AuthorDate: 2024-11-18 10:05:29 +0000
Commit: Colin Percival <cperciva@FreeBSD.org>
CommitDate: 2024-11-21 23:42:53 +0000
release: Add missing dependencies in the minimal OCI image
The pkg-bootstrap binary depends on fetch.
Approved by: re
Reviewed by: cperciva, emaste, bapt
Differential Revision: https://reviews.freebsd.org/D47661
MFC after: 1 day
(cherry picked from commit ca1f1d2c9419a5d66929ca6880b69901254645a6)
(cherry picked from commit 4a768794b836f781ecf798949b60e5c5d305f136)
---
release/tools/oci-image-minimal.conf | 3 +++
1 file changed, 3 insertions(+)
diff --git a/release/tools/oci-image-minimal.conf b/release/tools/oci-image-minimal.conf
index 122da1905436..82e2ce6a1bd3 100644
--- a/release/tools/oci-image-minimal.conf
+++ b/release/tools/oci-image-minimal.conf
@@ -12,7 +12,10 @@ oci_image_build() {
FreeBSD-runtime \
FreeBSD-certctl \
FreeBSD-kerberos-lib \
+ FreeBSD-libarchive \
FreeBSD-libexecinfo \
+ FreeBSD-libucl \
+ FreeBSD-fetch \
FreeBSD-rc \
FreeBSD-pkg-bootstrap \
FreeBSD-mtree