Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alpine Linux packages have moved out of testing #281

Merged
merged 1 commit into from
Nov 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
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
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