softinstigate/restheart-snapshot
Development builds of RESTHeart - for testing new and unstable features
10K+
This Docker repository contains only development builds (Maven's SNAPSHOT versions) of RESTHeart, useful for testing new, experimental features.
Each image is tagged with the git commit short SHA (first 7 chars, like 219a422
), to make it easily identifiable.
For example, if you pull image softinstigate/restheart-snapshot:219a422
then it will contain RESTHeart's binaries built from the code up to commit 219a422.
To pull the very latest SNAPSHOT build of RESTHeart without using a specific commit:
docker pull softinstigate/restheart-snapshot
Images with the additional distroless
label in the tag are from gcr.io/distroless/java17-debian11:latest
, while regular images are from eclipse-temurin:17-jre
. They are functionally equivalent, but distroless images are usually smaller and with a much lower security impact surface.
If you are looking for images from stable releases please refer to the main RESTHeart Docker repository.
Made with ❤️ by SoftInstigate. We are on Twitter, Facebook and LinkedIn.
docker pull softinstigate/restheart-snapshot