git: 4a768794b836 - stable/14 - release: Add missing dependencies in the minimal OCI image
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 20 Nov 2024 17:17:24 UTC
The branch stable/14 has been updated by dfr:
URL: https://cgit.FreeBSD.org/src/commit/?id=4a768794b836f781ecf798949b60e5c5d305f136
commit 4a768794b836f781ecf798949b60e5c5d305f136
Author: Doug Rabson <dfr@FreeBSD.org>
AuthorDate: 2024-11-18 10:05:29 +0000
Commit: Doug Rabson <dfr@FreeBSD.org>
CommitDate: 2024-11-20 17:16:42 +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)
---
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