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

change version overview to compact #10

Open
2 of 3 tasks
jakoch opened this issue Jul 4, 2024 · 1 comment
Open
2 of 3 tasks

change version overview to compact #10

jakoch opened this issue Jul 4, 2024 · 1 comment

Comments

@jakoch
Copy link
Owner

jakoch commented Jul 4, 2024

The version overview is currently a long list with a lot of noise (several mentions of "version").

  • Compact the display to something like:
# cpp-devbox 1.0.4 (2024-07-04)

Name:  Debian 12 Bookworm with Vulkan-SDK
Image: ghcr.io/jakoch/cpp-devbox:bookworm-with-vulkansdk-latest

## Version Overview

GCC         12.2.0, 13.2.0
Clang       17.0.6
Vulkan-SDK  1.3.283.0
Ninja       1.11.1
cmake       3.30.0
ccache      4.10.1
vcpkg       2024-06-10-02590c43
Mold        2.32.1
ldd         2.36
lldb        17.0.6
valgrind    3.19.0
cppcheck    2.10
git         2.39.2
  • place a versions.md file into the devbox
  • find out, if its possible to push this file as an artifact to Github
    • run script inside container and use output mapping?
      • docker run --rm -v $(pwd)/output:/output show-tool-versions.sh
@jakoch
Copy link
Owner Author

jakoch commented Jul 8, 2024

Transition from using README.md files for version tracking
to a dynamically updated website that displays release tags, their images, and the versions.

  • Convert version information from Markdown to JSON format.
  • Create and push a static index.html to the gh-pages branch.
  • Implement JavaScript to load and display data from versions.json.
    • Ensure versions.json lists the filenames of the JSON files with version data.
  • Update versions.json post-image build to include the new tag-specific JSON file.
    • Ensure each tag-specific JSON file (e.g., version-tag.json) includes repository version tags, image tags, and version data.

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

No branches or pull requests

1 participant