You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,13 +15,13 @@ A litecoin-core docker image with support for the following platforms:
15
15
16
16
**Multi-architecture builds**
17
17
18
-
The newest images (Debian-based, *0.19+*) provide built-in support for multiple architectures. Running `docker pull` on any of the supported platforms will automatically choose the right image for you as all of the manifests and artifacts are pushed to the Docker registry.
18
+
The newest images (Debian-based, *0.21+*) provide built-in support for multiple architectures. Running `docker pull` on any of the supported platforms will automatically choose the right image for you as all of the manifests and artifacts are pushed to the Docker registry.
19
19
20
20
**Picking the right tag**
21
21
22
22
-`litecoinproject/litecoin-core:latest`: points to the latest stable release available of Litecoin Core. Caution when using in production as blindly upgrading Litecoin Core is a risky procedure.
23
23
-`litecoinproject/litecoin-core:alpine`: same as above but using the Alpine Linux distribution (a resource efficient Linux distribution with security in mind, but not officially supported by the Litecoin Core team — use at your own risk).
24
-
-`litecoinproject/litecoin-core:<version>`: based on a slim Debian image, this tag format points to a specific version branch (e.g. `0.20`) or release of Litecoin Core (e.g. `0.20.1`). Uses the pre-compiled binaries which are distributed by the Litecoin Core team.
24
+
-`litecoinproject/litecoin-core:<version>`: based on a slim Debian image, this tag format points to a specific version branch (e.g. `0.21`) or release of Litecoin Core (e.g. `0.21.2.2`). Uses the pre-compiled binaries which are distributed by the Litecoin Core team.
25
25
-`litecoinproject/litecoin-core:<version>-alpine`: same as above but using the Alpine Linux distribution.
0 commit comments