localstack / localstack/setup-localstack
LocalStack CLI doesn't respect version
まだ誰も着手していません。
- 主要言語
- Shell
- スター
- 40
- フォーク
- 13
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
Overview
When running the following GitHub Action...
- name: Start LocalStack
uses: LocalStack/setup-localstack@v0.3.0
with:
install-awslocal: "true"
use-pro: false
image-tag: "4.14.0"
...the pro version is not used, however, the code which installs the CLI defaults to the latest CLI version (and not the image-tag value provided:
The file tools/action.yml contains the line...
which localstack > /dev/null || pip install localstack
...which installs the latest version only.
I believe this line should be modified to accept a version override (image-tag) if one is provided. This may also be the cause of #24.
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
tools/action.yml の pip install localstack コマンドから開始し、image-tag input が action で利用可能になるまでの流れを追ってください。issue にある GitHub Actions の例を実行し、インストールされた LocalStack CLI が最新リリースをデフォルトで使用するのではなく、指定されたバージョンに従うことを確認してください。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- github-actions, shell
- 領域
- ci-cd, cli
- issue の種類
- バグ
- 難易度
- 2/5
- 見積もり時間
- 1〜3時間
- 活発さ
- 静か
- 明瞭さ
- 明確に書かれている
- 初心者へのやさしさ
- 72/100