FreeBSD Bugzilla – Attachment 249142 Details for
Bug 277680
[NEW PORT] sysutils/dockerbox: Dockerd host running in Bhyve
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
The patch of the new port: dockerbox
dockerbox.patch (text/plain), 2.87 KB, created by
Chun Cheng Yeh
on 2024-03-14 02:54:39 UTC
(
hide
)
Description:
The patch of the new port: dockerbox
Filename:
MIME Type:
Creator:
Chun Cheng Yeh
Created:
2024-03-14 02:54:39 UTC
Size:
2.87 KB
patch
obsolete
>From e764894c12d82e0dbdf6ac1fb73190f987c7cf9d Mon Sep 17 00:00:00 2001 >From: Leafoliage <leafoliages@gmail.com> >Date: Thu, 14 Mar 2024 10:39:01 +0800 >Subject: [PATCH] Add port: dockerbox > >--- > sysutils/dockerbox/Makefile | 34 ++++++++++++++++++++++++++++++++++ > sysutils/dockerbox/distinfo | 5 +++++ > sysutils/dockerbox/pkg-descr | 3 +++ > sysutils/dockerbox/pkg-plist | 5 +++++ > 4 files changed, 47 insertions(+) > create mode 100644 sysutils/dockerbox/Makefile > create mode 100644 sysutils/dockerbox/distinfo > create mode 100644 sysutils/dockerbox/pkg-descr > create mode 100644 sysutils/dockerbox/pkg-plist > >diff --git a/sysutils/dockerbox/Makefile b/sysutils/dockerbox/Makefile >new file mode 100644 >index 000000000000..407b8d8fb4d3 >--- /dev/null >+++ b/sysutils/dockerbox/Makefile >@@ -0,0 +1,34 @@ >+PORTNAME= dockerbox >+PORTVERSION= 0.1.4 >+DISTVERSIONPREFIX= v >+CATEGORIES= sysutils >+ >+MAINTAINER= leafoliages@gmail.com >+COMMENT= Docker daemon inside virtualized Linux >+WWW= https://github.com/leafoliage/freebsd-dockerbox >+ >+LICENSE= BSD2CLAUSE >+LICENSE_FILE= ${WRKSRC}/LICENSE >+ >+ONLY_FOR_ARCHS= amd64 >+ >+RUN_DEPENDS= grub2-bhyve>0:sysutils/grub2-bhyve >+ >+USE_GITHUB= yes >+GH_ACCOUNT= leafoliage >+GH_PROJECT= freebsd-dockerbox >+ >+DISK_DISTNAME= dockerbox-img >+DISKVERSION= 0.1.1 >+MASTER_SITES= https://github.com/leafoliage/freebsd-dockerbox/releases/download/disk-${DISKVERSION}/:diskimg >+DISTFILES= ${DISK_DISTNAME}-${DISKVERSION}.tar.zstd:diskimg >+WRKSRC_DISKIMG= ${WRKDIR}/${DISK_DISTNAME}-${DISKVERSION} >+ >+NO_BUILD= yes >+ >+post-extract: >+ @${MKDIR} ${WRKSRC}/share >+ @${MV} ${WRKSRC_DISKIMG}/disk.img ${WRKSRC}/share >+ @${MV} ${WRKSRC_DISKIMG}/device.map ${WRKSRC}/share >+ >+.include <bsd.port.mk> >diff --git a/sysutils/dockerbox/distinfo b/sysutils/dockerbox/distinfo >new file mode 100644 >index 000000000000..e338b9646b38 >--- /dev/null >+++ b/sysutils/dockerbox/distinfo >@@ -0,0 +1,5 @@ >+TIMESTAMP = 1710381957 >+SHA256 (dockerbox-img-0.1.1.tar.zstd) = 78512a9e7c61371124db962ee0eceb83a5994a784290c33c25e798a9ea98e480 >+SIZE (dockerbox-img-0.1.1.tar.zstd) = 1322854964 >+SHA256 (leafoliage-freebsd-dockerbox-v0.1.4_GH0.tar.gz) = 532e1800a45882ec2a21e11cbf32d43cff47c7facb227dabbf7dca9e2f332a13 >+SIZE (leafoliage-freebsd-dockerbox-v0.1.4_GH0.tar.gz) = 5193 >diff --git a/sysutils/dockerbox/pkg-descr b/sysutils/dockerbox/pkg-descr >new file mode 100644 >index 000000000000..e61bd3d1c318 >--- /dev/null >+++ b/sysutils/dockerbox/pkg-descr >@@ -0,0 +1,3 @@ >+Dockerbox deploys a Linux guest to run docker daemon host system so >+that it serves as a "remote" host enabling the use of docker on >+FreeBSD host system. >diff --git a/sysutils/dockerbox/pkg-plist b/sysutils/dockerbox/pkg-plist >new file mode 100644 >index 000000000000..7b34f28decdd >--- /dev/null >+++ b/sysutils/dockerbox/pkg-plist >@@ -0,0 +1,5 @@ >+etc/dockerbox/dockerbox.conf >+etc/rc.d/dockerbox >+sbin/dockerbox >+share/dockerbox/device.map >+share/dockerbox/disk.img >-- >2.43.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 277680
: 249142 |
249269