Recipe: support digest pinning at upgrade-time #916

Open
sixsmith wants to merge 5 commits from sixsmith/abra:main into main
Member

This change adds a --pindigests flag to abra recipe upgrade. The recipe maintainer still chooses a tagged container version that is semver-like, but abra will write the tag+multiplatform digest to compose.yml.

TODO

  • add unit tests
This change adds a `--pindigests` flag to `abra recipe upgrade`. The recipe maintainer still chooses a tagged container version that is semver-like, but abra will write the tag+multiplatform digest to `compose.yml`. TODO - [ ] add unit tests
Author
Member

Fixes #892

Fixes #892
sixsmith added 5 commits 2026-09-10 04:14:19 +00:00
* also run `go mod vendor`
* handle digests for the recipe subcommand
* add make parameter to pass args
sixsmith force-pushed main from 1f8b51ab40 to 0f7d991709 2026-09-10 04:14:19 +00:00 Compare
sixsmith marked the pull request as ready for review 2026-09-10 04:16:27 +00:00
You are not authorized to merge this pull request.
This pull request can be merged automatically.
This branch is out-of-date with the base branch
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u https://git.coopcloud.tech/sixsmith/abra main:sixsmith-main
git checkout sixsmith-main
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: toolshed/abra#916