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

ROX-25620: Switch Konflux tasks to new repos #1780

Merged
merged 1 commit into from
Aug 7, 2024

Conversation

msugakov
Copy link
Contributor

@msugakov msugakov commented Aug 6, 2024

Description

See ROX-25620 for context.

Used the following simple script to figure out new tasks digests:

$ cat figure-digest.sh
#!/usr/bin/env bash

image="$1"

podman pull "$image"
digest="$(podman inspect "$image" | jq -r '.[0].Digest')"

echo "$image@$digest"
echo -n "$image@$digest" | xclip -selection c

Checklist

  • Investigated and inspected CI test results
  • [ ] Updated documentation accordingly

Automated testing

No automated tests.

Testing Performed

Only CI.

@msugakov msugakov merged commit 9c769ac into master Aug 7, 2024
129 of 152 checks passed
@msugakov msugakov deleted the misha/ROX-25620-konflux-tasks-move branch August 7, 2024 07:59
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