Skip to content

Commit

Permalink
update feature name
Browse files Browse the repository at this point in the history
  • Loading branch information
sidecus committed Jul 18, 2024
1 parent 6b4ee2e commit 81ad0c4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ Automatically setup package manager mirrors, including ubuntu, pypi and apk etc.
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
"features": {
"ghcr.io/sidecus/devcontainer-features/magicmirror:1": {
"pypi_mirror": "your-pypi-mirror",
"ubuntu_mirror": "your-ubuntu-mirror",
"apk_mirror": "your-alpine-apk-mirror"
// "apk_mirror": "your-alpine-apk-mirror"
"pypi_mirror": "your-python-pypi-mirror",
}
}
}
Expand Down
6 changes: 3 additions & 3 deletions src/magicmirror/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "Automated devcontainer mirror setup",
"name": "MagicMirror",
"id": "magicmirror",
"version": "1.0.0",
"description": "A devcontainer feature that setups mirrors for package managers automatically",
"version": "1.0.1",
"description": "Automatic mirror setup for package managers like apt, pypi, apk etc.",
"options": {
"pypi_mirror": {
"type": "string",
Expand Down

0 comments on commit 81ad0c4

Please sign in to comment.