A rock for Litmus authentication server. A component of Litmus, used for chaos testing.
7.9K
ubuntu/litmuschaos-authserver is a rock for litmuschaos-authserver maintained by Canonical.
litmuschaos-authserver is a component of the LitmusChaos solution, an open source platform used for chaos testing. Read more in the official documentation
[Learn more about litmuschaos-authserver]
NOTE: These tags follow a specific naming convention that respects the concept of channels.
| Tags | Supported until | Version | Base | Architectures |
|---|---|---|---|---|
3.29-26.04_edge | 09/2026 | 3.29 | 26.04 | amd64 |
| Tags | Support ended on | Upgrade Path |
|---|---|---|
3.25-24.04_edge | 04/2026 | - |
3.19-24.04_edge | 10/2025 | - |
3.26-24.04_edge | 05/2026 | - |
3.24-24.04_edge | 03/2026 | - |
3.22-24.04_edge | 01/2026 | - |
3.21-24.04_edge | 12/2025 | - |
3.20-24.04_edge | 12/2025 | - |
3.23-24.04_edge | 02/2026 | - |
This rock's entrypoint is Pebble, a container-optimized init process that enables the orchestration of a collection of local service processes as an organized set.
To view the Pebble services and checks defined in this rock:
docker run --rm ubuntu/litmuschaos-authserver:3.25-24.04_edge plan
To run this rock, use any of the usual container runtimes, for example, docker:
docker run --name litmuschaos-authserver-container \
-p 3000:3000 \
ubuntu/litmuschaos-authserver:3.25-24.04_edge
Before starting, ensure a MongoDB instance is running and set DB_SERVER, DB_USER, and
DB_PASSWORD to point to it (e.g. docker run -d -e MONGO_INITDB_ROOT_USERNAME=root -e MONGO_INITDB_ROOT_PASSWORD=password -p 27017:27017 mongo:7).
Access the LitmusChaos server at http://localhost:3000.
To view the logs of the running container, run:
docker exec litmuschaos-authserver-container pebble logs
Or, for a specific service:
docker exec litmuschaos-authserver-container pebble logs <service>
Rocks may have predefined health checks that you can list by running:
docker exec litmuschaos-authserver-container pebble checks
The overall health of your container can be inspected via:
docker exec litmuschaos-authserver-container pebble health
| Option | Description | Default |
|---|---|---|
| ADMIN_USERNAME | Web UI admin username. | None |
| ADMIN_PASSWORD | Web UI admin password. | None |
| DB_SERVER | Database server address. | None |
| DB_USER | Database username. | None |
| DB_PASSWORD | Database password. | None |
| REST_PORT | REST API auth server port, e.g., 3000. | None |
| GRPC_PORT | gRPC auth server port, e.g., 3030. | None |
| Option | Description | Default |
|---|---|---|
-p <port>:3000 | Expose the container's port 3000 on the host's <port>. Replace port 3000 if any other port is passed to the environmental variable REST_PORT. | None |
-p <port>:3030 | Expose the container's port 3030 on the host's <port>. Replace port 3030 if any other port is passed to the environmental variable GRPC_PORT. | None |
Canonical is the provider of this container image. It is the user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within, as well as with Canonical’s IP Policy.
Content type
Image
Digest
sha256:8c689305a…
Size
55.5 MB
Last updated
24 days ago
docker pull ubuntu/litmuschaos-authserver:3.29-26.04_edgePulls:
113
Last week