-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CRAYSAT-1767: Download cray-sat image from csm-docker
The cray-sat image now publishes to csm-docker, and this is where the newer 3.0.0 version of cray-sat-podman expects it to be uploaded to Nexus on the system. Make the following changes: * Download cray-sat from csm-docker. This also has the side effect of uploading to the same path in Nexus upon installation * Change code in `lib/setup-nexus.sh` to tag the image as `csm-latest` in its new location in Nexus * Modify the `yq` command in `release.sh` that reads the `cray-sat` container image version from `docker/index.yaml` * Remove harmless but now unnecessary condition on `sat-docker` path in `build/images/inspect.sh` Test Description: Tested the `yq` command independently to ensure it could still get the version of `cray-sat`.
- Loading branch information
1 parent
75c0f2f
commit 446d10b
Showing
4 changed files
with
7 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters