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

chore: update checksums #457

Merged
merged 1 commit into from
Jul 17, 2024
Merged

chore: update checksums #457

merged 1 commit into from
Jul 17, 2024

Conversation

loosebazooka
Copy link
Member

@loosebazooka loosebazooka commented Jul 17, 2024

checksum extraction script:

#!/usr/bin/env bash
while read line
do 
  IFS=\  read -r checksum artifact <<< $line
  art_hash=$(echo $checksum | xxd -r -p | base64)
  art_os=${artifact#"container-structure-test-"}
  echo "\"$art_os\": \"sha256-${art_hash}\""
done

usage: cat checksums.txt | <./this-script.sh> where checksums.txt is in the github release (generated by goreleaser)

I'm not fully sure about the MODULE.bazel update -- is there no tool to do this automatically?

Signed-off-by: Appu Goundan <[email protected]>
@loosebazooka loosebazooka merged commit f3b74df into main Jul 17, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants