2 مستودعات
Forcing a full rebuild of a development container from its Dockerfile and configuration, discarding existing state.
Distinct from Dev Container Specifications: Distinct from Dev Container Specifications: focuses on the rebuild action itself, not generating configuration files.
Explore 2 awesome GitHub repositories matching devops & infrastructure · Dev Container Rebuilders. Refine with filters or upvote what's useful.
Zed is a terminal-based code editor built in Rust that provides a full-featured editing experience with familiar keybindings, mouse support, and multiple cursors. It runs entirely in the terminal while offering capabilities typically found in graphical editors, including split panes, a command palette, and integrated language server protocol support for real-time diagnostics, completions, go-to-definition, and code actions across multiple languages. The editor distinguishes itself through a plugin system that runs sandboxed TypeScript plugins in a QuickJS runtime, with an asynchronous bridge
Forces a full rebuild of a dev container from its Dockerfile and configuration.
Positron is a data science integrated development environment and AI-powered code editor designed for polyglot development, specifically supporting Python and R. It functions as a remote compute workspace that separates the user interface from the execution kernel via SSH or container integration. The environment features a deep integration of large language models that provide context-aware suggestions and automated data analysis by accessing real-time interpreter state, in-memory objects, and plot outputs. It distinguishes itself through a polyglot runtime bridge that enables cross-language
Supports rebuilding development containers from configuration files to update the execution environment.