Skip to main content

max / alloy

Containerfile: bootstrap Terra via --repofrompath, canonical path Direct fetch from terra.fyi timed out — use the fyralabs-hosted --repofrompath bootstrap that installs terra-release, which then carries the persistent .repo file. This is the way Terra's docs document. No secondary DNS dependency.
Co-Authored-By
Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-07-04 15:45 UTC
Signed with PGP, not checked
Commit: 2dbda83ea1dfd98f3b35451985beef4b46a4ee10
Parent: 26da705
1 file changed, +5 insertions, -4 deletions
M Containerfile +5 -4
@@ -17,10 +17,11 @@
17 17 https://pkgs.tailscale.com/stable/fedora/tailscale.repo
18 18
19 19 # Terra — comprehensive Fedora repo for Wayland / Rust ecosystem
20 - # packages: anyrun, swayosd, swww, starship, and many others.
21 - # https://terra.fyi/
22 - RUN curl -fsSL -o /etc/yum.repos.d/terra.repo \
23 - https://terra.fyi/terra.repo
20 + # packages: anyrun, swayosd, swww, starship, yazi, and many others.
21 + # https://terra.fyralabs.com/
22 + RUN dnf install -y --nogpgcheck \
23 + --repofrompath='terra,https://repos.fyralabs.com/terra$releasever' \
24 + terra-release
24 25
25 26 # =====================================================================
26 27 # Package additions — full Alloy stack per docs/STACK.md