Skip to content

Commit

Permalink
whalebrew-ify
Browse files Browse the repository at this point in the history
  • Loading branch information
andreineculau committed May 7, 2022
1 parent 29403dc commit 914a214
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ LABEL vcs-ref=${LABEL_VCS_REF}
ARG LABEL_BUILD_DATE="1970-01-01T00:00:00Z"
LABEL build-date=${LABEL_BUILD_DATE}


LABEL io.whalebrew.name jesse

COPY . /jesse
RUN cd /jesse && ./Dockerfile.build.sh
RUN cd /jesse && make

CMD /jesse/bin/jesse
ENTRYPOINT /jesse/bin/jesse
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
jesse (JSON Schema Erlang) is an implementation of a JSON Schema validator
for Erlang, though it can work just as well as a CLI tool.

[Available as a Docker image too for convenience.](https://hub.docker.com/r/ysoftwareab/jesse)
[Available as a Docker image too for convenience.](https://hub.docker.com/r/ysoftwareab/jesse) Or [whalebrew package](https://github.com/whalebrew/whalebrew) if you prefer.

`docker run ysoftwareab/jesse -- ...` or `brew install whalebrew && whalebrew install ysoftwareab/jesse; jesse ...`

`docker run ysoftwareab/jesse`
![Docker Image Version (latest semver)](https://img.shields.io/docker/v/ysoftwareab/jesse?sort=semver)
![Docker Image Size (latest semver)](https://img.shields.io/docker/image-size/ysoftwareab/jesse?sort=semver)
![Docker Pulls](https://img.shields.io/docker/pulls/ysoftwareab/jesse)
Expand Down

0 comments on commit 914a214

Please sign in to comment.