LocalStack CLI doesn't respect version
Nobody has claimed this yet.
Assessment
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Newbie friendliness
- 72/100
Research direction
Start in tools/action.yml at the pip install localstack command and trace how the image-tag input is made available to the action. Run the GitHub Actions example from the issue and verify that the installed LocalStack CLI respects the provided version instead of defaulting to the latest release.
Written by the indexing model from the issue text.
Description
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.
- Dominant language
- Shell
- Stars
- 40
- Forks
- 13
- PR merge metrics
- No merged PRs in 30d
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from localstack/setup-localstack
-
Difficulty 3/5 1-2 days Newbie friendliness 52/100
localstack/setup-localstack#69 · 1 comment ·
-
Difficulty 4/5 3-5 days Newbie friendliness 35/100
localstack/setup-localstack#45 · 1 comment ·
All issues in localstack/setup-localstack
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 90/100
danielmiessler/LifeOS#2218 ·
-
docs(agents): strengthen the no-backslash-escaped-backticks rule with an issue-creation example Open
Difficulty 1/5 Under an hour Newbie friendliness 92/100
-
package-update
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
oSoWoSo/vOid_Community_repOsitory#148 · 1 comment ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
-
chore
Difficulty 1/5 Under an hour Newbie friendliness 91/100
alunduil/alunduil-chezmoi#792 ·