Skip to content

Commit

Permalink
Version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
spjmurray committed Sep 26, 2018
1 parent bbc83e2 commit e0f1926
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
DOCKER_IMAGE=spjmurray/couchbase-antora-preview
DOCKER_TAG=1.0.0
DOCKER_TAG=1.0.1

.PHONY: all
all:
Expand Down
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ A typical execution of the container will look like the following:
docker run --rm -ti \
--publish 8080:80 \
--mount type=bind,source=/home/simon/go/src/github.com/couchbase/couchbase-operator,target=/src,readonly \
spjmurray/couchbase-antora-preview:1.0.0 \
spjmurray/couchbase-antora-preview:1.0.1 \
master \
docs/user
----
Expand All @@ -51,7 +51,7 @@ Bind unprivileged port 8080 on the host system to port 80 on the container.
--mount type=bind,source=/home/simon/go/src/github.com/couchbase/couchbase-operator,target=/src,readonly::
Mounts your AsciiDoc repository to /src in the container. This must be a Git repository containing at least one Antora module.

spjmurray/couchbase-antora-preview:1.0.0::
spjmurray/couchbase-antora-preview:1.0.1::
This is the name of the container image to use.

master::
Expand Down

0 comments on commit e0f1926

Please sign in to comment.