fix(stackyard): correct image tag to 1.7.1 #20
No reviewers
Labels
No labels
lab-honing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
adam/foundry!20
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix-stackyard-image-tag"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The ghcr image tag is
1.7.1(nov) —v1.7.1returnsmanifest unknownand the Dockhand deploy fails. GitHub release is v1.7.1 but the image drops the v (same as the voidauth tag trap).After merge: re-sync the stack in Dockhand. Also needs a one-time host
chown -R 1000:1000 /mnt/user/appdata/stackyardso the containernodeuser can write /data (fixes the EACCES on apps.json).