CASMHMS-6621 Updated CAPMC to point to latest SMD v2.45.0#93
CASMHMS-6621 Updated CAPMC to point to latest SMD v2.45.0#93arka-pramanik-hpe wants to merge 1 commit intomasterfrom
Conversation
|
👋 Hey! Here is the image we built for you (Artifactory Link): artifactory.algol60.net/csm-docker/unstable/cray-capmc-hmth-test:3.11.0-20251206175026.0ff85f8Use podman or docker to pull it down and inspect locally: podman pull artifactory.algol60.net/csm-docker/unstable/cray-capmc-hmth-test:3.11.0-20251206175026.0ff85f8Or, 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-capmc-hmth-test:3.11.0-20251206175026.0ff85f8
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/$IMAGESnyk ReportComing soon Software Bill of Materialscosign download sbom artifactory.algol60.net/csm-docker/unstable/cray-capmc-hmth-test:3.11.0-20251206175026.0ff85f8 > container_image.spdxIf you don't have cosign, then you can get it here. Note: this SHA is the merge of effe23f 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-capmc:3.11.0-20251206175023.0ff85f8Use podman or docker to pull it down and inspect locally: podman pull artifactory.algol60.net/csm-docker/unstable/cray-capmc:3.11.0-20251206175023.0ff85f8Or, 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-capmc:3.11.0-20251206175023.0ff85f8
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/$IMAGESnyk ReportComing soon Software Bill of Materialscosign download sbom artifactory.algol60.net/csm-docker/unstable/cray-capmc:3.11.0-20251206175023.0ff85f8 > container_image.spdxIf you don't have cosign, then you can get it here. Note: this SHA is the merge of effe23f and the PR base branch. Good luck and make rocket go now! 🌮 🚀 |
jwlv
left a comment
There was a problem hiding this comment.
Looks great! I'm only marking it as "Request changes" so that it doesn't accidentally merge before upper management gives approval for CSM 1.7.2 changes like this.
Also, remember to come back and update the date in the CHANGELOG.md file on the day of the merge to master so that it reflects then date the change is merged.
Summary and Scope
This PR updates go.mod to point to the latest SMD v2.45.0
Adopted app version 3.11.0 for CSM 1.7.2 (helm chart 5.1.5)
Issues and Related PRs
hms-capmc-chartsTesting
Tested on:
mugTest Results:
Pull Request Checklist