Skip to content

Commit

Permalink
Version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
spjmurray committed Sep 26, 2018
1 parent 3486d96 commit 47ab34f
Show file tree
Hide file tree
Showing 3 changed files with 4 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=0.0.1
DOCKER_TAG=1.0.0

.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:0.0.1 \
spjmurray/couchbase-antora-preview:1.0.0 \
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:0.0.1::
spjmurray/couchbase-antora-preview:1.0.0::
This is the name of the container image to use.

master::
Expand Down
1 change: 1 addition & 0 deletions pylintrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[MESSAGES CONTROL]
disable=
too-few-public-methods,
useless-object-inheritance,

0 comments on commit 47ab34f

Please sign in to comment.