Skip to content

Commit

Permalink
v0.21.4
Browse files Browse the repository at this point in the history
  • Loading branch information
losh11 committed Jan 19, 2025
1 parent 50a2e06 commit c1155ea
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion 0.21/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN useradd -r litecoin \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

ARG TARGETPLATFORM
ENV LITECOIN_VERSION=0.21.2.2
ENV LITECOIN_VERSION=0.21.4
ENV LITECOIN_DATA=/home/litecoin/.litecoin
ENV PATH=/opt/litecoin-${LITECOIN_VERSION}/bin:$PATH

Expand Down
4 changes: 2 additions & 2 deletions 0.21/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ RUN set -ex \
gpg --batch --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys "$key" ; \
done

ENV LITECOIN_VERSION=0.21.2.2
ENV LITECOIN_VERSION=0.21.4
ENV LITECOIN_PREFIX=/opt/litecoin-${LITECOIN_VERSION}

RUN wget https://download.litecoin.org/litecoin-${LITECOIN_VERSION}/SHA256SUMS.asc
Expand Down Expand Up @@ -115,7 +115,7 @@ RUN apk --no-cache add \
libressl-dev

ENV LITECOIN_DATA=/home/litecoin/.litecoin
ENV LITECOIN_VERSION=0.21.2.2
ENV LITECOIN_VERSION=0.21.4
ENV LITECOIN_PREFIX=/opt/litecoin-${LITECOIN_VERSION}
ENV PATH=${LITECOIN_PREFIX}/bin:$PATH

Expand Down
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@ A litecoin-core docker image with support for the following platforms:

## Tags

- `0.21.2.2`, `0.21` ([0.21/Dockerfile](https://github.com/litecoin-project/docker-litecoin-core/blob/master/0.21/Dockerfile)) [**multi-arch**]
- `0.21.2.2-alpine`, `0.21-alpine` ([0.21/alpine/Dockerfile](https://github.com/litecoin-project/docker-litecoin-core/blob/master/0.21/alpine/Dockerfile))
- `0.21.4`, `0.21` ([0.21/Dockerfile](https://github.com/litecoin-project/docker-litecoin-core/blob/master/0.21/Dockerfile)) [**multi-arch**]
- `0.21.4-alpine`, `0.21-alpine` ([0.21/alpine/Dockerfile](https://github.com/litecoin-project/docker-litecoin-core/blob/master/0.21/alpine/Dockerfile))
- `0.21.2.2` ([0.21.2.2/Dockerfile](https://github.com/litecoin-project/docker-litecoin-core/blob/0.21.2.2/0.21/Dockerfile)) [**multi-arch**]
- `0.21.2.2-alpine` ([0.21.2.2/alpine/Dockerfile](https://github.com/litecoin-project/docker-litecoin-core/blob/0.21.2.2/0.21/alpine/Dockerfile))

**Multi-architecture builds**

Expand All @@ -21,7 +23,7 @@ The newest images (Debian-based, *0.21+*) provide built-in support for multiple

- `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.
- `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).
- `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.
- `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.4`). Uses the pre-compiled binaries which are distributed by the Litecoin Core team.
- `litecoinproject/litecoin-core:<version>-alpine`: same as above but using the Alpine Linux distribution.

## What is Litecoin Core?
Expand Down

0 comments on commit c1155ea

Please sign in to comment.