Document skopeo --insecure-policy for the Fly push on NixOS

NixOS ships no default containers policy.json, so skopeo copy aborts with a
trust-policy error. Add --insecure-policy to the documented push command and
gitignore the result-fly build symlink.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
rzuasti
2026-06-18 09:35:58 -04:00
co-authored by Claude Opus 4.8
parent 31791fe0f2
commit 347e16346d
3 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
# See deploy/fly/README.md for the full deploy procedure.
app = "oott-test" # change to your chosen Fly app name
primary_region = "yyz" # change to a region near you / the reviewers
primary_region = "yyz" # change to a region near you / the reviewersu
# The image is built with Nix and pushed to the Fly registry (see README),
# so there is no [build] section: deploy with `fly deploy --image ...`.