Skip to content

Make --es-version a mandatory parameter to dockershell.sh or set an appropriate default value. #36

@hroumani

Description

@hroumani

The recent change to tag the image built in build.sh using the supplied release input parameter or by default the latest (e.g. currently 2.0.1.0) is problematic when using dockershell.sh without supplying the corresponding non-mandatory --es-version input parameter.

What happens currently when it is not supplied:

./dockershell.sh ...
...
docker: invalid reference format.
See 'docker run --help'.

Which is due to the use of: docker run ... eventstore_demo:${ES_VERSION} bash -c "$entryPoint" ... where ES_VERSION is set only if supplied by means of the --es-version input parameter.

We should make it mandatory or select an appropriate default when not set.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions