Skip to content

Commit a232fcb

Browse files
committed
Update OTel image repositories
They, temporarily?, stopped publishing to Docker hub
1 parent ceb5f1e commit a232fcb

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

setup/otel/collector.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ docker run \
205205
-p 127.0.0.1:4317:4317 \
206206
-p 127.0.0.1:4318:4318 \
207207
-v $(pwd)/config.yaml:/etc/otelcol-contrib/config.yaml \
208-
otel/opentelemetry-collector-contrib:latest
208+
ghcr.io/open-telemetry/opentelemetry-collector-releases/opentelemetry-collector-contrib:latest
209209
```
210210

211211
This uses the collector contrib image which includes all contributed components (receivers, processors, etc.). A smaller, more limited version of the image is also available, but it has only a very limited set of components available:
@@ -215,10 +215,10 @@ docker run \
215215
-p 127.0.0.1:4317:4317 \
216216
-p 127.0.0.1:4318:4318 \
217217
-v $(pwd)/config.yaml:/etc/otelcol/config.yaml \
218-
otel/opentelemetry-collector:latest
218+
ghcr.io/open-telemetry/opentelemetry-collector-releases/opentelemetry-collector:latest:latest
219219
```
220220

221-
Note that the Kubernetes installation defaults to the Kubernetes distribution of the collector image, `otel/opentelemetry-collector-k8s`, which has more components than the basic image, but less than the contrib image. If you run into missing components with that image you can simply switch it to use the contrib image , `otel/opentelemetry-collector-contrib`, instead.
221+
Note that the Kubernetes installation defaults to the Kubernetes distribution of the collector image, `ghcr.io/open-telemetry/opentelemetry-collector-releases/opentelemetry-collector-k8s`, which has more components than the basic image, but less than the contrib image. If you run into missing components with that image you can simply switch it to use the contrib image , `ghcr.io/open-telemetry/opentelemetry-collector-releases/opentelemetry-collector-contrib`, instead.
222222

223223
# Troubleshooting
224224

setup/otel/getting-started/getting-started-k8s.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ extraEnvsFrom:
5757
name: open-telemetry-collector
5858
mode: deployment
5959
image:
60-
# Use the collector container image that has all components important for k8s. In case of missing components the otel/opentelemetry-collector-contrib image can be used which
60+
# Use the collector container image that has all components important for k8s. In case of missing components the ghcr.io/open-telemetry/opentelemetry-collector-releases/opentelemetry-collector-contrib image can be used which
6161
# has all components in the contrib repository: https://github.com/open-telemetry/opentelemetry-collector-contrib
62-
repository: "otel/opentelemetry-collector-k8s"
62+
repository: "ghcr.io/open-telemetry/opentelemetry-collector-releases/opentelemetry-collector-k8s"
6363
ports:
6464
metrics:
6565
enabled: true

setup/otel/getting-started/getting-started-lambda.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ extraEnvsFrom:
5353
- secretRef:
5454
name: open-telemetry-collector
5555
image:
56-
repository: "otel/opentelemetry-collector-k8s"
56+
repository: "ghcr.io/open-telemetry/opentelemetry-collector-releases/opentelemetry-collector-k8s"
5757

5858
config:
5959
receivers:

setup/otel/otel-airgapped.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
description: SUSE Observability
3+
---
4+

0 commit comments

Comments
 (0)