JohnBasrai / JohnBasrai/rust-base-containers
Rename to `rust-base-containers` and clarify image structure
- Dominant language
- No language data
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
## Tasks
- [x] Rename the GitHub repo to `rust-base-containers`
- [ ] Update GitHub Actions / CI workflows if repo name is hardcoded, update workflow as follows:
| Image Tag | Meaning | Source |
|-------------------|--------------------|----------------------|
| `rust-dev:dev` | full dev container | `Dockerfile.dev` |
| `rust-runtime:TAG`| lean runtime | `Dockerfile.runtime` |
Where: `TAG := ..`
- [ ] Update `README.md` title and usage examples
- [ ] Update `CHANGELOG.md` to reflect new repo identity and other changes needed
- [ ] Push updates and verify that CI passes and produces images named
- [ ] 🔥 **Delete obsolete GHCR packages**:
- `ghcr.io/johnbasrai/rust-dev-tools:runtime`
- `ghcr.io/johnbasrai/rust-dev-tools:latest` (if replaced by `rust-dev:dev`)
Contributor guide
Assessment
This issue has not been assessed yet.