From 2e577321ebc61aa1c7c7efa646c847ce76d85760 Mon Sep 17 00:00:00 2001 From: Julien Neuhart Date: Mon, 23 Apr 2018 13:19:56 +0200 Subject: [PATCH] preparing for master branch --- .blueprints/README.blueprint.md | 9 +++------ README.md | 3 --- orbit-payload.yml | 5 ++++- 3 files changed, 7 insertions(+), 10 deletions(-) diff --git a/.blueprints/README.blueprint.md b/.blueprints/README.blueprint.md index c951d9ab..71e13614 100644 --- a/.blueprints/README.blueprint.md +++ b/.blueprints/README.blueprint.md @@ -4,11 +4,8 @@

Gotenberg

A stateless API for converting Markdown files, HTML files and Office documents to PDF

- - MicroBadger version - - - MicroBadger layers + + MicroBadger layers Travis CI @@ -43,7 +40,7 @@ reimplementing a solution from a project to another project. Meh. Let's say you're starting the API using this simple command: ```sh -$ docker run --rm -p 3000:3000 thecodingmachine/gotenberg:1.0.0 +$ docker run --rm -p 3000:3000 thecodingmachine/gotenberg:{{ .Orbit.Latest }} ``` The API is now available on your host under `http://127.0.0.1:3000`. diff --git a/README.md b/README.md index 3b346f32..2734da8d 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,6 @@

Gotenberg

A stateless API for converting Markdown files, HTML files and Office documents to PDF

- - MicroBadger version - MicroBadger layers diff --git a/orbit-payload.yml b/orbit-payload.yml index 30873531..27cb56af 100644 --- a/orbit-payload.yml +++ b/orbit-payload.yml @@ -1,4 +1,7 @@ payload: - key: Version - value: snapshot \ No newline at end of file + value: snapshot + + - key: Latest + value: 1.0.0 \ No newline at end of file