chore: update versions in environments/manager/images.yml #2831
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Base PullRequest
default branch (https://github.com/osism/testbed/tree/main)
Command results
Details:
add path
pip3 install jinja2
Collecting jinja2 Downloading jinja2-3.1.6-py3-none-any.whl.metadata (2.9 kB) Collecting MarkupSafe>=2.0 (from jinja2) Downloading markupsafe-3.0.3-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (2.7 kB) Downloading jinja2-3.1.6-py3-none-any.whl (134 kB) Downloading markupsafe-3.0.3-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (23 kB) Installing collected packages: MarkupSafe, jinja2 Successfully installed MarkupSafe-3.0.3 jinja2-3.1.6pip3 install requests
pip3 install pyyaml
curl -o images.yml https://raw.githubusercontent.com/osism/cfg-generics/main/environments/manager/images.yml
stderr:
% Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5979 100 5979 0 0 49498 0 --:--:-- --:--:-- --:--:-- 49825curl -o render-images.py https://raw.githubusercontent.com/osism/cfg-generics/main/src/render-images.py
stderr:
% Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2025 100 2025 0 0 21175 0 --:--:-- --:--:-- --:--:-- 21093python3 render-images.py
rm -f render-images.py
mv images.yml environments/manager/images.yml
Changed files
Changed file: