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

CASMHMS-6283 Fix boot loop #62

Merged
merged 3 commits into from
Oct 4, 2024
Merged

CASMHMS-6283 Fix boot loop #62

merged 3 commits into from
Oct 4, 2024

Conversation

rustydb
Copy link
Contributor

@rustydb rustydb commented Oct 4, 2024

Fallout from #61. A missing newline character, causes the call to boot to be skipped.

Copy link

github-actions bot commented Oct 4, 2024

👋 Hey! Here is the image we built for you (Artifactory Link):

artifactory.algol60.net/csm-docker/unstable/cray-bss:1.28.0-20241004161002.5705422

Use podman or docker to pull it down and inspect locally:

podman pull artifactory.algol60.net/csm-docker/unstable/cray-bss:1.28.0-20241004161002.5705422

Or, use this script to pull the image from the build server to a dev system:

Dev System Pull Script

Note the following script only applies to systems running CSM 1.2 or later.

#!/usr/bin/env bash

IMAGE=artifactory.algol60.net/csm-docker/unstable/cray-bss:1.28.0-20241004161002.5705422

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 Report

Coming soon

Software Bill of Materials
cosign download sbom artifactory.algol60.net/csm-docker/unstable/cray-bss:1.28.0-20241004161002.5705422 > container_image.spdx

If you don't have cosign, then you can get it here.

Note: this SHA is the merge of 7656d2d and the PR base branch. Good luck and make rocket go now! 🌮 🚀

Copy link

github-actions bot commented Oct 4, 2024

👋 Hey! Here is the image we built for you (Artifactory Link):

artifactory.algol60.net/csm-docker/unstable/cray-bss-hmth-test:1.28.0-20241004161004.5705422

Use podman or docker to pull it down and inspect locally:

podman pull artifactory.algol60.net/csm-docker/unstable/cray-bss-hmth-test:1.28.0-20241004161004.5705422

Or, use this script to pull the image from the build server to a dev system:

Dev System Pull Script

Note the following script only applies to systems running CSM 1.2 or later.

#!/usr/bin/env bash

IMAGE=artifactory.algol60.net/csm-docker/unstable/cray-bss-hmth-test:1.28.0-20241004161004.5705422

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 Report

Coming soon

Software Bill of Materials
cosign download sbom artifactory.algol60.net/csm-docker/unstable/cray-bss-hmth-test:1.28.0-20241004161004.5705422 > container_image.spdx

If you don't have cosign, then you can get it here.

Note: this SHA is the merge of 7656d2d and the PR base branch. Good luck and make rocket go now! 🌮 🚀

A missing `\n` in #61 prevents the `boot` commmand from getting called,
leading to a bootloop.
@shunr-hpe shunr-hpe merged commit d4e5d6b into master Oct 4, 2024
15 checks passed
@shunr-hpe shunr-hpe deleted the CASMHMS-6283 branch October 4, 2024 16:16
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.

3 participants