Create new github-bot personal access token for nodejs/docker-node and add it to repository secretrs
オープン
まだ誰も着手していません。
- 主要言語
- JavaScript
- スター
- 202
- フォーク
- 183
- 平均マージ
- 2分
- マージ済み PR(30日)
- 1
説明
Request to create new Personal Access Token so we can publish docker images to GitHub Registry.
- Create a new personal access token (PAT) with the appropriate scopes for the tasks you want to accomplish
- Select the
read:packagesscope to download container images and read their metadata. - Select the
write:packagesscope to download and upload container images and read and write their metadata. - Select the
delete:packagesscope to delete container images.
- Create a repository secret called
CR_PATwith the value of the PAT created before.
More details at: Migrating to GitHub Container Registry for Docker images
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
参照されている nodejs/docker-node の pull request #1410 と、リンクされている GitHub Container Registry の移行ガイドから始めます。必要な PAT の scope を確認し、リポジトリの secret の名前が CR_PAT であることを確認します。secret が Docker イメージの公開に利用できれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- docker, github
- 領域
- ci-cd, devops, security
- issue の種類
- 機能追加
- 難易度
- 2/5
- 見積もり時間
- 1〜3時間
- 活発さ
- 停滞
- 明瞭さ
- 明確に書かれている
- 初心者へのやさしさ
- 25/100