Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/tutorials/Docker-build.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ You can also push `"docker.io/library/mongooseim"` to some registry.
Full tutorial on running a docker image is available on [mongooseim-docker](https://github.com/esl/mongooseim-docker) GitHub. Here only simple and one-node configuration will be presented. In order to run it execute:

```bash
docker run -dt -h first-node --name first-node -e JOIN_CLUSTER=false mongooseim
docker run -dt -h first-node --name first-node mongooseim
```

which starts a single MongooseIM node named `first-node`.
4 changes: 2 additions & 2 deletions tools/circleci-prepare-mongooseim-docker.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash

set -e
# master from 2025-12-19
MIM_DOCKER_VERSION=ab618585cf3a38d8648f5f5aa276bffa609c2a14
# master from 2026-01-13
MIM_DOCKER_VERSION=c2987fef0e436a80962b077a261cda3f2dcb453c

# We use output of generate_vsn, because it does not contain illegal characters, returns
# git tag when building from tag itself, and is unique in any other case
Expand Down