Skip to content
Open
Changes from 1 commit
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
15 changes: 15 additions & 0 deletions content/downloads/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,21 @@ Starting with SPIRE v0.10.0, a `spire-extras` tarball is available that contains

{{< releases >}}

# Container Images

Official SPIRE container images are published to the GitHub Container Registry with each release:

* [`ghcr.io/spiffe/spire-server`](https://github.com/spiffe/spire/pkgs/container/spire-server)
* [`ghcr.io/spiffe/spire-agent`](https://github.com/spiffe/spire/pkgs/container/spire-agent)
* [`ghcr.io/spiffe/oidc-discovery-provider`](https://github.com/spiffe/spire/pkgs/container/oidc-discovery-provider)

Images are tagged with the release version number, without the leading `v`. For example, to pull the SPIRE Server and SPIRE Agent images for the latest release ({{< spire-latest "tag" >}}):

```bash
$ docker pull ghcr.io/spiffe/spire-server:{{< spire-latest "version" >}}
$ docker pull ghcr.io/spiffe/spire-agent:{{< spire-latest "version" >}}
```

# Build from Source

To build SPIRE from source on Linux, you'll need:
Expand Down