diff --git a/Makefile b/Makefile index baefc34..5a56ad9 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ DOCKER_IMAGE=spjmurray/couchbase-antora-preview -DOCKER_TAG=0.0.1 +DOCKER_TAG=1.0.0 .PHONY: all all: diff --git a/README.adoc b/README.adoc index 2b63be6..7dda4b1 100644 --- a/README.adoc +++ b/README.adoc @@ -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 ---- @@ -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:: diff --git a/pylintrc b/pylintrc index 0a23003..db1ac9d 100644 --- a/pylintrc +++ b/pylintrc @@ -1,3 +1,4 @@ [MESSAGES CONTROL] disable= too-few-public-methods, + useless-object-inheritance,