-
Notifications
You must be signed in to change notification settings - Fork 5
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
fix DiscoveryInfo key names #111
base: master
Are you sure you want to change the base?
Conversation
👋 Hey! Here is the image we built for you (Artifactory Link): artifactory.algol60.net/csm-docker/unstable/cray-smd-hmth-test:2.8.0-20230509111555.4db5097 Use podman or docker to pull it down and inspect locally: podman pull artifactory.algol60.net/csm-docker/unstable/cray-smd-hmth-test:2.8.0-20230509111555.4db5097 Or, use this script to pull the image from the build server to a dev system: Dev System Pull Script
#!/usr/bin/env bash
IMAGE=artifactory.algol60.net/csm-docker/unstable/cray-smd-hmth-test:2.8.0-20230509111555.4db5097
podman run --rm --network host \
quay.io/skopeo/stable copy \
--src-tls-verify=false \
--dest-tls-verify=false \
--dest-username "$(kubectl -n nexus get secret nexus-admin-credential -o json | jq -r '.data.username | @base64d')" \
--dest-password "$(kubectl -n nexus get secret nexus-admin-credential -o json | jq -r '.data.password | @base64d')" \
docker://$IMAGE \
docker://registry.local/$IMAGE Snyk ReportComing soon Software Bill of Materialscosign download sbom artifactory.algol60.net/csm-docker/unstable/cray-smd-hmth-test:2.8.0-20230509111555.4db5097 > container_image.spdx If you don't have cosign, then you can get it here. Note: this SHA is the merge of 94f894d and the PR base branch. Good luck and make rocket go now! 🌮 🚀 |
👋 Hey! Here is the image we built for you (Artifactory Link): artifactory.algol60.net/csm-docker/unstable/cray-smd:2.8.0-20230509111600.4db5097 Use podman or docker to pull it down and inspect locally: podman pull artifactory.algol60.net/csm-docker/unstable/cray-smd:2.8.0-20230509111600.4db5097 Or, use this script to pull the image from the build server to a dev system: Dev System Pull Script
#!/usr/bin/env bash
IMAGE=artifactory.algol60.net/csm-docker/unstable/cray-smd:2.8.0-20230509111600.4db5097
podman run --rm --network host \
quay.io/skopeo/stable copy \
--src-tls-verify=false \
--dest-tls-verify=false \
--dest-username "$(kubectl -n nexus get secret nexus-admin-credential -o json | jq -r '.data.username | @base64d')" \
--dest-password "$(kubectl -n nexus get secret nexus-admin-credential -o json | jq -r '.data.password | @base64d')" \
docker://$IMAGE \
docker://registry.local/$IMAGE Snyk ReportComing soon Software Bill of Materialscosign download sbom artifactory.algol60.net/csm-docker/unstable/cray-smd:2.8.0-20230509111600.4db5097 > container_image.spdx If you don't have cosign, then you can get it here. Note: this SHA is the merge of 94f894d and the PR base branch. Good luck and make rocket go now! 🌮 🚀 |
Signed-off-by: Jacob Salmela <[email protected]>
7fcff1c
to
94f894d
Compare
Summary and Scope
Sets the correct key names for
DiscoveryInfo
Issues and Related PRs
Testing
Tested on:
Test description:
Used the spec to generate a go library and tested unmarshalling a redfishEndpoint.
Risks and Mitigations
Low
Pull Request Checklist