From e6f7fdffce3ffabc6302943d68292b22fe0a9ed3 Mon Sep 17 00:00:00 2001 From: Ivan Sanchez <29394+s4nchez@users.noreply.github.com> Date: Fri, 20 Sep 2024 10:37:42 +0100 Subject: [PATCH] Remove reference to APK packages APK packages are no longer available (see https://github.com/open-telemetry/opentelemetry-collector-releases/pull/630) --- content/en/docs/collector/installation.md | 33 ----------------------- 1 file changed, 33 deletions(-) diff --git a/content/en/docs/collector/installation.md b/content/en/docs/collector/installation.md index e69c6e01e947..77dea075fe92 100644 --- a/content/en/docs/collector/installation.md +++ b/content/en/docs/collector/installation.md @@ -105,39 +105,6 @@ amd64/arm64/i386 systems. You can find the default configuration in > Note: `systemd` is required for automatic service configuration. -### APK Installation - -To get started on Alpine systems run the following commands: - -{{< tabpane text=true >}} {{% tab AMD64 %}} - -```sh -apk update -apk add wget shadow -wget https://github.com/open-telemetry/opentelemetry-collector-releases/releases/download/v{{% param vers %}}/otelcol_{{% param vers %}}_linux_amd64.apk -apk add --allow-untrusted otelcol_{{% param vers %}}_linux_amd64.apk -``` - -{{% /tab %}} {{% tab ARM64 %}} - -```sh -apk update -apk add wget shadow -wget https://github.com/open-telemetry/opentelemetry-collector-releases/releases/download/v{{% param vers %}}/otelcol_{{% param vers %}}_linux_arm64.apk -apk add --allow-untrusted otelcol_{{% param vers %}}_linux_arm64.apk -``` - -{{% /tab %}} {{% tab i386 %}} - -```sh -apk update -apk add wget shadow -wget https://github.com/open-telemetry/opentelemetry-collector-releases/releases/download/v{{% param vers %}}/otelcol_{{% param vers %}}_linux_386.apk -apk add --allow-untrusted otelcol_{{% param vers %}}_linux_386.apk -``` - -{{% /tab %}} {{< /tabpane >}} - ### DEB Installation To get started on Debian systems run the following commands: