Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature/release]: Automate consistency verification of local Manifest-file's digest values with draft Manifest-file, during pre-release build #9107

Open
dstadulis opened this issue Sep 14, 2024 · 0 comments
Labels
docker Docker-related PRs/Issues enhancement Improvements to existing features / behaviour

Comments

@dstadulis
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
Developers must manually verify that the digest values generated produced during a local build match the manifest other developers have created. This verification step could be automated by automatically downloading the draft's manifest file and comparing digest values to what's been produced locally.

Describe the solution you'd like
After developer performs docker-release building,
New enhancement:
0) Edge case, If first developer to build release, upload draft manifest file

  1. Obtain draft release's manifest file
gh release download $(gh release list | head -1 | awk '{print $5}') -p "manifest*"
  1. verify that all local docker-release digests match, current release's draft manifest file.

Describe alternatives you've considered
Maintainers continue to perform the verification manually, consuming more worker-hours

@dstadulis dstadulis added the enhancement Improvements to existing features / behaviour label Sep 14, 2024
@saubyk saubyk added the docker Docker-related PRs/Issues label Sep 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docker Docker-related PRs/Issues enhancement Improvements to existing features / behaviour
Projects
None yet
Development

No branches or pull requests

2 participants