https://github.com/astroband/docker-stellar-core-alpine
Stellar Core alpine Docker image
https://github.com/astroband/docker-stellar-core-alpine
blockchain stelar stellar-core
Last synced: about 1 month ago
JSON representation
Stellar Core alpine Docker image
- Host: GitHub
- URL: https://github.com/astroband/docker-stellar-core-alpine
- Owner: astroband
- Created: 2019-07-31T01:11:05.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-31T03:57:37.000Z (almost 6 years ago)
- Last Synced: 2025-02-15T02:19:11.270Z (3 months ago)
- Topics: blockchain, stelar, stellar-core
- Language: Dockerfile
- Size: 2.93 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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:
```Dockerfile
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](https://cloud.docker.com/repository/docker/astroband/docker-stellar-core-alpine/tags)