FreeBSD Bugzilla – Attachment 249269 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]
Revised patch for new port: dockerbox
dockerbox.patch (text/plain), 2.23 KB, created by
Chun Cheng Yeh
on 2024-03-18 15:55:41 UTC
(
hide
)
Description:
Revised patch for new port: dockerbox
Filename:
MIME Type:
Creator:
Chun Cheng Yeh
Created:
2024-03-18 15:55:41 UTC
Size:
2.23 KB
patch
obsolete
>From 60a643172249e55d23f26f2a286b89a0cc45efe3 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 | 23 +++++++++++++++++++++++ > sysutils/dockerbox/distinfo | 3 +++ > sysutils/dockerbox/pkg-descr | 3 +++ > sysutils/dockerbox/pkg-plist | 3 +++ > 4 files changed, 32 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..5dd32cee2de8 >--- /dev/null >+++ b/sysutils/dockerbox/Makefile >@@ -0,0 +1,23 @@ >+PORTNAME= dockerbox >+PORTVERSION= 0.1.6 >+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 >+ >+NO_BUILD= yes >+ >+.include <bsd.port.mk> >diff --git a/sysutils/dockerbox/distinfo b/sysutils/dockerbox/distinfo >new file mode 100644 >index 000000000000..67efd4b6638e >--- /dev/null >+++ b/sysutils/dockerbox/distinfo >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1710776788 >+SHA256 (leafoliage-freebsd-dockerbox-v0.1.6_GH0.tar.gz) = edd9424baa91c3cf5ece2595d9d762169b18867ecebd6cddb230e6a8d4558eb9 >+SIZE (leafoliage-freebsd-dockerbox-v0.1.6_GH0.tar.gz) = 5563 >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..238052f92ef2 >--- /dev/null >+++ b/sysutils/dockerbox/pkg-plist >@@ -0,0 +1,3 @@ >+etc/dockerbox/dockerbox.conf >+etc/rc.d/dockerbox >+sbin/dockerbox >-- >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