Refactor devcontainer setup with MCP servers and dynamic config
Ajout d'une configuration DevContainer complète avec MCP Servers (LSP multi-langages, GitHub/Gitea), scripts de setup automatisés (crazycoder-setup.sh, setup-devcontainer.sh), et optimisation de l’image Docker (rustup/cargo-binstall, nettoyage des artefacts). Mise à jour du README avec documentation MCP et gestion dynamique des variables d’environnement (.env généré automatiquement selon la forge détectée). Simplification des entrypoints et postStartCommand pour une initialisation plus fiable.
This commit is contained in:
3
Makefile
3
Makefile
@@ -94,13 +94,14 @@ build-multiplatform: .builder-ready
|
||||
|| docker buildx create --name $(BUILDER) --driver docker-container --bootstrap
|
||||
touch .builder-ready
|
||||
|
||||
## push : Push the OCI archive to the registry using skopeo
|
||||
## push : Push the OCI archive to the registry using skopeo, then pull locally
|
||||
push: $(OCI_ARCHIVE)
|
||||
skopeo copy \
|
||||
--dest-tls-verify=true \
|
||||
--multi-arch all \
|
||||
oci-archive:$(OCI_ARCHIVE) \
|
||||
docker://$(FULL_IMAGE)
|
||||
docker pull $(FULL_IMAGE)
|
||||
|
||||
# Ensure the OCI archive exists before pushing
|
||||
$(OCI_ARCHIVE):
|
||||
|
||||
Reference in New Issue
Block a user