Skip to content

Commit

Permalink
Alpine Linux packages have moved out of testing
Browse files Browse the repository at this point in the history
  • Loading branch information
tashian committed Oct 19, 2023
1 parent 2dd632a commit d1e2bcb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 17 deletions.
8 changes: 2 additions & 6 deletions step-ca/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -139,23 +139,19 @@ To configure `step-ca` as a daemon, see our [systemd configuration guide][system

To uninstall, run `dnf remove step-cli step-ca`, then remove the configuration directory `$HOME/.step`.


#### Alpine Linux

There are community-maintained Alpine Linux Packages for `step` and `step-ca`.

**These packages are in a testing repository.**
To use the testing repository, append <code>http://dl-cdn.alpinelinux.org/alpine/edge/testing</code> to <code>/etc/apk/repositories</code>, or see <a href="#linux-binaries">Linux (other)</a>.

To install `step` with [apk](https://wiki.alpinelinux.org/wiki/Alpine_Linux_package_management), run:

```
apk add step-cli step-certificates
```

The binary tarballs can be found here:
- [`step-cli`](https://pkgs.alpinelinux.org/package/edge/community/x86/step-cli)
- [`step-certificates`](https://pkgs.alpinelinux.org/package/edge/testing/x86/step-certificates)
- [`step-cli`](https://pkgs.alpinelinux.org/packages?name=step-cli&branch=edge&repo=&arch=&maintainer=)
- [`step-certificates`](https://pkgs.alpinelinux.org/packages?name=step-certificates&branch=edge&repo=&arch=&maintainer=)

To uninstall, run `apk del step-cli step-certificates`, then remove the configuration directory `$HOME/.step` .

Expand Down
12 changes: 1 addition & 11 deletions step-cli/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -88,17 +88,7 @@ To uninstall, run `sudo dnf remove step-cli` and remove the `$HOME/.step` config

#### Alpine Linux

<Alert severity="info">
<AlertTitle>
This package is in a community repository.
</AlertTitle>
<div>
To install it, you'll need to append <code>http://dl-cdn.alpinelinux.org/alpine/edge/community</code> to <code>/etc/apk/repositories</code>.
Alternatively, see <a href="#linux-binaries">Linux Binaries</a>.
</div>
</Alert>

There is a community-maintained [`step-cli` package](https://pkgs.alpinelinux.org/package/edge/community/x86/step-cli) Alpine Linux Package.
There is a community-maintained [`step-cli` package](https://pkgs.alpinelinux.org/packages?name=step-cli&branch=edge&repo=&arch=&maintainer=) for Alpine Linux.

Use [apk](https://wiki.alpinelinux.org/wiki/Alpine_Linux_package_management) to install `step`:

Expand Down

0 comments on commit d1e2bcb

Please sign in to comment.