Skip to content

Commit ede5b71

Browse files
s4nchezcartermp
andauthored
Remove reference to APK packages (#5224)
Co-authored-by: Phillip Carter <[email protected]>
1 parent a7788c9 commit ede5b71

File tree

1 file changed

+0
-33
lines changed

1 file changed

+0
-33
lines changed

content/en/docs/collector/installation.md

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -105,39 +105,6 @@ amd64/arm64/i386 systems. You can find the default configuration in
105105

106106
> Note: `systemd` is required for automatic service configuration.
107107
108-
### APK Installation
109-
110-
To get started on Alpine systems run the following commands:
111-
112-
{{< tabpane text=true >}} {{% tab AMD64 %}}
113-
114-
```sh
115-
apk update
116-
apk add wget shadow
117-
wget https://github.com/open-telemetry/opentelemetry-collector-releases/releases/download/v{{% param vers %}}/otelcol_{{% param vers %}}_linux_amd64.apk
118-
apk add --allow-untrusted otelcol_{{% param vers %}}_linux_amd64.apk
119-
```
120-
121-
{{% /tab %}} {{% tab ARM64 %}}
122-
123-
```sh
124-
apk update
125-
apk add wget shadow
126-
wget https://github.com/open-telemetry/opentelemetry-collector-releases/releases/download/v{{% param vers %}}/otelcol_{{% param vers %}}_linux_arm64.apk
127-
apk add --allow-untrusted otelcol_{{% param vers %}}_linux_arm64.apk
128-
```
129-
130-
{{% /tab %}} {{% tab i386 %}}
131-
132-
```sh
133-
apk update
134-
apk add wget shadow
135-
wget https://github.com/open-telemetry/opentelemetry-collector-releases/releases/download/v{{% param vers %}}/otelcol_{{% param vers %}}_linux_386.apk
136-
apk add --allow-untrusted otelcol_{{% param vers %}}_linux_386.apk
137-
```
138-
139-
{{% /tab %}} {{< /tabpane >}}
140-
141108
### DEB Installation
142109

143110
To get started on Debian systems run the following commands:

0 commit comments

Comments
 (0)