Sign inSign up

evergreencrypto/hledger-suite

By evergreencrypto

•Updated 15 days ago

**DO NOT PULL DIRECTLY** This is a base image for the docker-finance build system.

Image
0

3.3K

evergreencrypto/hledger-suite repository overview

This hledger-suite image contains builds of the latest releases of hledger/hledger-ui/hledger-web, hledger-flow and hledger-iadd.

Although it can be pulled directly, this image is primarily used by the docker-finance⁠ build system and the Dockerfile can be found here⁠.

To pull hledger and related binaries from this image instead of pulling the whole image, add the following to your Dockerfile:

# https://hub.docker.com/evergreencrypto/hledger-suite
FROM evergreencrypto/hledger-suite:latest AS hledger-suite

# NOTE: you will likely be able to use any glibc supported image (Ubuntu, Debian, etc.)
FROM archlinux:base-devel

COPY --from=hledger-suite /usr/local/bin/hledger /usr/local/bin/hledger
COPY --from=hledger-suite /usr/local/bin/hledger-ui /usr/local/bin/hledger-ui
COPY --from=hledger-suite /usr/local/bin/hledger-web /usr/local/bin/hledger-web
COPY --from=hledger-suite /usr/local/bin/hledger-iadd /usr/local/bin/hledger-iadd
COPY --from=hledger-suite /usr/local/bin/hledger-flow /usr/local/bin/hledger-flow

Tag summary

Content type

Image

Digest

sha256:73c92b3c0…

Size

76 MB

Last updated

15 days ago

docker pull evergreencrypto/hledger-suite