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

Update Dockerfile for python build issue #99

Merged
merged 3 commits into from
Aug 1, 2024
Merged

Update Dockerfile for python build issue #99

merged 3 commits into from
Aug 1, 2024

Conversation

mbuchmann-hpe
Copy link
Contributor

@mbuchmann-hpe mbuchmann-hpe commented Aug 1, 2024

Summary and Scope

Build failed due to Python change - fixed docker file

Issues and Related PRs

CASMHMS-6244

Testing

Was able to reproduce locally and change provided clean build and did not affect running of loader.

@mbuchmann-hpe mbuchmann-hpe requested review from a team as code owners August 1, 2024 16:34
@mbuchmann-hpe mbuchmann-hpe requested review from mharding-hpe, shunr-hpe and jwlv and removed request for mharding-hpe August 1, 2024 16:34
Copy link

github-actions bot commented Aug 1, 2024

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

artifactory.algol60.net/csm-docker/unstable/cray-firmware-action-hmth-test:1.33.0-20240801204557.58b5ed2

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

podman pull artifactory.algol60.net/csm-docker/unstable/cray-firmware-action-hmth-test:1.33.0-20240801204557.58b5ed2

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-firmware-action-hmth-test:1.33.0-20240801204557.58b5ed2

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-firmware-action-hmth-test:1.33.0-20240801204557.58b5ed2 > container_image.spdx

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

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

Copy link

github-actions bot commented Aug 1, 2024

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

artifactory.algol60.net/csm-docker/unstable/cray-firmware-action:1.33.0-20240801204556.58b5ed2

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

podman pull artifactory.algol60.net/csm-docker/unstable/cray-firmware-action:1.33.0-20240801204556.58b5ed2

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-firmware-action:1.33.0-20240801204556.58b5ed2

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-firmware-action:1.33.0-20240801204556.58b5ed2 > container_image.spdx

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

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

Dockerfile Show resolved Hide resolved
@mbuchmann-hpe mbuchmann-hpe merged commit 8bd78d7 into master Aug 1, 2024
17 checks passed
@mbuchmann-hpe mbuchmann-hpe deleted the BuildFix branch August 1, 2024 20:48
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