Skip to content

Commit

Permalink
Provide the machine-name binary (#11)
Browse files Browse the repository at this point in the history
* Export the machine-name binary from a multiarch Docker image

* Update `CHANGELOG.md`
  • Loading branch information
ethanjli authored May 16, 2024
1 parent 65bb42e commit 58a62eb
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project uses [Calendar Versioning](https://calver.org/) with a `YYYY.minor.patch` scheme.
All dates in this file are given in the [UTC time zone](https://en.wikipedia.org/wiki/Coordinated_Universal_Time).

## Unreleased

### Added

- `core/host/machine-name` now exports the `machine-name` binary into the PlanktoScope OS's overlay for `/usr`. The machine-name binary with the correct CPU architecture target for the host is selected when Forklift's downloads cache is populated.

## v2024.0.0-alpha.2 - 2024-04-25

### Added
Expand Down
5 changes: 5 additions & 0 deletions core/host/machine-name/forklift-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ deployment:
target: overlays/usr/lib/systemd/system/generate-machine-name.service
- description: systemd service enablement for generate-machine-name.service
target: overlays/etc/systemd/system/sysinit.target.wants/generate-machine-name.service
- description: machine-name binary
source-type: oci-image
url: ghcr.io/planktoscope/machine-name:0.1.3
source: machine-name
target: overlays/usr/bin/machine-name
filesets:
- description: Auto-generated file with the machine name
paths:
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.0
forklift-version: v0.7.2-alpha.3

repository:
path: github.com/PlanktoScope/device-pkgs
Expand Down

0 comments on commit 58a62eb

Please sign in to comment.