flutter_rust_bridge — сборка и публикация Docker-окружения
devops
frb-docker is a Claude Code skill that covers Docker and devcontainer workflows for the flutter_rust_bridge project: local container usage, Dockerfile validation, Apple Silicon support, and publishing the `fzyzcjy/flutter_rust_bridge_dev` image to Docker Hub. The canonical sources are `.devcontainer/devcontainer.json`, `.devcontainer/Dockerfile`, and `.github/workflows/publish_dev_docker.yaml`; tool versions should be derived from Dockerfile `ARG` values rather than hardcoded. The skill documents devcontainer setup in VS Code, manual `docker build` commands, and smoke-testing Flutter, Dart, Rust, wasm-pack, and Chrome inside the container. Publishing via `gh workflow run publish_dev_docker.yaml` builds native images for both `linux/amd64` and `linux/arm64`, then creates a multi-arch manifest with `latest`, a version tag, and `sha-<short_sha>`. Intended for teams developing or maintaining flutter_rust_bridge across platforms, including Apple Silicon Macs.
- #docker
- #devcontainer
- #flutter
- #rust
- #apple-silicon
- #ci-cd