doc: modernize Alpine build instructions - #9204
Conversation
nGoline
left a comment
There was a problem hiding this comment.
Apart from the typo it looks great. As soon as you fix it I'll approve.
| To install for a specific version, for example, 24.05: | ||
| ```shell | ||
| docker pull elementsproject/lightningd:v24.05 |
There was a problem hiding this comment.
Would be nice to take this opportunity to update all the versions to 26.06.1
There was a problem hiding this comment.
Actually, it would be better to point everything to v26.09 (this will be merged at that point anyways)
There was a problem hiding this comment.
@enaples I've realized the docker container will not be available on release, so let's at least push this to the latest available version, which is v26.06.2
The Alpine compile guide still used the old `./configure && make` flow without Rust or uv. Update it to match the current build: install rustup (packaged rust/cargo can be older than the 1.85.0 MSRV), install uv for Python deps, and build with `RUST_PROFILE=release uv run make`. Changelog-None
ab82f23 to
97c303c
Compare
Changelog-None
97c303c to
672215e
Compare
|
There seems to be a sticky failure now in |
|
Needs rebase. |
Important
26.06 FREEZE April 30th: Non-bugfix PRs not ready by this date will wait for 26.09.
RC1 is scheduled on May 14th
The final release is scheduled for June 1st.
Checklist
Before submitting the PR, ensure the following tasks are completed. If an item is not applicable to your PR, please mark it as checked:
tools/lightning-downgradeWhat changes
The Alpine compile guide still used the old
./configure && makeflow without Rust oruv. Update it to match the current build: installrustup(packaged rust/cargo can be older than the 1.85.0 MSRV), installuvfor Python deps, and build withRUST_PROFILE=release uv run make.Changelog-None