mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-27 16:07:19 +02:00
deployment: Generate deb and rpm packages (#1458)
This commit is contained in:
parent
1a9ac2fef5
commit
cef1449458
6 changed files with 130 additions and 0 deletions
|
@ -32,6 +32,13 @@ curl -L https://github.com/pomerium/pomerium/releases/download/${VERSION}/pomeri
|
|||
| tar -z -x
|
||||
```
|
||||
|
||||
### Packages
|
||||
|
||||
- Supported formats: `rpm`, `deb`
|
||||
- Requires `systemd` support
|
||||
|
||||
Official packages can be found on our [GitHub Releases](https://github.com/pomerium/pomerium/releases) page.
|
||||
|
||||
### Docker Image
|
||||
|
||||
Pomerium utilizes a [minimal](https://github.com/GoogleContainerTools/distroless) [docker container](https://www.docker.com/resources/what-container). You can find Pomerium's images on [dockerhub](https://hub.docker.com/r/pomerium/pomerium). Pomerium can be pulled in several flavors and architectures.
|
||||
|
@ -97,6 +104,11 @@ VERSION=[desired version]
|
|||
curl -L https://github.com/pomerium/pomerium/releases/download/${VERSION}/pomerium-cli-${OS}-${ARCH}.tar.gz \
|
||||
| tar -z -x
|
||||
```
|
||||
### Packages
|
||||
|
||||
- Supported formats: `rpm`, `deb`
|
||||
|
||||
Official packages can be found on our [GitHub Releases](https://github.com/pomerium/pomerium/releases) page.
|
||||
|
||||
### Homebrew
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue