Closed
Description
Hi,
We encountered following issue:
After the last update of CrateDB (see ea08576), crate:latest
, crate:2.1
and crate:2.1.7
should run CrateDB 2.1.7 - based on commit crate/docker-crate@21b3ccb
However, when running this tag, CrateDB version 2.1.6 is starting
$ docker run --rm -ti crate:2.1.7 crate -v
Version: 2.1.6, Build: ef717e0/2017-08-29T11:08:06Z, ES: 5.4.3, JVM: 1.8.0_121
So I checked if the tarball of CrateDB version 2.1.7 is corrupt or containing a wrong version, but it's correct:
$ bin/crate -v
Version: 2.1.7, Build: 1c334ef/2017-09-14T09:49:00Z, ES: 5.4.3, JVM: 1.8.0_144
Any ideas?
Metadata
Assignees
Labels
No labels