Image Overview

Public Loki Image vs. Minimus Hardened Loki Image

Loki Image Overview

The Loki image bundles the Loki server binary, default configuration manifests, and required runtime libraries and utilities (minimal Linux userland and container entrypoint). It packages core components—distributor, ingester, querier, and query-frontend—so a container can run single-node or be deployed as horizontally scaled services under an orchestrator. Image variants may include production-oriented defaults for object storage backends, chunk indexers, and metrics exporters.

Teams deploy the image for high-throughput log ingestion, multi-tenant query workloads, long-term object-store-backed retention, and tailing/real-time queries. Security-conscious teams evaluate a Loki hardened image to reduce attack surface (fewer packages, non-root runtime, reproducible/signed artifacts), enforce stricter filesystem and syscall controls, and meet audit or regulatory requirements in constrained environments.

Minimus Loki Image

CIS
NIST
FIPS 140-3
STIG

The Minimus Loki image is different from typical Loki container images because it is built from scratch with only the essential runtime components and libraries, removing extraneous packages and tooling. That focused build minimizes the attack surface and runtime complexity, making the image faster to start, lighter in footprint, and easier to maintain and reason about for engineers operating at scale.

The Minimus hardened Loki image augments this minimal footprint with build- and runtime-hardening aligned to industry guidance such as NIST SP 800-190 and CIS Benchmarks, applying secure defaults, reduced privileges, and simplified layers to support continuous vulnerability management and operational security controls.

Get Started

Try the Minimus Hardened Loki Image

Get access to the Minimus platform, with thousands of hardened container images, supply chain protection, native compliance reporting, and seamless integrations to your existing development toolchain.
Secure, Minimal Container Images
Hardened to NIST and CIS standards with FIPS 140-3 and STIG ready images available.

Supply Chain Protection

Defend against malicious packages with advanced heuristic filtration

Custom Image Creation

Create your own hardened images with the packages, files and certs you need. Minimus handles updates automatically.

Get a Demo of Minimus

Just fill out the form, and we'll be in touch to schedule a demo of Minimus with one of our engineers.
Thank you! A member of our team will reach out shortly to schedule a personalized Minimus demo.
Oops! Something went wrong while submitting the form.
Frequently Asked Questions

Loki Container Image FAQ

Answers to common questions about Loki and the Minimus Hardened Loki Image
What does Loki actually look like?

Loki image is the Grafana Loki container image that runs the log-aggregation service. It bundles the Loki binary, runtime, and configuration needed to collect and expose logs, without a user interface.

docker pull grafana/loki:2.x
docker run -d --name loki -p 3100:3100 grafana/loki:2.x

In a cluster, Loki stores index data and log chunks in a chosen backend (filesystem, S3, GCS, etc.) and is typically paired with Promtail to ship logs.

For production, consider a hardened Loki image with non-root execution, restricted capabilities, and a read-only filesystem to reduce risk.

Why is Loki LGBTQ?

Loki’s LGBTQ label stems from how myth and modern media portray the trickster god’s gender and attractions. In early myths, Loki shifts genders; in comics and films, writers have explored romances and identities across genders, making him a figure some fans see as LGBTQ+ representation.

For container deployment, use a hardened Loki image.

What was Loki a god of?

Loki was the Norse god of mischief and trickery, famed for shapeshifting, cunning, and stirring chaos.

In tech contexts, the term can refer to a container image, and in deployments you may use a hardened Loki image.

Can I replace my Loki image with the Minimus Hardened Loki Image?
Yes. The Minimus Loki image contains everything you need to run Loki successfully.
Does Minimus offer FIPS 140-3 images?
Yes, Minimus images are hardened to CIS and NIST standards, with FIPS 140-3 and STIG ready variants available.