-
Notifications
You must be signed in to change notification settings - Fork 25
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
scripts,.github: add artifacts checking script, update issue template. #457
scripts,.github: add artifacts checking script, update issue template. #457
Conversation
f6fcc84
to
a036e60
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we perhaps combine these lines with below lines in some runnable script ?
for i in nri-resource-policy-topology-aware nri-resource-policy-balloons nri-resource-policy-template nri-config-manager nri-memory-qos nri-memtierd; do \
skopeo inspect --format "$i: {{.Digest}}" docker://ghcr.io/containers/nri-plugins/$i:$VERSION;
done
006e118
to
bf85761
Compare
Added a release artifacts checking scripts and referred to it from the updated issue template. |
1580c10
to
c19114f
Compare
c19114f
to
4311193
Compare
4311193
to
584306d
Compare
584306d
to
1e263e0
Compare
Add a scripts/release/check-artifacts.sh script for doing release artifact verification. Signed-off-by: Krisztian Litkey <[email protected]>
1e263e0
to
2ba040c
Compare
2ba040c
to
49cbd21
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
49cbd21
to
f76a752
Compare
Signed-off-by: Krisztian Litkey <[email protected]>
f76a752
to
c79ecb1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Update github 'new release' issue template with instructions on how to check released Helm charts.