aboutsummaryrefslogtreecommitdiff
path: root/release/tools/oci-image-dynamic.conf
diff options
context:
space:
mode:
Diffstat (limited to 'release/tools/oci-image-dynamic.conf')
-rw-r--r--release/tools/oci-image-dynamic.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/release/tools/oci-image-dynamic.conf b/release/tools/oci-image-dynamic.conf
new file mode 100644
index 000000000000..b146ff2cf7c3
--- /dev/null
+++ b/release/tools/oci-image-dynamic.conf
@@ -0,0 +1,11 @@
+#! /bin/sh
+
+# Build Open Container Initiative (OCI) container image suitable as a base for
+# dynamic-linked workloads. This adds libraries from the FreeBSD-clibs and
+# FreeBSD-openssl-lib packages.
+
+OCI_BASE_IMAGE=static
+
+oci_image_build() {
+ install_packages ${abi} ${workdir} $m FreeBSD-clibs FreeBSD-openssl-lib
+}