rocky-toolbox

Rocky Linux dev environment with a curated set of modern CLI tools pre-installed.

rocky-toolbox is the Rocky Linux equivalent of ubuntu-toolbox, built on rocky-devbox.

Current version: 0.1.6

Usage

{
  "name": "My Project",
  "image": "ghcr.io/devopsbuildingblocks/devcontainer-images/rocky-toolbox:latest"
}

Pin to a specific version:

{
  "image": "ghcr.io/devopsbuildingblocks/devcontainer-images/rocky-toolbox:0.1.6"
}

What’s included

Everything in rocky-devbox, plus:

ToolVersionDescription
oh-my-posh26.23.6Shell prompt theme engine
eza0.23.4Modern ls replacement
bat0.26.1cat with syntax highlighting
fzf0.67.0Fuzzy finder
delta0.18.2Git diff pager
lazygit0.57.0Terminal UI for git

Configuration and shell aliases are identical to the Ubuntu toolbox variant.

When to use this

Use rocky-toolbox when your environment requires Rocky Linux and you want a pre-configured set of modern CLI tools. If your terminal has a Nerd Font installed, use rocky-toolbox-nf to also enable icons.