Skip to content

Commit 17bdf6b

Browse files
committed
adjust descriptions to include distro name
Signed-off-by: Moritz Wiesinger <moritz.wiesinger@dynatrace.com>
1 parent 2ea3e14 commit 17bdf6b

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

cmd/goreleaser/internal/configure.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const (
4343
var (
4444
baseArchs = []string{"386", "amd64", "arm", "arm64", "ppc64le", "s390x"}
4545
winArchs = []string{"386", "amd64", "arm64"}
46-
winContainerArchs = []string{"amd64"}
46+
winContainerArchs = []string{"amd64"}
4747
darwinArchs = []string{"amd64", "arm64"}
4848
k8sArchs = []string{"amd64", "arm64", "ppc64le", "s390x"}
4949
dockerHubFullDescriptions = map[string]string{
@@ -316,7 +316,7 @@ func (b *distributionBuilder) dockerHubs() []config.DockerHub {
316316
Images: []string{
317317
fmt.Sprintf("%s/%s", dockerHub, imageName(b.dist.name)),
318318
},
319-
Description: "OpenTelemetry Collector",
319+
Description: fmt.Sprintf("OpenTelemetry Collector - %s", b.dist.name),
320320
FullDescription: config.IncludedMarkdown{
321321
FromURL: config.IncludeFromURL{
322322
URL: dockerHubFullDescriptions[b.dist.name],

distributions/otelcol-contrib/.goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ partial:
332332
dockerhub:
333333
- images:
334334
- otel/opentelemetry-collector-contrib
335-
description: OpenTelemetry Collector
335+
description: OpenTelemetry Collector - otelcol-contrib
336336
full_description:
337337
from_url:
338338
url: https://raw.githubusercontent.com/open-telemetry/opentelemetry-collector-contrib/refs/heads/main/README.md

distributions/otelcol-k8s/.goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ partial:
212212
dockerhub:
213213
- images:
214214
- otel/opentelemetry-collector-k8s
215-
description: OpenTelemetry Collector
215+
description: OpenTelemetry Collector - otelcol-k8s
216216
full_description:
217217
from_url:
218218
url: https://raw.githubusercontent.com/open-telemetry/opentelemetry-collector-releases/refs/heads/main/distributions/otelcol-k8s/README.md

distributions/otelcol-otlp/.goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ partial:
307307
dockerhub:
308308
- images:
309309
- otel/opentelemetry-collector-otlp
310-
description: OpenTelemetry Collector
310+
description: OpenTelemetry Collector - otelcol-otlp
311311
full_description:
312312
from_url:
313313
url: https://raw.githubusercontent.com/open-telemetry/opentelemetry-collector-releases/refs/heads/main/distributions/otelcol-otlp/README.md

distributions/otelcol/.goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ partial:
327327
dockerhub:
328328
- images:
329329
- otel/opentelemetry-collector
330-
description: OpenTelemetry Collector
330+
description: OpenTelemetry Collector - otelcol
331331
full_description:
332332
from_url:
333333
url: https://raw.githubusercontent.com/open-telemetry/opentelemetry-collector/refs/heads/main/README.md

0 commit comments

Comments
 (0)