-
Notifications
You must be signed in to change notification settings - Fork 341
ctsm5.3.049: Preferentially use Podman for ctsm-docs container #3153
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
Merged
samsrabin
merged 22 commits into
ESCOMP:master
from
samsrabin:doc-builder-podman-support
May 27, 2025
Merged
Changes from 19 commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
ad4bbb0
doc-builder: Add Podman support.
samsrabin 158f650
Genericize "Docker" to "container" in doc-builder and tools.
samsrabin f485a7e
Rename some docs files that didn't need "docker" in their name.
samsrabin 9efc3d9
Update docs instructions to use Podman.
samsrabin 4f23910
Update ctsm-docs container build instructions to use Podman.
samsrabin b7ecd99
Point to ESMCI doc-builder v2.2.0.
samsrabin e054cde
UG: Docs prereqs Mac: Install podman with homebrew.
samsrabin a60699e
doc-builder: Start Podman or Docker automatically.
samsrabin 9c83414
Fix ctsm-docs container build/publish instructions.
samsrabin 096549f
doc-builder: Various improvements.
samsrabin a13fca6
Merge tag 'ctsm5.3.048' into doc-builder-podman-support
samsrabin d2ccfe9
doc-builder: Always make build dir.
samsrabin 7d48fa1
test-build-docs-container: Use Docker.
samsrabin 73d7721
Always use Docker in GitHub runners.
samsrabin 39f7bde
Update .gitmodules to use doc-builder v2.2.2.
samsrabin fc8167f
Fix testing.sh on GH runner.
samsrabin 900e882
Update ctsm-docs image version so Workflows pass.
samsrabin 7d8dbba
Trying again to fix testing.sh on GH Actions runner.
samsrabin 70af927
build_docs_to_publish: Pass --container-cli-tool to build_docs.
samsrabin ff915aa
Update Pages links to use /CTSM instead of /ctsm.
samsrabin 916c535
Docs docs: update Windows instructions.
samsrabin 4d3becb
Workflows: Add comment about Podman trouble on GitHub runners.
samsrabin File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -112,6 +112,7 @@ core.* | |
| *.pyc | ||
| Depends | ||
|
|
||
| # Docs build output | ||
| # Docs build and testing output | ||
| _build*/ | ||
| _publish*/ | ||
| doc/.coverage | ||
This file contains hidden or 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 hidden or 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 hidden or 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
Submodule doc-builder
updated
12 files
| +2 −0 | .gitignore | |
| +2 −2 | README.md | |
| +60 −9 | build_docs_to_publish | |
| +61 −33 | doc_builder/build_commands.py | |
| +64 −40 | doc_builder/build_docs.py | |
| +16 −8 | doc_builder/build_docs_shared_args.py | |
| +50 −3 | doc_builder/sys_utils.py | |
| +88 −0 | test/test_sys_check_permanent_file.py | |
| +85 −0 | test/test_sys_get_git_head_or_branch.py | |
| +105 −0 | test/test_sys_get_toplevel_git_dir.py | |
| +90 −15 | test/test_unit_get_build_command.py | |
| +12 −4 | test/test_utils/git_helpers.py |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.