WIP: Recipe: support digest pinning at upgrade-time #916

Draft
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
sixsmith added 3 commits 2026-08-28 17:26:53 +00:00
* also run `go mod vendor`
add --pindigests flag
continuous-integration/drone/pr Build is failing
3027156a6f
* handle digests for the recipe subcommand
* add make parameter to pass args
sixsmith added 1 commit 2026-08-28 17:42:59 +00:00
Author
Member

Fixes #892

Fixes #892
sixsmith added 1 commit 2026-08-28 18:13:43 +00:00
You are not authorized to merge this pull request.
This pull request can be merged automatically.
This pull request is marked as a work in progress.
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