Commit Graph
3 Commits
Author SHA1 Message Date
alec.turner 407baf9727 correction to package format
the package format was slightly off - there should have been a folder in the
root of the archive wrapping the package contents. This is now implemented.
2024-03-06 09:03:03 -08:00
alec.turner 3c3af11360 build separate x86_64/aarch64 packages and explicitly define images 2024-03-05 15:12:55 -08:00
alec.turner ca3d2f5540 Implement basic packaging/install/entry scripts
The packaging script will create a new tar.bz2 archive containing an install
script, a set of docker images, and a root folder with files to be installed.
The root folder includes a systemd service, a docker compose file, an entry
script, and a template config file.

On installation docker images are loaded onto the target system, install files
are copied, then systemd services are installed.
2024-02-28 16:52:07 -08:00