Skip to content

Commit

Permalink
Add a bluefin-cli sysext (#6)
Browse files Browse the repository at this point in the history
* 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
ethanjli authored May 17, 2024
1 parent fd3278d commit cdb25ca
Show file tree
Hide file tree
Showing 7 changed files with 57 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
forklift-version: [0.7.2-alpha.5]
forklift-version: [0.7.2-alpha.6]
runs-on: ubuntu-latest
defaults:
run:
Expand Down
4 changes: 4 additions & 0 deletions deployments/bluefin-cli-alpine-flatwrap.deploy.yml
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 deployments/bluefin-cli-systemd-extension/forklift-package.yml
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
4 changes: 4 additions & 0 deletions deployments/bluefin-cli-wolfi-flatwrap.deploy.yml
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
4 changes: 4 additions & 0 deletions deployments/bluefin-cli-wolfi-flix.deploy.yml
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
2 changes: 1 addition & 1 deletion forklift-pallet.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
forklift-version: v0.7.2-alpha.4
forklift-version: v0.7.2-alpha.6

pallet:
path: github.com/ethanjli/pallet-example-exports
Expand Down
2 changes: 1 addition & 1 deletion forklift-repository.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
forklift-version: v0.7.2-alpha.4
forklift-version: v0.7.2-alpha.6

repository:
path: github.com/ethanjli/pallet-example-exports
Expand Down

0 comments on commit cdb25ca

Please sign in to comment.