-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add package and disabled deployment for bluefin-cli * Bump forklift version * Bump sysext-dir-bluefin-cli image * Bump sysext-dir-bluefin-cli * Bump sysext-dir-bluefin-cli * Bump sysext-dir-bluefin-cli * Bump sysext-dir-bluefin-cli * Bump sysext-dir-bluefin-cli * Bump sysext-dir-bluefin-cli * Bump sysext-dir-bluefin-cli * Bump sysext-dir-bluefin-cli * Bump sysext-dir-bluefin-cli * Split bluefin-cli into three variants with mutually-exclusive depls * Bump sysext-dir-bluefin-cli-alpine-flatwrap
- Loading branch information
Showing
7 changed files
with
57 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
package: /deployments/bluefin-cli-systemd-extension | ||
features: | ||
- alpine-flatwrap | ||
disabled: true |
42 changes: 42 additions & 0 deletions
42
deployments/bluefin-cli-systemd-extension/forklift-package.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
package: | ||
description: A systemd sysext providing various binaries from bluefin-cli | ||
# Note: maintainers describes the maintainer(s) of the Forklift package, not the upstream software | ||
maintainers: | ||
- name: Ethan Li | ||
email: [email protected] | ||
# Note: I'm too lazy to go through all the constituent packages of bluefin-cli to determine their | ||
# licenses and sources for the package declaration; this is just a partial proof-of-concept | ||
# anyways! | ||
|
||
features: | ||
alpine-flatwrap: | ||
description: | ||
bluefin-cli tools provided through Alpine Linux and sandboxed with flatwrap | ||
(brew is not included because it's not available on Alpine) | ||
provides: | ||
file-exports: | ||
- description: systemd sysext | ||
source-type: oci-image | ||
url: ghcr.io/ethanjli/sysext-dir-bluefin-cli-alpine-flatwrap:sha-541579a | ||
source: / | ||
target: extensions/bluefin-cli | ||
wolfi-flatwrap: | ||
description: | ||
bluefin-cli tools provided through the official bluefin-cli image and sandboxed with flatwrap | ||
provides: | ||
file-exports: | ||
- description: systemd sysext | ||
source-type: oci-image | ||
url: ghcr.io/ethanjli/sysext-dir-bluefin-cli-wolfi-flatwrap:sha-b39e432 | ||
source: / | ||
target: extensions/bluefin-cli | ||
wolfi-flix: | ||
description: | ||
bluefin-cli tools provided through the official bluefin-cli image and sandboxed with flix | ||
provides: | ||
file-exports: | ||
- description: systemd sysext | ||
source-type: oci-image | ||
url: ghcr.io/ethanjli/sysext-dir-bluefin-cli-wolfi-flix:sha-b39e432 | ||
source: / | ||
target: extensions/bluefin-cli |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
package: /deployments/bluefin-cli-systemd-extension | ||
features: | ||
- wolfi-flatwrap | ||
disabled: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
package: /deployments/bluefin-cli-systemd-extension | ||
features: | ||
- wolfi-flix | ||
disabled: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters