archy/image-recipe
Dorian bd39de98e2 Update Alpine build scripts and configuration for Archipelago
- Updated the Alpine aports submodule to the latest commit.
- Modified the build script to clone the Alpine aports repository using the stable branch for better reliability.
- Refined the Archipelago profile by adding a title and description, and streamlined the list of additional packages.
- Adjusted the build date in hardware configuration files for HP ProDesk and merged overlays to reflect the latest build time.
2026-01-31 20:08:28 +00:00
..
aports @ 4315b9b90c
2026-01-31 20:08:28 +00:00
2026-01-24 22:01:51 +00:00
2026-01-24 22:01:51 +00:00
2026-01-24 22:01:51 +00:00
2026-01-24 22:59:20 +00:00
2026-01-24 22:59:20 +00:00
2026-01-24 22:01:51 +00:00
2026-01-24 22:59:20 +00:00
2026-01-24 22:01:51 +00:00
2026-01-24 22:59:20 +00:00
2026-01-24 22:01:51 +00:00
2026-01-24 22:59:20 +00:00
2026-01-24 22:01:51 +00:00
2026-01-24 22:59:20 +00:00
2026-01-24 22:01:51 +00:00
2026-01-24 22:01:51 +00:00
2026-01-24 22:59:20 +00:00

Archipelago OS Image Recipes

Build scripts and profiles for creating bootable Alpine Linux OS images for Archipelago Bitcoin Node OS.

Quick Start

On macOS

./build-macos.sh

On Linux

./build-linux.sh

See Building OS Images for detailed instructions.

What's Included

  • Alpine Linux Base: Minimal, secure Linux distribution
  • Podman: Container runtime for apps
  • Archipelago Backend: Rust-based API server
  • Archipelago Frontend: Vue.js web interface
  • Systemd Services: Automatic service management
  • Network Configuration: Ready for network setup

Build Output

  • archipelago-{version}-x86_64.iso - Bootable ISO image
  • archipelago-{version}-x86_64.img - Disk image for flashing

Supported Platforms

  • x86_64: Dell Optiplex, HP ProDesk 400 G4 DM, and other x86_64 desktops
  • Build Systems: macOS (via Docker) and Linux (native or Docker)

Legacy StartOS Build

The original StartOS build scripts are still available:

  • build.sh - StartOS Debian-based image builder
  • run-local-build.sh - StartOS build helper

See Building OS Images for Archipelago-specific builds.