Add 3.2.2 UBI / Clouseau reference container #223
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Overview
Provide an example container that includes the current CouchDB
and Clouseau releases.
How:
3.2.2-ubi-clouseau
3.2.2-ubi-clouseau
:removed Log4J in favour of SLF4J. For most container applications,
logging to Console only should suffice. If alternative SLF4J
backends are required they can be imported / configured
in a similar fashion.
COUCHDB_ERLANG_COOKIE
environment variablein the Dockerfile entrypoint. This is not precisely the same as in
the images without Clouseau because the
-ubi-clouseau
imagesalready supported passing in a cookie via
ERL_FLAGS
and extractingit to configure
clouseau
(which needs the cookie to connectto CouchDB). In this Dockerfile, we always pass the cookie via
ERL_FLAGS
and will extract it fromCOUCHDB_ERLANG_COOKIE
ifpassed.
Testing recommendations
To run the container:
I verified that the container starts, I can create / query search
indexes etc. I tested passing in
COUCHDB_ERLANG_COOKIE
but havenot tested permutations beyond that.
GitHub issue number
Related Pull Requests
Checklist