Skip to content

astroband/docker-stellar-core-alpine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

docker-stellar-core-alpine

Stellar Core image built on Alpine Linux. Just in case you're building your Stellar tool using Alpine as a source too.

To use it as build source for other container do:

ARG STELLAR_CORE_VERSION=v11.3.0
FROM astroband/docker-stellar-core-alpine:${STELLAR_CORE_VERSION} AS stellar-core

# On target container:
RUN apk add --no-cache libpq libstdc++ curl
COPY --from=stellar-core /usr/local/bin/stellar-core .

Check available tags on Dockerhub

Releases

No releases published

Packages

No packages published