Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(dev): devcontainerのcorepackのバージョンを指定するように #15415

Merged

Conversation

1673beta
Copy link
Contributor

@1673beta 1673beta commented Feb 7, 2025

What

  • devcontainer.jsonでcorepackのバージョンを0.31.0に指定
  • featuresのcorepackをghcr.io/devcontainers-extra/features/corepackに変更

Why

close #15412

Additional info (optional)

  • ghcr.io/devcontainers-contrib/features/corepackはリポジトリがアーカイブされているため、後継と思しきghcr.io/devcontainers-extra/features/corepackを使用したほうがいいと思われます。

  • init.shexport COREPACK_DEFAULT_TO_LATEST=0を指定してもcorepackのインストールはdevcontainer.jsonのfeaturesで行うため意味がありませんでした

Checklist

  • Read the contribution guide
  • Test working in a local environment
  • (If needed) Add story of storybook
  • (If needed) Update CHANGELOG.md
  • (If possible) Add tests

@mi-gh-maintainer mi-gh-maintainer bot merged commit 026ec40 into misskey-dev:develop Feb 8, 2025
8 checks passed
Copy link

Thank you 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

devcontainerのリビルドをするとcorepackのバグによって依存がインストールできない
3 participants