Simple Toolbx image for easy use of Visual Studio Code on Fedora Silverblue and Kinoite.
Find a file
Geoffrey 3bc1cd2fae
Some checks failed
action.yml / update source label and build context (push) Failing after 0s
Build Image using Containerfile / Build fedora:latest image (push) Has been cancelled
Build Image using Containerfile / Build fedora:42 image (push) Has been cancelled
update source label and build context
2026-04-09 15:59:18 -07:00
.github/workflows build image from multiple fedora versions 2025-08-28 16:16:38 -07:00
Containerfile update source label and build context 2026-04-09 15:59:18 -07:00
LICENSE Create LICENSE 2025-08-28 16:23:35 -07:00
README.md document recommended alias for zsh shell 2025-08-28 16:54:35 -07:00

Fedora toolbx with vscode

Simple Toolbx image for easy use of Visual Studio Code.

Quickstart

toolbox create --image ghcr.io/geofflambeth/fedora-vscodebox:fedora-42
toolbox enter fedora-vscodebox-fedora-42

Alias

If you want to use zsh by default with this toolbox, but don't want to install zsh and set it as default on your host machine, consider adding an alias with the SHELL env var.

# consider adding to .bashrc on the host
alias vscodebox='SHELL=zsh toolbox enter fedora-vscodebox-fedora-42'

Included in the container

The images here are generally intended for my personal use in a Visual Studio Codebased workflow. The stack here may change, but I will clearly document breaking changes.