Skip to content

Commit 412fab0

Browse files
committed
docs: add docker build command to readme
1 parent ff89e24 commit 412fab0

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

docker/README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,23 @@ $ docker buildx build --platform linux/amd64,linux/arm64 --build-arg LITD_VERSIO
213213

214214
Replace `<version>` with the desired Tap version (ex: `0.13.3-alpha`).
215215

216+
## SimLN
217+
218+
### Tags
219+
220+
- `0.2.5` ([simln/Dockerfile](https://github.com/jamaljsr/polar/blob/master/docker/simln/Dockerfile))
221+
222+
**Building the image**
223+
224+
```sh
225+
$ cd simln
226+
$ docker buildx build --platform linux/amd64, linux/arm64 --build-arg
227+
SIMLN_VERSION=<version> -t polarlightning/simln:<version> --push .
228+
229+
```
230+
231+
Replace `<version>` with the desired SimLN version (ex: `0.2.5`).
232+
216233
# Out-of-Band Image Updates
217234

218235
> Note: These steps can only be performed by developers with commit access to this GitHub repo and push access to the Docker Hub repo

0 commit comments

Comments
 (0)