Skip to content

Pickle picks RC instead of latest stable #247

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

Closed
ruudk opened this issue Nov 18, 2021 · 5 comments · May be fixed by #259
Closed

Pickle picks RC instead of latest stable #247

ruudk opened this issue Nov 18, 2021 · 5 comments · May be fixed by #259

Comments

@ruudk
Copy link
Contributor

ruudk commented Nov 18, 2021

$ pickle install --defaults redis
  - Installing redis (latest-stable): Downloading (100%)
+-----------------------------------+----------+
| Package name                      | redis    |
| Package version (current release) | 5.3.5RC1 |
| Package status                    | RC       |
+-----------------------------------+----------

Why does it install RC version (tagged as beta on pecl) instead of the latest real stable?

@akalineskou
Copy link

I use pickle install --defaults [email protected] so that it uses the version I want and periodically check https://mlocati.github.io/pecl-info/ for new versions (uncheck compat versions to view all)

That does not answer why it does that, but it's a fix

@michael-schaefer-eu
Copy link

michael-schaefer-eu commented Jul 22, 2022

@akalineskou that's not a fix , that's a workaround ;)

I have the same with xdebug - and it even says installing latest-stable 😵‍💫

 > [php_with_development_tools 1/6] RUN /usr/local/bin/pickle.phar install --no-interaction xdebug:
#24 0.354   - Installing xdebug (latest-stable): Downloading (100%)         
#24 1.592 +-----------------------------------+-------------+
#24 1.592 | Package name                      | xdebug      |
#24 1.592 | Package version (current release) | 3.2.0alpha1 |
#24 1.592 | Package status                    | alpha       |
#24 1.592 +-----------------------------------+-------------+

EDIT: Nice while I was writing this, a fix has been proposed. That was fast :D

@b1rdex
Copy link

b1rdex commented Jul 22, 2022

@michael-schaefer-eu check #259 for a fix

@ruudk ruudk closed this as not planned Won't fix, can't repro, duplicate, stale Aug 12, 2023
@b1rdex
Copy link

b1rdex commented Aug 12, 2023

@ruudk any comment about why this is not planned?

@ruudk
Copy link
Contributor Author

ruudk commented Aug 12, 2023

I don't care for this issue anymore.

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

Successfully merging a pull request may close this issue.

4 participants